[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

Philip Jägenstedt <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-06-03 13:27:09 UTC ---
Not all items have a type, see for example
http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#examples-1

The top-level item has itemtype="http://microformats.org/profile/hcard" but the
sub-items, like <span itemprop="n" itemscope>, don't have a type.

Anyway, the canonical XML-serialization of itemscope would be
itemscope="itemscope", although itemscope="" would work just as well.

-- 
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 13:27:11 UTC