Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -66873,9 +66873,9 @@ document.body.append(script1, script2);
<ol>
<li><p>If <var>namespace</var> is not null, then return.</p></li>

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

Expand Down
Loading