[html5] r2456 - [ac] (0) <map name=''> must not have space characters, since they'd be illegal i [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 25 22:46:25 PST 2008


Author: ianh
Date: 2008-11-25 22:46:24 -0800 (Tue, 25 Nov 2008)
New Revision: 2456

Modified:
   index
   source
Log:
[ac] (0) <map name=''> must not have space characters, since they'd be illegal if you added an id='' attribute and browsers are kinda weird about them anyway.

Modified: index
===================================================================
--- index	2008-11-26 06:35:20 UTC (rev 2455)
+++ index	2008-11-26 06:46:24 UTC (rev 2456)
@@ -20686,8 +20686,7 @@
 
   <p>The <dfn id=attr-map-name title=attr-map-name><code>name</code></dfn> attribute
   gives the map a name so that it can be referenced. The attribute
-  must be present and must have a non-empty value. Whitespace is
-  significant in this attribute's value. If the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute is also specified, both
+  must be present and must have a non-empty value with no <a href=#space-character title="space character">space characters</a>. If the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute is also specified, both
   attributes must have the same value.</p>
 
   <p>The <dfn id=dom-map-areas title=dom-map-areas><code>areas</code></dfn> attribute

Modified: source
===================================================================
--- source	2008-11-26 06:35:20 UTC (rev 2455)
+++ source	2008-11-26 06:46:24 UTC (rev 2456)
@@ -22764,8 +22764,8 @@
 
   <p>The <dfn title="attr-map-name"><code>name</code></dfn> attribute
   gives the map a name so that it can be referenced. The attribute
-  must be present and must have a non-empty value. Whitespace is
-  significant in this attribute's value. If the <code
+  must be present and must have a non-empty value with no <span
+  title="space character">space characters</span>. If the <code
   title="attr-id">id</code> attribute is also specified, both
   attributes must have the same value.</p>
 




More information about the Commit-Watchers mailing list