[Webkit-unassigned] [Bug 153231] New: HTMLElement::nodeName should not upper case non-ASCII characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 19 03:09:30 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=153231
Bug ID: 153231
Summary: HTMLElement::nodeName should not upper case 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
CC: akling at apple.com, benjamin at webkit.org,
cdumez at apple.com, darin at apple.com
https://dom.spec.whatwg.org/#dom-element-tagname
1. Let qualifiedName be context objectâs qualified name.
2. If the context object is in the HTML namespace and its node document is an HTML document, let qualified name be converted to ASCII uppercase.
3. Return qualified name.
So we shouldn't really be upper-casing the localName for real. We need an equivalent of convertToASCIILowercase for uppercasing. convertToASCIIUppercase?
--
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/20160119/93fb9897/attachment-0001.html>
More information about the webkit-unassigned
mailing list