aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorTill Schneidereit <till@tillschneidereit.net>2015-08-28 14:04:01 +0200
committerTill Schneidereit <till@tillschneidereit.net>2015-10-17 22:25:21 +0200
commit499a84714139a351e8ac9c08b5a8e26440c77209 (patch)
treeb79143f379ccd263f2f9cd07f6b9936d0e85e940 /python/tidy.py
parentef8119511c440e50220417289a8adf5c7c1a93c3 (diff)
downloadservo-499a84714139a351e8ac9c08b5a8e26440c77209.tar.gz
servo-499a84714139a351e8ac9c08b5a8e26440c77209.zip
Whitelist drafts.fxtf.org in tidy.py's webidl spec link check
Diffstat (limited to 'python/tidy.py')
-rw-r--r--python/tidy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py
index c75319f5394..0fac94240c7 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -413,6 +413,7 @@ def check_webidl_spec(file_name, contents):
"//dvcs.w3.org/hg",
"//dom.spec.whatwg.org",
"//domparsing.spec.whatwg.org",
+ "//drafts.fxtf.org",
"//encoding.spec.whatwg.org",
"//html.spec.whatwg.org",
"//url.spec.whatwg.org",