diff options
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r-- | components/script/dom/webidls/CSS2Properties.webidl | 3 | ||||
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/components/script/dom/webidls/CSS2Properties.webidl b/components/script/dom/webidls/CSS2Properties.webidl index 8341cce9926..9e1832cfb25 100644 --- a/components/script/dom/webidls/CSS2Properties.webidl +++ b/components/script/dom/webidls/CSS2Properties.webidl @@ -4,7 +4,8 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. * * The origin of this IDL file is - * http://dev.w3.org/csswg/cssom/ + * http://mxr.mozilla.org/mozilla-central/source/dom/webidl/CSS2Properties.webidl.in + * http://mxr.mozilla.org/mozilla-central/source/dom/bindings/GenerateCSS2PropertiesWebIDL.py * */ 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; }; |