From 3cfe8ab53e200eddc8d2bda8ad6c118b7761188c Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 12 Dec 2014 12:58:42 -0500 Subject: Address review comments. --- components/script/dom/webidls/CSSStyleDeclaration.webidl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl') 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; }; -- cgit v1.2.3