mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Auto merge of #9213 - frewsxcv:broken-link, r=KiChjang
Fix broken spec link in HTMLScriptElement <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9213) <!-- Reviewable:end -->
This commit is contained in:
commit
f00532bab0
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