- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 06:46:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11037 Modified Files: Overview.html Log Message: <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) Index: Overview.html =================================================================== 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:46:40 UTC