NOTE: The current preferred location for bug reports is the GitHub issue tracker.
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.
<map name=''> must not have space characters, since they'd be illegal if you ...
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-04 16:49 CET by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-01-04 16:49:01 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>