[Webkit-unassigned] [Bug 110940] CSS border property does not work on area element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 10:22:53 PST 2013


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





--- Comment #6 from Arunprasad <ararunprasad at gmail.com>  2013-02-27 10:25:17 PST ---
>>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.

What I think is area element is a logically visible one when combining it with image. But you are right, still we can't add/apply position and co-ordinate(top,left,right,bottom) related styles on area element even it has RenderObject.

But we should use the style of a user of <area>(image,object,..). 

Whether "usemap" attribute is limited to <img> alone? But other browsers still supports for <object> too. Refer http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_object_usemap

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