WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 28007
Cannot focus area element of an image map
https://bugs.webkit.org/show_bug.cgi?id=28007
Summary
Cannot focus area element of an image map
Erik Arvidsson
Reported
2009-08-04 18:00:11 PDT
It is currently impossible to tab or click to focus an area element of an image map. Area elements are semantically just links so they should be focusable by default (just like a elements) This works in Firefox and IE.
Attachments
Add attachment
proposed patch, testcase, etc.
Daniel Bates
Comment 1
2010-11-21 15:08:21 PST
(In reply to
comment #0
)
> It is currently impossible to tab or click to focus an area element of an image map. Area elements are semantically just links so they should be focusable by default (just like a elements) > > This works in Firefox and IE.
As far as I can tell we support drawing a focus ring for an HTML Area element using Mac Safari Version 5.0.3 (6533.19.4). By default, in Mac Safari you can use option + tab to highlight each item on a page, including <area>s. So, I was able to highlight the <area>s in the example URL <
http://www.w3schools.com/TAGS/tryit_view.asp?filename=tryhtml_areamap
>. Unfortunately, the focus ring of an <area> is colored black (
bug #49888
) which makes them difficult to see on top of the image at the example URL since the majority of the image is black and/or the focus ring or part of it is drawn on the black parts of the image. Instead, the default focus ring color for an <area> should be Aqua-blue under Mac OS X.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug