aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
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
parent9d82e06e6479ec963b0c42d2abf6a6c912a0cea2 (diff)
downloadservo-3cfe8ab53e200eddc8d2bda8ad6c118b7761188c.tar.gz
servo-3cfe8ab53e200eddc8d2bda8ad6c118b7761188c.zip
Address review comments.
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r--components/script/dom/webidls/CSS2Properties.webidl3
-rw-r--r--components/script/dom/webidls/CSSStyleDeclaration.webidl3
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;
};