[Webkit-unassigned] [Bug 13347] XMLDom node attributes case is being overridden to lower case???

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 02:55:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13347


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from ap at webkit.org  2007-04-22 02:55 PDT -------
The bug URL is 404 now. Also, there is no such thing as XMLNodeAttributes in
WebKit, so it's hard to re-create the problem from description.

If I were to guess, this is indeed a bug that has been fixed: the following
snippet works in nightly builds, but not in shipping Safari.

doc = (new DOMParser).parseFromString("<doc Attr1='1' attr1='11'/>",
"application/xml");
for (i = 0; i < doc.documentElement.attributes.length; ++i)
   document.write("<p>" + doc.documentElement.attributes[i].name + "</p>");

Please reopen this bug if your case is different, and still fails in nightly
builds.


-- 
Configure bugmail: http://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