Skip to content

Commit

Permalink
Editorial: correct script concept references
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and domenic committed May 17, 2019
1 parent d329a0f commit 18f6954
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -58024,7 +58024,7 @@ interface <dfn>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
<p class="note">The requirement that <span data-x="data block">data blocks</span>
<!--non-normative-->must be denoted using a <span>valid MIME type string</span> is in place to
avoid potential future collisions. If this specification ever adds additional types of
<span>script</span>, they will be triggered by setting the <code
<span data-x="concept-script">script</span>, they will be triggered by setting the <code
data-x="attr-script-type">type</code> attribute to something which is not a MIME type, like how
the "<code data-x="">module</code>" value denotes <span data-x="module script">module
scripts</span>. By using a valid MIME type string now, you ensure that your data block will not
Expand Down Expand Up @@ -88714,8 +88714,9 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
can be invoked reentrantly in an indirect manner, e.g. if a script dispatches an event which has
event listeners registered.</p>

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

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

Expand Down

0 comments on commit 18f6954

Please sign in to comment.