mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Added readonly flag for CSSStyleDeclaration
This commit is contained in:
parent
c4b93d30e4
commit
18d8ee6ce0
5 changed files with 35 additions and 14 deletions
|
@ -24,6 +24,7 @@ interface CSSStyleDeclaration {
|
|||
[Throws]
|
||||
void setPropertyPriority(DOMString property, [TreatNullAs=EmptyString] DOMString priority);
|
||||
|
||||
[Throws]
|
||||
DOMString removeProperty(DOMString property);
|
||||
//readonly attribute CSSRule? parentRule;
|
||||
[SetterThrows]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue