[xhtml2] ismap and content negotiation

Hi,
This is a QA Review comment for "XHTML 2.0"
http://www.w3.org/TR/2006/WD-xhtml2-20060726/
2006-07-26
8th WD

About http://www.w3.org/TR/2006/WD-xhtml2-20060726/mod-csImgMap.html

What is the behaviour of ismap in case of content negotiation with images of different sizes?

Example: Content negotiation on navbar1

navbar1
 navbar1.png  size: 300x400px
 navbar1.svg  size: 150x200px
 navbar1.html

<p src="navbar1" srctype="image/png, image/svg, text/html" usemap="#map1"> 
    <nl id="map1">
      <label>Navigate the site:</label>
      <li href="guide.html" shape="rect" 
          coords="0,0,118,28">
          Access Guide
      </li> 
 […]
   </nl>
 </p>




-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Thursday, 17 August 2006 03:29:23 UTC