[Bug 12880] I think the boolean attributes are generally a bad idea in HTML5 given that the intended bare syntax can't be represented in the XML syntax, and that you're effectively encouraging people to break XML compatibility for no good reason. So I'm not happy to

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

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

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

--- Comment #2 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-06-03 22:22:55 UTC ---
<foo bar> in the HTML syntax is the same as <foo bar=""> in the HTML or XHTML
syntaxes.  Authors who want XML compatibility should just use the latter,
slightly longer variant.  Given that, do you still have any problem with the
spec if it stands?

-- 
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, 3 June 2011 22:22:58 UTC