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 22266 - "setProperty(DOMString property, DOMString value" consider [TreatNullAs=EmptyString]
Summary: "setProperty(DOMString property, DOMString value" consider [TreatNullAs=Empty...
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-04 18:18 UTC by Simon Pieters
Modified: 2013-08-08 13:26 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-06-04 18:18:32 UTC
http://dev.w3.org/csswg/cssom/#cssstyledeclaration

[[
setProperty(DOMString property, DOMString value
]]

IE10 and WebKit/Blink seem to have [TreatNullAs=EmptyString] for the value argument.
Comment 1 Simon Pieters 2013-06-04 18:30:54 UTC
https://dvcs.w3.org/hg/csswg/rev/2929095f9309

This meant I could remove [TreatNullAs=EmptyString] from cssFloat et al with no change in behavior for cssFloat = null.