Skip to content

Commit

Permalink
Align with impl and vice-versa
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Apr 14, 2024
1 parent d61e57c commit 899f1be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -108562,7 +108562,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
</ol>
</li>

<li><p>Let <var>sortedAndNormalizedIntegrity</var> be an empty <span>ordered map</span>.</p></li>
<li><p>Let <var>normalizedIntegrity</var> be an empty <span>ordered map</span>.</p></li>

<li>
<p>If <var>parsed</var>["<code data-x="">integrity</code>"] <span data-x="map
Expand Down Expand Up @@ -108754,10 +108754,10 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<var>originalMap</var>:</p>

<ol>
<li><p>Let <var>normalizedSpecifierKey</var> be the result of <span>resolving a URL-like module
<li><p>Let <var>resolvedURL</var> be the result of <span>resolving a URL-like module
specifier</span> given <var>specifierKey</var> and <var>baseURL</var>.</p></li>

<li><p>If <var>normalizedSpecifierKey</var> is null, then <span>continue</span>.</p></li>
<li><p>If <var>resolvedURL</var> is null, then <span>continue</span>.</p></li>

<li>
<p>If <var>value</var> is not a <span>string</span>, then:</p>
Expand All @@ -108766,13 +108766,11 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<li><p>The user agent may <span>report a warning to the console</span> indicating that
addresses need to be strings.</p></li>

<li><p>Set <var>normalized</var>[<var>normalizedSpecifierKey</var>] to null.</p></li>

<li><p><span>Continue</span>.</p></li>
</ol>
</li>

<li><p>Set <var>normalized</var>[<var>normalizedSpecifierKey</var>] to <var>value</var>.</p></li>
<li><p>Set <var>normalized</var>[<var>resolvedURL</var>] to <var>value</var>.</p></li>
</ol>
</li>

Expand Down

0 comments on commit 899f1be

Please sign in to comment.