Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Move a note at the end of a spec step #10814

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -109264,18 +109264,18 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
</ol>
</li>

<li><p>If <var>result</var> is null, set <var>result</var> be the result of <span>resolving an
imports match</span> given <var>normalizedSpecifier</var>, <var>asURL</var>, and
<var>importMap</var>'s <span data-x="concept-import-map-imports">imports</span>.</p></li>

<li>
<p>If <var>result</var> is null, set <var>result</var> be the result of <span>resolving an
imports match</span> given <var>normalizedSpecifier</var>, <var>asURL</var>, and
<var>importMap</var>'s <span data-x="concept-import-map-imports">imports</span>.</p>

<p class="note">At this point, if <var>result</var> is null, <var>specifier</var> wasn't
remapped to anything by <var>importMap</var>, but it might have been able to be turned into a
URL.</p>
shannonbooth marked this conversation as resolved.
Show resolved Hide resolved
shannonbooth marked this conversation as resolved.
Show resolved Hide resolved

<p>If <var>result</var> is null, set it to <var>asURL</var>.</p>
</li>

<li><p>If <var>result</var> is null, set it to <var>asURL</var>.</p></li>

<li>
<p>If <var>result</var> is not null, then:</p>

Expand Down