[html5] r4335 - [c] (0) <map name> must be unique even case-insensitively. Fixing http://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 25 02:45:00 PDT 2009


Author: ianh
Date: 2009-10-25 02:44:56 -0700 (Sun, 25 Oct 2009)
New Revision: 4335

Modified:
   complete.html
   index
   source
Log:
[c] (0) <map name> must be unique even case-insensitively.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8052

Modified: complete.html
===================================================================
--- complete.html	2009-10-25 09:36:26 UTC (rev 4334)
+++ complete.html	2009-10-25 09:44:56 UTC (rev 4335)
@@ -27649,11 +27649,13 @@
 
   <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 with no <a href=#space-character title="space character">space characters</a>. The name must be
-  unique amongst all the <code title=attr-map-name><a href=#attr-map-name>name</a></code>
-  attributes of <code><a href=#the-map-element>map</a></code> elements in the document. 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>
+  must be present and must have a non-empty value with no <a href=#space-character title="space character">space characters</a>. The value of the
+  <code title=attr-map-name><a href=#attr-map-name>name</a></code> attribute must not be a
+  <a href=#compatibility-caseless title="compatibility caseless">compatibility-caseless</a>
+  match for the value of the <code title=attr-map-name><a href=#attr-map-name>name</a></code>
+  attribute of another <code><a href=#the-map-element>map</a></code> element in the same
+  document. 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>
 
   <dl class=domintro><dt><var title="">map</var> . <code title=dom-map-areas><a href=#dom-map-areas>areas</a></code></dt>
 

Modified: index
===================================================================
--- index	2009-10-25 09:36:26 UTC (rev 4334)
+++ index	2009-10-25 09:44:56 UTC (rev 4335)
@@ -27459,11 +27459,13 @@
 
   <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 with no <a href=#space-character title="space character">space characters</a>. The name must be
-  unique amongst all the <code title=attr-map-name><a href=#attr-map-name>name</a></code>
-  attributes of <code><a href=#the-map-element>map</a></code> elements in the document. 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>
+  must be present and must have a non-empty value with no <a href=#space-character title="space character">space characters</a>. The value of the
+  <code title=attr-map-name><a href=#attr-map-name>name</a></code> attribute must not be a
+  <a href=#compatibility-caseless title="compatibility caseless">compatibility-caseless</a>
+  match for the value of the <code title=attr-map-name><a href=#attr-map-name>name</a></code>
+  attribute of another <code><a href=#the-map-element>map</a></code> element in the same
+  document. 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>
 
   <dl class=domintro><dt><var title="">map</var> . <code title=dom-map-areas><a href=#dom-map-areas>areas</a></code></dt>
 

Modified: source
===================================================================
--- source	2009-10-25 09:36:26 UTC (rev 4334)
+++ source	2009-10-25 09:44:56 UTC (rev 4335)
@@ -30150,11 +30150,13 @@
   <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 with no <span
-  title="space character">space characters</span>. The name must be
-  unique amongst all the <code title="attr-map-name">name</code>
-  attributes of <code>map</code> elements in the document. If the
-  <code title="attr-id">id</code> attribute is also specified, both
-  attributes must have the same value.</p>
+  title="space character">space characters</span>. The value of the
+  <code title="attr-map-name">name</code> attribute must not be a
+  <span title="compatibility caseless">compatibility-caseless</span>
+  match for the value of the <code title="attr-map-name">name</code>
+  attribute of another <code>map</code> element in the same
+  document. If the <code title="attr-id">id</code> attribute is also
+  specified, both attributes must have the same value.</p>
 
   <dl class="domintro">
 




More information about the Commit-Watchers mailing list