We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
script
1 parent 2f901a7 commit 76f47d3Copy full SHA for 76f47d3
source
@@ -60126,7 +60126,9 @@ o............A....e
60126
60127
<p>A <code>script</code> element is <span>implicitly potentially render-blocking</span> if the
60128
element's <span data-x="concept-script-type">script's type</span> is set and is equal to
60129
- "<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
60130
+ element does not have an <code data-x="attr-script-async">async</code> or
60131
+ <code data-x="attr-script-defer">defer</code> attribute.</p>
60132
60133
<hr>
60134
0 commit comments