- From: poot <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 18:31:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <map name> must be unique even case-insensitively. (whatwg r4335)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3470&r2=1.3471&f=h
http://html5.org/tools/web-apps-tracker?from=4334&to=4335
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3470
retrieving revision 1.3471
diff -u -d -r1.3470 -r1.3471
--- Overview.html 25 Oct 2009 09:22:54 -0000 1.3470
+++ Overview.html 25 Oct 2009 09:31:22 -0000 1.3471
@@ -24389,11 +24389,13 @@
<code><a href="#the-area-element">area</a></code> element descendants, defines an <a href="#image-map">image
map</a>. The element <a href="#represents">represents</a> its children.<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.<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a href="#dom-map-areas">areas</a></code></dt>
+ 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.<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a href="#dom-map-areas">areas</a></code></dt>
<dd>
Received on Sunday, 25 October 2009 09:32:04 UTC