[Bug 24271] Document.createElement name validation inconsistent with HTML parse rules

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24271

--- Comment #3 from Pete Blois <w3c@blois.us> ---
Examples:
document.createElement('\u0083'); (FF 26- no, Chrome 31- no, IE 11- yes)
document.createElement('\u00b5'); (FF 26- yes, Chrome 31- no, IE 11- yes)
document.createElement('\u01f6'); (FF 26- no, Chrome 32- yes, IE 11- yes)
document.createElement('\u01f7'); (FF 26- no, Chrome 32- yes, IE 11- no)

The XML spec changed the validation from XML 1.0 Fourth Edition to XML 1.0
Fifth Edition- fourth edition was based on unicode character sets
(http://www.w3.org/TR/2006/REC-xml-20060816/#NT-Letter)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 12 January 2014 00:11:36 UTC