Skip to content

Commit

Permalink
Fix when a script element is implicitly potentially render-blocking
Browse files Browse the repository at this point in the history
Fixes whatwg#7893, which is a bug introduced by whatwg#7857.
  • Loading branch information
xiaochengh authored and mfreed7 committed Jun 3, 2022
1 parent 1a9f1e6 commit 185208a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -60129,7 +60129,9 @@ o............A....e

<p>A <code>script</code> element is <span>implicitly potentially render-blocking</span> if the
element's <span data-x="concept-script-type">script's type</span> is set and is equal to
"<code data-x="">classic</code>", and the element is <span>"parser-inserted"</span>.</p>
"<code data-x="">classic</code>", the element is <span>"parser-inserted"</span>, and the
element does not have an <code data-x="attr-script-async">async</code> or
<code data-x="attr-script-defer">defer</code> attribute.</p>

<hr>

Expand Down

0 comments on commit 185208a

Please sign in to comment.