aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-11-10 16:16:56 -0800
committerManish Goregaokar <manishsmail@gmail.com>2016-11-15 06:56:18 -0800
commit177d6fa4eefd347645de18bc58120340e16e23f7 (patch)
treebaecfa9af78df9b3d1947159b9e872dfdf0f5d62 /python/tidy/servo_tidy/tidy.py
parent2220fcdc0bbb46b907a3a5ed974508c67ddb2890 (diff)
downloadservo-177d6fa4eefd347645de18bc58120340e16e23f7.tar.gz
servo-177d6fa4eefd347645de18bc58120340e16e23f7.zip
Support basic immutable CSSOM
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r--python/tidy/servo_tidy/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index bfb40bccd91..005a1bed24a 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -63,7 +63,7 @@ WEBIDL_STANDARDS = [
"//dvcs.w3.org/hg",
"//dom.spec.whatwg.org",
"//domparsing.spec.whatwg.org",
- "//drafts.csswg.org/cssom",
+ "//drafts.csswg.org",
"//drafts.fxtf.org",
"//encoding.spec.whatwg.org",
"//fetch.spec.whatwg.org",