mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
dom: Remove CSSStyleDeclaration.setPropertyValue/setPropertyPriority.
This commit is contained in:
parent
2434c2bef1
commit
aea5e146fe
6 changed files with 6 additions and 97 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue