[Bug 22504] New: "setProperty" order

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

            Bug ID: 22504
           Summary: "setProperty" order
    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/#dom-cssstyledeclaration-setproperty

[[
setProperty
]]

Be clear about what happens to the order of the declarations when setting a new
property or overwriting an old one.

e.g.

<div style="background-color:lime; color:black">

div.style.background = "papayawhip";
div.style.cssText == ?

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

Received on Thursday, 27 June 2013 23:35:26 UTC