- From: poot <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 15:49:03 +0900 (JST)
- To: public-html-diffs@w3.org
<map name=''> must not have space characters, since they'd be illegal if you added an id='' attribute and browsers are kinda weird about them anyway. (whatwg r2456) areas http://people.w3.org/mike/diffs/html5/spec/Overview.1.1628.html#dom-map-areas name http://people.w3.org/mike/diffs/html5/spec/Overview.1.1628.html#attr-map-name HTMLMapElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1628.html#htmlmapelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1627&r2=1.1628&f=h http://html5.org/tools/web-apps-tracker?from=2455&to=2456 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1627 retrieving revision 1.1628 diff -u -d -r1.1627 -r1.1628 --- Overview.html 26 Nov 2008 06:35:25 -0000 1.1627 +++ Overview.html 26 Nov 2008 06:46:28 -0000 1.1628 @@ -16759,8 +16759,7 @@ <code><a href=#the-area-element>area</a></code> element descendants, defines an <a href=#image-map>image map</a>.<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. Whitespace is - significant in this attribute's value. 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>. 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>The <dfn id=dom-map-areas title=dom-map-areas><code>areas</code></dfn> attribute must return an <code><a href=#htmlcollection-0>HTMLCollection</a></code> rooted at the <code><a href=#the-map-element>map</a></code> element, whose filter matches only
Received on Wednesday, 26 November 2008 06:49:40 UTC