diff options
author | Josh Matthews <josh@joshmatthews.net> | 2014-12-12 12:58:42 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2014-12-18 12:54:02 -0500 |
commit | 3cfe8ab53e200eddc8d2bda8ad6c118b7761188c (patch) | |
tree | ad57c0402ec91ecb98f337872e315fc23997f627 /components/script/dom/webidls/CSSStyleDeclaration.webidl | |
parent | 9d82e06e6479ec963b0c42d2abf6a6c912a0cea2 (diff) | |
download | servo-3cfe8ab53e200eddc8d2bda8ad6c118b7761188c.tar.gz servo-3cfe8ab53e200eddc8d2bda8ad6c118b7761188c.zip |
Address review comments.
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 75b4bbeffc9..35b332ca736 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -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; }; |