mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Whitelist drafts.fxtf.org in tidy.py's webidl spec link check
This commit is contained in:
parent
ef8119511c
commit
499a847141
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue