mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Implement the FileList interface. Fixes #6708
This commit is contained in:
parent
effb17b336
commit
8bc66f97f8
9 changed files with 65 additions and 45 deletions
|
@ -202,6 +202,7 @@ def check_webidl_spec(file_name, contents):
|
|||
"//xhr.spec.whatwg.org",
|
||||
"//www.whatwg.org/html",
|
||||
"//www.whatwg.org/specs",
|
||||
"//w3c.github.io",
|
||||
# Not a URL
|
||||
"// This interface is entirely internal to Servo, and should not be" +
|
||||
" accessible to\n// web pages."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue