[Webkit-unassigned] [Bug 28007] Cannot focus area element of an image map

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 21 15:08:21 PST 2010


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


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbates at webkit.org




--- Comment #1 from Daniel Bates <dbates at webkit.org>  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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list