mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix broken spec link in HTMLScriptElement
This commit is contained in:
parent
083d3e0201
commit
7973bb7d70
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ impl HTMLScriptElement {
|
|||
|
||||
|
||||
/// Supported script types as defined by
|
||||
/// <https://html.spec.whatwg.org/multipage/#support-the-scripting-language>.
|
||||
/// <https://html.spec.whatwg.org/multipage/#javascript-mime-type>.
|
||||
static SCRIPT_JS_MIMES: StaticStringVec = &[
|
||||
"application/ecmascript",
|
||||
"application/javascript",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue