[Webkit-unassigned] [Bug 14645] New: getPropertyValue should be case insensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 12:10:43 PDT 2007


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

           Summary: getPropertyValue should be case insensitive
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://testserver.se/webkit/tests/getPropertyValue.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: olle.lundberg at gmail.com
                CC: zcorpan at gmail.com


The spec says:
[...]
The name of the CSS property. See the CSS property index.
[...]
http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDeclaration-getPropertyValue

CSS properties are case insensitive, therefore the string passed to
getPropertyValue should also be case insensitive. In webkit this is not the
case.

Test case: http://testserver.se/webkit/tests/getPropertyValue.html


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