diff options
| author | Viatrix | 2026-03-18 16:45:27 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-18 16:45:27 -0700 |
| commit | dfe3e6410b3592744a3041e2d90ce856e1c592c6 (patch) | |
| tree | e0e615547090370fd592e9f1f8210ec82dee61f4 /tests/data | |
| parent | 274ad4460f3f4a35e099545a1a8408a9a67614e1 (diff) | |
Alt text works on Lynx
(turns out it should go on the last <area>, not first)
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/refs/imagemap__--maptype__HTML__alt__svg.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out b/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out index d78824d..8c4e7a1 100644 --- a/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out +++ b/tests/data/refs/imagemap__--maptype__HTML__alt__svg.out @@ -1,4 +1,4 @@ <area shape=rect coords=25,20,75,30 href=http://example.com/1 alt=A> -<area shape=rect coords=25,45,45,55 href=http://example.com/2 alt=B> -<area shape=rect coords=55,45,75,55 href=http://example.com/2> +<area shape=rect coords=25,45,45,55 href=http://example.com/2> +<area shape=rect coords=55,45,75,55 href=http://example.com/2 alt=B> <area shape=rect coords=25,70,75,80 href=http://example.com/3 alt=C> |
