[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 11:21:01 PST 2013


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





--- Comment #9 from Darin Adler <darin at apple.com>  2013-02-27 11:23:25 PST ---
(In reply to comment #6)
> >>I am not sure this is a bug. A given image map (the map element and area element) can be used by more than one image at a time. The elements in the image map are not themselves rendered, and therefore can’t be styled.
> 
> If I understood correctly, area element doesn't have corresponding RenderObject, so it is not possible to style it.

That’s an implementation detail. The real issue is whether CSS is supposed to style it. If it is, we can implement that. We have other things you can style that don’t necessarily each have a separate RenderObject.

It’s probably a significant project to add that feature.

But before we add that feature, we should make sure it’s part of the CSS design; lets not implement something without even discussing it with the other browser vendors.

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