[Webkit-unassigned] [Bug 110940] CSS styles cannot be applied to area elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 15:24:14 PST 2013


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





--- Comment #14 from Darin Adler <darin at apple.com>  2013-02-27 15:26:38 PST ---
Given the screenshot, it looks like:

Firefox puts a focus outline on the focus area, but that focus outline is unaffected by the border style, but because the test uses a :focus pseudo-selector, we can’t tell if that’s because styling of the area element are entirely ignored or if it’s because the :focus pseudo-selector doesn’t get matched for the area element.

Opera does the same as Firefox, but separately, the :focus pseudo-selector seems to be matched for the img element, so the entire img element gets an outline.

The two WebKit test cases aren’t helpful to us in understanding non-WebKit engine behavior. It might be nice to see what IE does too.

So far it seems there is no browser that allows the area element to be styled. I’d like a CSS and HTML expert to weigh in on whether that’s a bug or not, but I’m not sure we’ve gotten anyone else interested in this.

-- 
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