dom: Remove CSSStyleDeclaration.setPropertyValue/setPropertyPriority.

This commit is contained in:
Emilio Cobos Álvarez 2018-06-02 12:34:10 +02:00
parent 2434c2bef1
commit aea5e146fe
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 6 additions and 97 deletions

View file

@ -19,12 +19,6 @@ interface CSSStyleDeclaration {
[CEReactions, Throws]
void setProperty(DOMString property, [TreatNullAs=EmptyString] DOMString value,
[TreatNullAs=EmptyString] optional DOMString priority = "");
[CEReactions, Throws]
void setPropertyValue(DOMString property, [TreatNullAs=EmptyString] DOMString value);
[CEReactions, Throws]
void setPropertyPriority(DOMString property, [TreatNullAs=EmptyString] DOMString priority);
[CEReactions, Throws]
DOMString removeProperty(DOMString property);
// readonly attribute CSSRule? parentRule;