[Bug 14637] Is itemtype="" valid?

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

Vineet Chaudhary <rgf748@motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rgf748@motorola.com

--- Comment #4 from Vineet Chaudhary <rgf748@motorola.com> 2011-11-01 09:35:56 UTC ---
(In reply to comment #3)
> Checked in as WHATWG revision r6793.
> Check-in comment: itemtype can't be empty
> http://html5.org/tools/web-apps-tracker?from=6792&to=6793

Just to get it correctly, If itemtype defied but doesn't have any token,
should it throw any error/exception?

I mean what would be behavior if

var element = document.createElement(type);
element.setAttribute('itemtype', '');

-- 
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 Tuesday, 1 November 2011 09:36:19 UTC