area elements added to document sequential navigation order in DOM order instead of in place of referencing image
https://bugs.webkit.org/show_bug.cgi?id=140259
Summary area elements added to document sequential navigation order in DOM order inst...
Rodney Rehm
Reported 2015-01-08 11:09:35 PST
1. <area> and <img> are not associated in tabbing sequence, meaning the <area> elements might be added to the focus sequence at the beginning of the document and the image at the end of the document. 2. if the same <map> element is referenced by two <img> elements, it is not tabbed through twice, but only once I could not find anything about tabbing order of image maps in the specification, so I opened a bug there as well: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27787 Bug in Blink for reference: https://code.google.com/p/chromium/issues/detail?id=447289
Attachments
Radar WebKit Bug Importer
Comment 1 2015-01-08 11:09:58 PST
Note You need to log in before you can comment on or make changes to this bug.