mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
5df705a41f
commit
52ea5204a2
158 changed files with 1124 additions and 1124 deletions
|
@ -17,7 +17,7 @@ interface CSSStyleDeclaration {
|
|||
DOMString getPropertyValue(DOMString property);
|
||||
DOMString getPropertyPriority(DOMString property);
|
||||
[CEReactions, Throws]
|
||||
void setProperty(DOMString property, [TreatNullAs=EmptyString] DOMString value,
|
||||
undefined setProperty(DOMString property, [TreatNullAs=EmptyString] DOMString value,
|
||||
optional [TreatNullAs=EmptyString] DOMString priority = "");
|
||||
[CEReactions, Throws]
|
||||
DOMString removeProperty(DOMString property);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue