Skip to content

Commit

Permalink
Clarify the alternatives for <script language>
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and domenic committed Oct 5, 2017
1 parent 7ce8d47 commit e46cf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -113096,8 +113096,8 @@ if (s = prompt('What is your name?')) {
value types.</p></dd>

<dt><dfn><code data-x="attr-script-language">language</code></dfn> on <code>script</code> elements (except as noted in the previous section)</dt>
<dd><p>Use the <code data-x="attr-script-type">type</code> attribute
instead.</p></dd>
<dd><p>Omit the attribute for JavaScript; for <span data-x="data block">data blocks</span>, use
the <code data-x="attr-script-type">type</code> attribute instead.</p></dd>

<dt><dfn><code data-x="attr-script-event">event</code></dfn> on <code>script</code> elements</dt>
<dt><dfn><code data-x="attr-script-for">for</code></dfn> on <code>script</code> elements</dt>
Expand Down

0 comments on commit e46cf13

Please sign in to comment.