Skip to content

Commit

Permalink
[c] (0) <map name> must be unique even case-insensitively.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8052

git-svn-id: http://svn.whatwg.org/webapps@4335 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2009
1 parent 671fb17 commit a626047
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
12 changes: 7 additions & 5 deletions complete.html
Expand Up @@ -27649,11 +27649,13 @@ <h4 id=the-map-element><span class=secno>4.8.12 </span>The <dfn><code>map</code>

<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>

Expand Down
12 changes: 7 additions & 5 deletions index
Expand Up @@ -27459,11 +27459,13 @@ function AddCloud(data, x, y) { ... }</pre>

<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>

Expand Down
12 changes: 7 additions & 5 deletions source
Expand Up @@ -30150,11 +30150,13 @@ function AddCloud(data, x, y) { ... }</pre>
<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">

Expand Down

0 comments on commit a626047

Please sign in to comment.