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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 22:31:31 PDT 2009


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

           Summary: Inspector: XML Tags should not be converted to
                    lowercase
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck02 at gmail.com
                CC: mjs at apple.com, timothy at hatcher.name, aroben at apple.com,
                    kmccullough at apple.com


Created an attachment (id=38354)
 --> (https://bugs.webkit.org/attachment.cgi?id=38354)
[SAMPLE] XML File with Different Case Tags

Restoring Bug after Bugzilla Data Loss

- HTML can show lowercase node names (via localName)
- XML should show unaffected due to its case-sensitivity

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