- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 15 Jan 2009 13:38:44 +0000
- To: public-html-bugzilla@w3.org
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