[Webkit-unassigned] [Bug 28511] Inspector: XML Tags should not be converted to lowercase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 16:18:00 PDT 2009


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


Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com




--- Comment #1 from Maciej Stachowiak <mjs at apple.com>  2009-08-20 16:18:00 PDT ---
My suggestion would be to use nodeName to get tag names in an XML document
(this will preserve case and include the prefix) and localName in an HTML
document (this will lowercase automatically).

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