[Bug 24299] New: Support both style.webkitFoo and style.WebkitFoo

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24299

            Bug ID: 24299
           Summary: Support both style.webkitFoo and style.WebkitFoo
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: simonp@opera.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute

[[
camel-cased attribute
]]

WebKit/Blink support both style.webkitFoo and style.WebkitFoo. In
http://webdevdata.org/ data set 2013-09-01 (doesn't include external scripts) I
find 63 occurrences of "style\.webkit[A-Z]" and 86 occurrences of
"style\.Webkit[A-Z]".

Consider specifying this if the property starts with "-webkit-".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 January 2014 13:18:16 UTC