mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +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
|
/// 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 = &[
|
static SCRIPT_JS_MIMES: StaticStringVec = &[
|
||||||
"application/ecmascript",
|
"application/ecmascript",
|
||||||
"application/javascript",
|
"application/javascript",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue