[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
Sat Aug 23 17:52:36 PDT 2008


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





------- Comment #11 from jchaffraix at webkit.org  2008-08-23 17:52 PDT -------
> Why didn't you change Element::hasAttribute to remove the call to lower()
> there?

I did try to remove this call too but as strange as it may seem, it is
required: if removed we would fail several tests.

I have tried several approaches before finding this one that does not lead to
any test failure. Maybe it could be removed but it is better for now to just
keep it. I will add a comment about the possibility to remove the call before
landing.


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