[Webkit-unassigned] [Bug 140259] New: area elements added to document sequential navigation order in DOM order instead of in place of referencing image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 11:09:35 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140259

            Bug ID: 140259
           Summary: area elements added to document sequential navigation
                    order in DOM order instead of in place of referencing
                    image
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mail at rodneyrehm.de
                CC: webkit-bug-importer at group.apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150108/3e2309fc/attachment-0002.html>


More information about the webkit-unassigned mailing list