Skip to content

Commit

Permalink
Editorial: rewrap some source text
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Oct 1, 2024
1 parent 09db56b commit ed07558
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62780,8 +62780,8 @@ document.body.append(script1, script2);
<p>If <var>el</var> does not have an <code data-x="attr-script-integrity">integrity</code>
attribute, then set <var>options</var>'s <span
data-x="concept-script-fetch-options-integrity">integrity metadata</span> to the result of
<span>resolving a module integrity metadata</span> with <var>url</var> and
<var>settings object</var>.</p>
<span>resolving a module integrity metadata</span> with <var>url</var> and <var>settings
object</var>.</p>

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

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

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

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

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

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

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

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

<h6 id="hostgetsupportedimportattributes"><span id="hostgetsupportedimportassertions"></span><dfn>HostGetSupportedImportAttributes</dfn>()</h6>
<h6 id="hostgetsupportedimportattributes"><span
id="hostgetsupportedimportassertions"></span><dfn>HostGetSupportedImportAttributes</dfn>()</h6>

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

0 comments on commit ed07558

Please sign in to comment.