Skip to content

Commit 18f6954

Browse files
annevkdomenic
authored andcommitted
Editorial: correct script concept references
1 parent d329a0f commit 18f6954

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58024,7 +58024,7 @@ interface <dfn>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
5802458024
<p class="note">The requirement that <span data-x="data block">data blocks</span>
5802558025
<!--non-normative-->must be denoted using a <span>valid MIME type string</span> is in place to
5802658026
avoid potential future collisions. If this specification ever adds additional types of
58027-
<span>script</span>, they will be triggered by setting the <code
58027+
<span data-x="concept-script">script</span>, they will be triggered by setting the <code
5802858028
data-x="attr-script-type">type</code> attribute to something which is not a MIME type, like how
5802958029
the "<code data-x="">module</code>" value denotes <span data-x="module script">module
5803058030
scripts</span>. By using a valid MIME type string now, you ensure that your data block will not
@@ -88714,8 +88714,9 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
8871488714
can be invoked reentrantly in an indirect manner, e.g. if a script dispatches an event which has
8871588715
event listeners registered.</p>
8871688716

88717-
<p>The <dfn>running script</dfn> is the <span>script</span> in the [[HostDefined]] field in the
88718-
ScriptOrModule component of the <span>running JavaScript execution context</span>.</p>
88717+
<p>The <dfn>running script</dfn> is the <span data-x="concept-script">script</span> in the
88718+
[[HostDefined]] field in the ScriptOrModule component of the <span>running JavaScript execution
88719+
context</span>.</p>
8871988720

8872088721
<h5 id="realms-settings-objects-global-objects">Realms, settings objects, and global objects</h5>
8872188722

0 commit comments

Comments
 (0)