- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 18:42:34 +0900 (JST)
- To: public-html-diffs@w3.org
note that we might want to make coords='' take %s (whatwg r2787) coords http://people.w3.org/mike/diffs/html5/spec/Overview.1.1958.html#attr-area-coords circle state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1958.html#attr-area-shape-circle http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1957&r2=1.1958&f=h http://html5.org/tools/web-apps-tracker?from=2786&to=2787 =================================================================== 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:43:11 UTC