html5/spec Overview.html,1.1957,1.1958

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3167

Modified Files:
	Overview.html 
Log Message:
note that we might want to make coords='' take %s (whatwg r2787)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1957
retrieving revision 1.1958
diff -u -d -r1.1957 -r1.1958
--- Overview.html	11 Feb 2009 09:23:51 -0000	1.1957
+++ Overview.html	11 Feb 2009 09:39:47 -0000	1.1958
@@ -17953,7 +17953,9 @@
   integers</a>. This attribute gives the coordinates for the shape
   described by the <code title=attr-area-shape><a href=#attr-area-shape>shape</a></code>
   attribute. The processing for this attribute is described as part of
-  the <a href=#image-map>image map</a> processing model.<p>In the <dfn id=attr-area-shape-circle title=attr-area-shape-circle>circle state</dfn>,
+  the <a href=#image-map>image map</a> processing model.</p><!-- v2: It was suggested by John S. Urban that coords should
+  support percentages as well as pixels, so that one could use the
+  same image map for images of various sizes. --><p>In the <dfn id=attr-area-shape-circle title=attr-area-shape-circle>circle state</dfn>,
   <code><a href=#the-area-element>area</a></code> elements must have a <code title=attr-area-coords><a href=#attr-area-coords>coords</a></code> attribute present, with three
   integers, the last of which must be non-negative. The first integer
   must be the distance in CSS pixels from the left edge of the image

Received on Wednesday, 11 February 2009 09:39:58 UTC