- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 05:43:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10324 Modified Files: Overview.html Log Message: Require that <map name=''> names be unique in the document. (whatwg r4196) Index: Overview.html =================================================================== 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:43:47 UTC