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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 13:49:38 PST 2012


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-01-25 13:49:38 PST ---
I believe this bug is invalid.

getElementsByTagNameNS is how you would look up prefixed elements.  The prefix is just help for hte parser to get the elements into the right namespace, it seems the DOM just uses the namespaces and forgets about the prefixes for the most part.

-- 
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