Added readonly flag for CSSStyleDeclaration

This commit is contained in:
ProgramFOX 2014-12-28 17:39:07 +01:00
parent c4b93d30e4
commit 18d8ee6ce0
5 changed files with 35 additions and 14 deletions

View file

@ -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]