NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 179 - Make boolean attributes case-insensitive
Make boolean attributes case-insensitive
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-12 13:18 CEST by Nobody
Modified: 2008-05-30 20:49 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-05-12 13:18:05 CEST
Index: source
===================================================================
--- source	(revision 1571)
+++ source	(revision 1572)
@@ -2852,8 +2852,9 @@
   of the attribute represents the false value.</p>
 
   <p>If the attribute is present, its value must either be the empty
-  string or the attribute's canonical name, exactly, with no leading
-  or trailing whitespace, and in lowercase.</p>
+  string or a value that is a case-insensitive <!-- XXX ASCII -->
+  match for the attribute's canonical name, with no leading or
+  trailing whitespace.</p>
 
 
   <h4>Numbers</h4>