[Webkit-unassigned] [Bug 17167] Failures in fast/dom/Node/initial-values.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 14 13:07:18 PST 2009


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





------- Comment #6 from ap at webkit.org  2009-02-14 13:07 PDT -------
> I don't understand the question.

>From HTML5:
----------
For HTML documents, and for HTML elements in HTML documents, certain APIs
defined in DOM3 Core become case-insensitive or case-changing, as sometimes
defined in DOM3 Core, and as summarized or required below. [DOM3CORE].

This does not apply to XML documents or to elements that are not in the HTML
namespace despite being in HTML documents.

Element.tagName and Node.nodeName
These attributes must return element names converted to uppercase, regardless
of the case with which they were created.
----------

In this bug, we discuss a case where nodeName doesn't convert the result to
uppercase, even though the element is an HTML element in an HTML document.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list