http://dev.w3.org/html5/spec/Overview.html#image-maps

http://dev.w3.org/html5/spec/Overview.html#the-map

Is it possible to nest (as a child or descendant) an img within it's
associated map?

<map id="foo">
...
<img usemap="foo" ... />
...
</map>


Previous note on backwards compatibility regarding <area> as a child
of <map>: http://lists.w3.org/Archives/Public/public-html/2007Sep/0068.html

Received on Wednesday, 5 September 2007 11:08:14 UTC