Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Apr 24, 2024
1 parent ff91291 commit febcce1
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26981,12 +26981,8 @@ document.body.appendChild(wbr);</code></pre>
data-x="attr-link-integrity">integrity</code> attribute, if it is specified, or the empty string
otherwise.</p></li>

<li><p><span>Assert</span>: <var>settings object</var>'s <span
data-x="concept-settings-object-global">global object</span> is a <code>Window</code>
object.</p></li>

<li><p>If <var>el</var> does not have an <code data-x="attr-link-integrity">integrity</code>
attribute, then set <var>integrity metadata</var>to the result of <span>resolving a module
attribute, then set <var>integrity metadata</var> to the result of <span>resolving a module
integrity metadata</span> with <var>url</var> and <var>settings object</var>.</p></li>

<li><p>Let <var>referrer policy</var> be the current state of <var>el</var>'s <code
Expand Down Expand Up @@ -62613,10 +62609,6 @@ o............A....e

<dt>"<code data-x="">module</code>"</dt>
<dd>
<p><span>Assert</span>: <var>settings object</var>'s <span
data-x="concept-settings-object-global">global object</span> is a <code>Window</code>
object.</p>

<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
Expand Down Expand Up @@ -108789,10 +108781,10 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<p>Let <var>resolvedURL</var> be the result of <span>resolving a URL-like module
specifier</span> given <var>key</var> and <var>baseURL</var>.</p>

<p class="note">Unlike "imports", keys of the integrity map are treated as URLs, not module
specifiers. However, we use the <span data-x="resolving a URL-like module specifier">resolve
a URL-like module specifier</span> algorithm to prohibit "bare" relative URLs like `foo`,
which could be mistaken for module specifiers.</p>
<p class="note">Unlike "<code data-x="">imports</code>", keys of the integrity map are treated
as URLs, not module specifiers. However, we use the <span data-x="resolving a URL-like module
specifier">resolve a URL-like module specifier</span> algorithm to prohibit "bare" relative
URLs like <code data-x="">foo</code>, which could be mistaken for module specifiers.</p>
</li>

<li>
Expand Down

0 comments on commit febcce1

Please sign in to comment.