[Bug 12240] "The values 'true' and 'false' are not allowed on boolean attributes." - this also implies that "false" is not a valid attribute name, since ... false="false" ... (meaning the "false" property is 'true') would not be permitted in XML serialization

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12240

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #3 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-03-04 17:41:01 UTC ---
No, incorrect.  The note contradicts the normative text in this case.  The
normative text says false="false" or true="true" is allowed for boolean
attributes named "false" or "true".  But this is a sufficiently academic
contradiction that maybe it doesn't need to be fixed.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 4 March 2011 17:41:03 UTC