[Bug 22508] New: Should assume all supported properties are case-insensitive and normalize case

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

            Bug ID: 22508
           Summary: Should assume all supported properties are
                    case-insensitive and normalize case
    Classification: Unclassified
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: glenn@skynav.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface

[[
If property is an ASCII case-insensitive match for a property of a declaration
in the declarations, and that declaration's property is defined to be
case-insensitive, return the serialization of that declaration's value.

If property is a case-sensitive match for a property of a declaration in the
declarations, and that declaration's property is defined to be case-sensitive,
return the serialization of that declaration's value.
]]

Variables have their own interface so CSSOM can assume that all properties are
case-insensitive. Possibly normalize the case to lowercase.

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

Received on Friday, 28 June 2013 08:18:16 UTC