- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 14:43:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Require that <map name=''> names be unique in the document. (whatwg r4196) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3342&r2=1.3343&f=h http://html5.org/tools/web-apps-tracker?from=4195&to=4196 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3342 retrieving revision 1.3343 diff -u -d -r1.3342 -r1.3343 --- Overview.html 20 Oct 2009 05:37:29 -0000 1.3342 +++ Overview.html 20 Oct 2009 05:43:43 -0000 1.3343 @@ -24351,7 +24351,10 @@ <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>. 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.<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 Tuesday, 20 October 2009 05:44:22 UTC