mirror of
https://github.com/servo/servo.git
synced 2025-06-11 10:00:18 +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
|
||||
/// <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