Skip to content

Commit

Permalink
Disallow uppercases.
Browse files Browse the repository at this point in the history
  • Loading branch information
horo-t committed Sep 2, 2021
1 parent 1f87ff6 commit 13345ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -58596,11 +58596,11 @@ interface <dfn interface>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
these steps:</p>

<ol>
<li><p>If the <var>type</var> is an <span>ASCII case-insensitive</span> match for the
string "<code data-x="">classic</code>", returns true.</p></li>
<li><p>If the <var>type</var> <span>is</span> the string "<code data-x="">classic</code>",
returns true.</p></li>

<li><p>If the <var>type</var> is an <span>ASCII case-insensitive</span> match for the
string "<code data-x="">module</code>", returns true.</p></li>
<li><p>If the <var>type</var> <span>is</span> the string "<code data-x="">module</code>",
returns true.</p></li>

<li><p>Otherwise, returns false.</p></li>
</ol>
Expand Down

0 comments on commit 13345ca

Please sign in to comment.