This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22504 - "setProperty" order
Summary: "setProperty" order
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 23:35 UTC by Simon Pieters
Modified: 2013-08-12 19:59 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-06-27 23:35:21 UTC
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 == ?
Comment 1 Simon Pieters 2013-08-12 19:59:39 UTC
This seems to be fixed.