mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
fb26ae7df5
commit
91e2119636
3 changed files with 66 additions and 2 deletions
|
@ -33,6 +33,8 @@ interface CSSStyleDeclaration {
|
|||
};
|
||||
|
||||
partial interface CSSStyleDeclaration {
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString all;
|
||||
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString backgroundColor;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue