Address review comments.

This commit is contained in:
Josh Matthews 2014-12-12 12:58:42 -05:00
parent 9d82e06e64
commit 3cfe8ab53e
10 changed files with 92 additions and 121 deletions

View file

@ -23,8 +23,7 @@ interface CSSStyleDeclaration {
//[Throws]
//void setPropertyPriority(DOMString property, [TreatNullAs=EmptyString] DOMString priority);
DOMString removeProperty(DOMString property);
// Not implemented yet:
// readonly attribute CSSRule? parentRule;
//readonly attribute CSSRule? parentRule;
[SetterThrows]
attribute DOMString cssFloat;
};