[html5] r4196 - [ac] (2) Require that <map name=''> names be unique in the document. Fixing http [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 19 22:56:17 PDT 2009
Author: ianh
Date: 2009-10-19 22:56:14 -0700 (Mon, 19 Oct 2009)
New Revision: 4196
Modified:
complete.html
index
source
Log:
[ac] (2) Require that <map name=''> names be unique in the document.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7836
Modified: complete.html
===================================================================
--- complete.html 2009-10-20 05:50:01 UTC (rev 4195)
+++ complete.html 2009-10-20 05:56:14 UTC (rev 4196)
@@ -27595,7 +27595,10 @@
<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>. 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>. 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>
<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-20 05:50:01 UTC (rev 4195)
+++ index 2009-10-20 05:56:14 UTC (rev 4196)
@@ -27424,7 +27424,10 @@
<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>. 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>. 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>
<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-20 05:50:01 UTC (rev 4195)
+++ source 2009-10-20 05:56:14 UTC (rev 4196)
@@ -30079,8 +30079,10 @@
<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>. If the <code
- title="attr-id">id</code> attribute is also specified, both
+ 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>
<dl class="domintro">
More information about the Commit-Watchers
mailing list