@@ -57723,11 +57723,12 @@ o............A....e
57723
57723
57724
57724
</li>
57725
57725
57726
+ <li><p>Let <var>source text</var> be the element's <span>child text content</span>.</p></li>
57727
+
57726
57728
<li id="script-processing-empty">
57727
57729
57728
- <p>If the element has no <code data-x="attr-script-src">src</code> attribute, and its child
57729
- nodes, if any, consist only of comment nodes and empty <code>Text</code> nodes, then return. The
57730
- script is not executed.</p>
57730
+ <p>If the element has no <code data-x="attr-script-src">src</code> attribute, and <var>source
57731
+ text</var> is the empty string, then return. The script is not executed.</p>
57731
57732
57732
57733
</li>
57733
57734
@@ -57845,8 +57846,8 @@ o............A....e
57845
57846
data-x="attr-script-src">src</code> content attribute, and the <span>Should element's inline
57846
57847
behavior be blocked by Content Security Policy?</span> algorithm returns "<code
57847
57848
data-x="">Blocked</code>" when executed upon the <code>script</code> element, "<code
57848
- data-x="">script</code>", and the <code>script</code> element's <span>child text content</span>,
57849
- then return. The script is not executed. <ref spec="CSP"></p></li>
57849
+ data-x="">script</code>", and <var>source text</var>, then return. The script is not executed.
57850
+ <ref spec="CSP"></p></li>
57850
57851
57851
57852
<li id="script-processing-for">
57852
57853
@@ -58006,9 +58007,6 @@ o............A....e
58006
58007
run these substeps:</p>
58007
58008
58008
58009
<ol>
58009
- <li><p>Let <var>source text</var> be the <code>script</code> element's <span>child text
58010
- content</span>.</p></li>
58011
-
58012
58010
<li><p>Let <var>base URL</var> be the <code>script</code> element's <span>node
58013
58011
document</span>'s <span>document base URL</span>.</p></li>
58014
58012
0 commit comments