Skip to content

Commit

Permalink
[ac] (0) <map name=''> must not have space characters, since they'd b…
Browse files Browse the repository at this point in the history
…e illegal if you added an id='' attribute and browsers are kinda weird about them anyway.

git-svn-id: http://svn.whatwg.org/webapps@2456 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 26, 2008
1 parent 5f09e2b commit 8aaafbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index
Expand Up @@ -20686,8 +20686,7 @@ function AddCloud(data, x, y) { ... }</pre>

<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>

<p>The <dfn id=dom-map-areas title=dom-map-areas><code>areas</code></dfn> attribute
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -22764,8 +22764,8 @@ function AddCloud(data, x, y) { ... }</pre>

<p>The <dfn 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
must be present and must have a non-empty value with no <span
title="space character">space characters</span>. If the <code
title="attr-id">id</code> attribute is also specified, both
attributes must have the same value.</p>

Expand Down

0 comments on commit 8aaafbc

Please sign in to comment.