Skip to content

Commit c22fb1b

Browse files
shannonboothannevk
authored andcommitted
Don't prepare script for script elements when src attribute is removed
1 parent 107f8ed commit c22fb1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67127,9 +67127,9 @@ document.body.append(script1, script2);
6712767127
<ol>
6712867128
<li><p>If <var>namespace</var> is not null, then return.</p></li>
6712967129

67130-
<li><p>If <var>localName</var> is <code data-x="attr-script-src">src</code> and
67131-
<var>element</var> is <span>connected</span>, then run the <code>script</code> <span>HTML element
67132-
post-connection steps</span>, given <var>element</var>.</p></li>
67130+
<li><p>If <var>localName</var> is <code data-x="attr-script-src">src</code>, <var>value</var> is
67131+
not null, and <var>element</var> is <span>connected</span>, then run the <code>script</code>
67132+
<span>HTML element post-connection steps</span>, given <var>element</var>.</p></li>
6713367133
</ol>
6713467134
</div>
6713567135

0 commit comments

Comments
 (0)