[Bug 6439] <area> should stringify href (like <a>)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6439





--- Comment #1 from Olivier Gendrin <olivier.gendrin@gmail.com>  2009-01-15 13:38:43 ---
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.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 15 January 2009 13:38:53 UTC