Bug 48438

Summary: Focus navigation on image maps is wrong
Product: WebKit Reporter: Yael <yael>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: pgbasin, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 47142    

Description Yael 2010-10-27 10:24:57 PDT
When using the tab key to move the focus, there is no visual indication that an area element received focus.
Also, when using the same map for multiple images, the area should get focused once per each image.

Firefox, Opera, and WebKit based browsers do not properly support multiple images using the same map, but Internet Explorer does.

See the note at the bottom of the section http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#processing-model :

"Note: Because a map  element (and its area  elements) can be associated with multiple img  and object  elements, it is possible for an area  element to correspond to multiple focusable areas of the document."
Comment 1 Yael 2010-10-27 20:00:59 PDT

*** This bug has been marked as a duplicate of bug 36044 ***