Bugzilla – Bug 179
Make boolean attributes case-insensitive
Last modified: 2008-05-30 20:49:03 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>