[cssom] Make CSSStyleDeclaration#setProperty's third argument have [TreatNullAs=EmptyString]. http://www.w3.org/mid/4FF70348.7010205@mit.edu

Tue, 28 May 2013 15:11:02 +0200

author
Simon Pieters <simonp@opera.com>
date
Tue, 28 May 2013 15:11:02 +0200
changeset 8264
9404a23a6d35
parent 8263
0b60591de221
child 8265
a5f3a554eccb

[cssom] Make CSSStyleDeclaration#setProperty's third argument have [TreatNullAs=EmptyString]. http://www.w3.org/mid/4FF70348.7010205@mit.edu

cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.src.html	Tue May 28 15:09:21 2013 +0200
     1.2 +++ b/cssom/Overview.src.html	Tue May 28 15:11:02 2013 +0200
     1.3 @@ -2005,7 +2005,7 @@
     1.4    DOMString <span title=dom-CSSStyleDeclaration-item>item</span>(unsigned long index);
     1.5    DOMString <span title=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue</span>(DOMString property);
     1.6    DOMString <span title=dom-CSSStyleDeclaration-getPropertyPriority>getPropertyPriority</span>(DOMString property);
     1.7 -  void <span title=dom-CSSStyleDeclaration-setProperty>setProperty</span>(DOMString property, DOMString value, optional DOMString priority);
     1.8 +  void <span title=dom-CSSStyleDeclaration-setProperty>setProperty</span>(DOMString property, DOMString value, optional [TreatNullAs=EmptyString] DOMString priority);
     1.9    DOMString <span title=dom-CSSStyleDeclaration-removeProperty>removeProperty</span>(DOMString property);
    1.10    readonly attribute <span>CSSRule</span>? <span title=dom-CSSStyleDeclaration-length>parentRule</span>;
    1.11  };</pre>

mercurial