[html5] r1572 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 8 23:10:56 PDT 2008
Author: ianh
Date: 2008-05-08 23:10:55 -0700 (Thu, 08 May 2008)
New Revision: 1572
Modified:
index
source
Log:
[ac] (0) Make boolean attributes case-insensitive
Modified: index
===================================================================
--- index 2008-05-09 06:05:19 UTC (rev 1571)
+++ index 2008-05-09 06:10:55 UTC (rev 1572)
@@ -4417,8 +4417,8 @@
represents the false value.
<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.
+ or a value that is a case-insensitive <!-- XXX ASCII --> match for the
+ attribute's canonical name, with no leading or trailing whitespace.
<h4 id=numbers><span class=secno>3.2.3 </span>Numbers</h4>
Modified: source
===================================================================
--- source 2008-05-09 06:05:19 UTC (rev 1571)
+++ source 2008-05-09 06:10:55 UTC (rev 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>
More information about the Commit-Watchers
mailing list