[html5] r2787 - [e] (0) note that we might want to make coords='' take %s
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 01:39:43 PST 2009
Author: ianh
Date: 2009-02-11 01:39:42 -0800 (Wed, 11 Feb 2009)
New Revision: 2787
Modified:
index
source
Log:
[e] (0) note that we might want to make coords='' take %s
Modified: index
===================================================================
--- index 2009-02-11 09:23:45 UTC (rev 2786)
+++ index 2009-02-11 09:39:42 UTC (rev 2787)
@@ -22062,6 +22062,10 @@
attribute. The processing for this attribute is described as part of
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
Modified: source
===================================================================
--- source 2009-02-11 09:23:45 UTC (rev 2786)
+++ source 2009-02-11 09:39:42 UTC (rev 2787)
@@ -24225,6 +24225,10 @@
attribute. The processing for this attribute is described as part of
the <span>image map</span> 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 title="attr-area-shape-circle">circle state</dfn>,
<code>area</code> elements must have a <code
title="attr-area-coords">coords</code> attribute present, with three
More information about the Commit-Watchers
mailing list