[Webkit-unassigned] [Bug 148843] New: createElementNS should not reserve the case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 16:22:15 PDT 2015


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

            Bug ID: 148843
           Summary: createElementNS should not reserve the case
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, webkit-bug-importer at group.apple.com

When creating an element with createElementNS, we should not preserve the cases.
e.g. document.createElementNS(HTMLNS, "html:table").tagName should be "HTML:TABLE" instead of "html:table".

See https://dom.spec.whatwg.org/#dom-document-createelementns

This bug was found by the newly added test:
LayoutTests/http/tests/w3c/html/semantics/tabular-data/the-table-element/table-insertRow.html

-- 
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/be23c839/attachment.html>


More information about the webkit-unassigned mailing list