diff options
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tidy.py b/python/tidy.py index 432814e8f93..37785b6b513 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -407,9 +407,8 @@ def check_webidl_spec(file_name, contents): "//html.spec.whatwg.org", "//url.spec.whatwg.org", "//xhr.spec.whatwg.org", - "//www.whatwg.org/html", - "//www.whatwg.org/specs", "//w3c.github.io", + "//heycam.github.io/webidl", # Not a URL "// This interface is entirely internal to Servo, and should not be" + " accessible to\n// web pages." |