Bug 140259

Summary: area elements added to document sequential navigation order in DOM order instead of in place of referencing image
Product: WebKit Reporter: Rodney Rehm <mail>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Rodney Rehm 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
Comment 1 Radar WebKit Bug Importer 2015-01-08 11:09:58 PST
<rdar://problem/19414598>