[Webkit-unassigned] [Bug 153114] New: createElement should not lowercase non-ASCII characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 19:23:16 PST 2016


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

            Bug ID: 153114
           Summary: createElement should not lowercase non-ASCII
                    characters
    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

Even in a HTML document, createElement shouldn't lowercase non-ASCII letters.

https://dom.spec.whatwg.org/#dom-document-createelement
1. If localName does not match the Name production, throw an InvalidCharacterError exception.
2. If the context object is an HTML document, let localName be converted to ASCII lowercase.
3. Let interface be the element interface for localName and the HTML namespace.
4. Return a new element that implements interface, with no attributes, namespace set to the HTML namespace, local name set to localName, and node document set to the context object.

-- 
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/20160115/418e229e/attachment.html>


More information about the webkit-unassigned mailing list