This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
IE8, Firefox and Opera stringify <area> to its href (like <a>). WebKit doesn't, it seems. I'd suggest the spec align with the majority. javascript:alert(document.createElement('area'))
this question is very important regarding to accessibility of the data. I good fallback could be to spec that a <map> element that does not match an <img> (not aviable, not downloaded by the UA, etc...) should be rendered as an <ul>, and the <area> like <li><a> : <map><area alt="areaAltText" href="areaHref" /></map> would become <ul><li><a href="areaHref">areaAltText</a></li></ul> That would be great.
Ian, I do not see in the area description [1] the fallback mechanism... [1] http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-area-element
Oliver, this bug really has nothing to do with fallback. This bug is about what toString() does on objects implementing HTMLAreaElement. However, search for "If the user agent intends to show the text that the img element represents, then it must use the following steps." in the spec.