[Webkit-unassigned] [Bug 20247] 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 22:25:16 PDT 2008


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





------- Comment #2 from minatoar at gmail.com  2008-07-31 22:25 PDT -------
The problem is that when inserting an attribute via setAttributeNode(), we do
not normalize the key to lowercase.

The code in getAttribute() expects all the keys to be lowercased, since it does
an equality test on the lowercase of the name.


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