Bugzilla – Bug 396
<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.
Last modified: 2009-11-23 17:17:10 CET
Index: source =================================================================== --- source (revision 2455) +++ source (revision 2456) @@ -22764,8 +22764,8 @@ <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>