@@ -60380,7 +60380,8 @@ o............A....e
60380
60380
<li><p>Let <var>src</var> be the value of <var>el</var>'s <code
60381
60381
data-x="attr-script-src">src</code> attribute.</p></li>
60382
60382
60383
- <li><p>If <var>src</var> is the empty string, then <span>queue a task</span> to <span
60383
+ <li><p>If <var>src</var> is the empty string, then <span>queue an element task</span> on the
60384
+ <span>DOM manipulation task source</span> given <var>el</var> to <span
60384
60385
data-x="concept-event-fire">fire an event</span> named <code data-x="event-error">error</code>
60385
60386
at <var>el</var>, and return.</p></li>
60386
60387
@@ -60390,10 +60391,10 @@ o............A....e
60390
60391
<li><p><span data-x="parse a url">Parse</span> <var>src</var> relative to <var>el</var>'s
60391
60392
<span>node document</span>.</p></li>
60392
60393
60393
- <li><p>If the previous step failed, <span>queue a task</span> to <span
60394
- data-x="concept-event-fire">fire an event </span> named <code data-x="event-error">error</code>
60395
- at <var>el</var>, and return. Otherwise, let <var>url </var> be the <span>resulting URL
60396
- record</span>.</p></li>
60394
+ <li><p>If the previous step failed, then <span>queue an element task</span> on the <span>DOM
60395
+ manipulation task source </span> given <var>el</var> to <span data-x="concept- event-fire">fire
60396
+ an event</span> named <code data-x="event-error">error</code> at <var>el </var>, and return.
60397
+ Otherwise, let <var>url</var> be the <span>resulting URL record</span>.</p></li>
60397
60398
60398
60399
<li><p>If <var>el</var> is <span>potentially render-blocking</span>, then <span>block
60399
60400
rendering</span> on <var>el</var>.</p></li>
0 commit comments