[Webkit-unassigned] [Bug 148843] createElementNS should not preserve the case in XHTML documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 16:31:43 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148843

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|createElementNS should not  |createElementNS should not
                   |preserve the case           |preserve the case in XHTML
                   |                            |documents

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
document.implementation.createDocument("http://www.w3.org/1999/xhtml", "div", null).createElementNS("http://www.w3.org/1999/xhtml", "i").tagName

fails but

document.createElementNS("http://www.w3.org/1999/xhtml", "i").tagName

successfully upper-cases the tag name so there's some XHTML document weirdness going on here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150904/d763e4db/attachment-0001.html>


More information about the webkit-unassigned mailing list