[Webkit-unassigned] [Bug 77000] XHTML getElementsByTagName searches on localName, not QName

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 15:01:32 PST 2012


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





--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2012-01-25 15:01:32 PST ---
"getElementsByTagName
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document"

"[Element.]tagName of type DOMString, readonly
The name of the element. If Node.localName is different from null, this attribute is a qualified name."

I think that it's not much of a stretch to say that "Element tag name" and "Element.tagName" are one and the same.

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



More information about the webkit-unassigned mailing list