aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-12-12 12:58:42 -0500
committerJosh Matthews <josh@joshmatthews.net>2014-12-18 12:54:02 -0500
commit3cfe8ab53e200eddc8d2bda8ad6c118b7761188c (patch)
treead57c0402ec91ecb98f337872e315fc23997f627 /components/script/dom/webidls/CSSStyleDeclaration.webidl
parent9d82e06e6479ec963b0c42d2abf6a6c912a0cea2 (diff)
downloadservo-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.webidl3
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;
};