Skip to content

Commit ed07558

Browse files
authored
Editorial: rewrap some source text
1 parent 09db56b commit ed07558

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

source

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62780,8 +62780,8 @@ document.body.append(script1, script2);
6278062780
<p>If <var>el</var> does not have an <code data-x="attr-script-integrity">integrity</code>
6278162781
attribute, then set <var>options</var>'s <span
6278262782
data-x="concept-script-fetch-options-integrity">integrity metadata</span> to the result of
62783-
<span>resolving a module integrity metadata</span> with <var>url</var> and
62784-
<var>settings object</var>.</p>
62783+
<span>resolving a module integrity metadata</span> with <var>url</var> and <var>settings
62784+
object</var>.</p>
6278562785

6278662786
<p><span>Fetch an external module script graph</span> given <var>url</var>, <var>settings
6278762787
object</var>, <var>options</var>, and <var>onComplete</var>.</p>
@@ -106618,9 +106618,9 @@ document.querySelector("button").addEventListener("click", bound);
106618106618
<li><p>Return <var>newOptions</var>.</p></li>
106619106619
</ol>
106620106620

106621-
<p>To <dfn data-x="resolving a module integrity metadata">resolve a module
106622-
integrity metadata</dfn>, given a <span>URL</span> <var>url</var> and an <span>environment
106623-
settings object</span> <var>settingsObject</var>:</p>
106621+
<p>To <dfn data-x="resolving a module integrity metadata">resolve a module integrity
106622+
metadata</dfn>, given a <span>URL</span> <var>url</var> and an <span>environment settings
106623+
object</span> <var>settingsObject</var>:</p>
106624106624

106625106625
<ol>
106626106626
<li><p><span>Assert</span>: <var>settingsObject</var>'s <span
@@ -107182,11 +107182,10 @@ document.querySelector("button").addEventListener("click", bound);
107182107182
<p>To <dfn data-x="fetch the descendants of and link a module script">fetch the descendants of and
107183107183
link</dfn> a <span>module script</span> <var>moduleScript</var>, given an <span>environment
107184107184
settings object</span> <var>fetchClient</var>, a <span
107185-
data-x="concept-request-destination">destination</span> <var>destination</var>, an
107186-
algorithm <var>onComplete</var>, and an optional <span
107187-
data-x="fetching-scripts-perform-fetch">perform the fetch hook</span> <var>performFetch</var>, run
107188-
these steps. <var>onComplete</var> must be an algorithm accepting null (on failure) or a
107189-
<span>module script</span> (on success).</p>
107185+
data-x="concept-request-destination">destination</span> <var>destination</var>, an algorithm
107186+
<var>onComplete</var>, and an optional <span data-x="fetching-scripts-perform-fetch">perform the
107187+
fetch hook</span> <var>performFetch</var>, run these steps. <var>onComplete</var> must be an
107188+
algorithm accepting null (on failure) or a <span>module script</span> (on success).</p>
107190107189

107191107190
<ol>
107192107191
<li><p>Let <var>record</var> be <var>moduleScript</var>'s <span
@@ -107425,9 +107424,9 @@ document.querySelector("button").addEventListener("click", bound);
107425107424
<span>module script</span> (on success).</p>
107426107425

107427107426
<ol>
107428-
<li><p><span>Assert</span>: <var>moduleRequest</var>.[[Attributes]] does not contain any <span>Record</span>
107429-
<var>entry</var> such that <var>entry</var>.[[Key]] is not "<code data-x="">type</code>", because
107430-
we only asked for "<code data-x="">type</code>" attributes in
107427+
<li><p><span>Assert</span>: <var>moduleRequest</var>.[[Attributes]] does not contain any
107428+
<span>Record</span> <var>entry</var> such that <var>entry</var>.[[Key]] is not "<code
107429+
data-x="">type</code>", because we only asked for "<code data-x="">type</code>" attributes in
107431107430
<span>HostGetSupportedImportAttributes</span>.</p></li>
107432107431

107433107432
<li><p>Let <var>moduleType</var> be the result of running the <span>module type from module
@@ -109819,16 +109818,17 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
109819109818
</ol>
109820109819
</li>
109821109820

109822-
<li><p>Let <var>resolveFunction</var> be ! <span>CreateBuiltinFunction</span>(<var>steps</var>, 1,
109823-
"<code data-x="">resolve</code>", « »).</p></li>
109821+
<li><p>Let <var>resolveFunction</var> be ! <span>CreateBuiltinFunction</span>(<var>steps</var>,
109822+
1, "<code data-x="">resolve</code>", « »).</p></li>
109824109823

109825-
<li><p>Return « <span>Record</span> { [[Key]]: "<dfn><code data-x="import-meta-url">url</code></dfn>",
109826-
[[Value]]: <var>urlString</var> }, <span>Record</span> { [[Key]]: "<dfn><code
109827-
data-x="import-meta-resolve">resolve</code></dfn>", [[Value]]: <var>resolveFunction</var> }
109828-
».</p></li>
109824+
<li><p>Return « <span>Record</span> { [[Key]]: "<dfn><code
109825+
data-x="import-meta-url">url</code></dfn>", [[Value]]: <var>urlString</var> },
109826+
<span>Record</span> { [[Key]]: "<dfn><code data-x="import-meta-resolve">resolve</code></dfn>",
109827+
[[Value]]: <var>resolveFunction</var> } ».</p></li>
109829109828
</ol>
109830109829

109831-
<h6 id="hostgetsupportedimportattributes"><span id="hostgetsupportedimportassertions"></span><dfn>HostGetSupportedImportAttributes</dfn>()</h6>
109830+
<h6 id="hostgetsupportedimportattributes"><span
109831+
id="hostgetsupportedimportassertions"></span><dfn>HostGetSupportedImportAttributes</dfn>()</h6>
109832109832

109833109833
<p>The <cite>Import Attributes</cite> proposal contains an <span>implementation-defined</span>
109834109834
<span data-x="js-HostGetSupportedImportAttributes">HostGetSupportedImportAttributes</span>

0 commit comments

Comments
 (0)