[Webkit-unassigned] [Bug 20247] New: setAttributeNode() does not work when attribute name has a capital letter in it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 31 17:57:06 PDT 2008


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

           Summary: setAttributeNode() does not work when attribute name has
                    a capital letter in it
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: minatoar at gmail.com


When an attribute is set using setAttributeNode(), it does not get set when the
name has a capital letter in it.

This problem causes problems on this site:
http://www.staralliance.com/en/travellers/index.html

Works fine in Firefox and IE, and I don't see anything in the spec which
restricts the attribute names in this fashion (moreover the plain old
setAttribute() does not have this problem).

Reproduces for me in Safari 3.1, and with nightly webkit.
Test case on its way.


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