Skip to content

Commit

Permalink
Editorial: Move a note to the end of a spec step
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonbooth authored Dec 4, 2024
1 parent e981fc3 commit 6e6e538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -109269,11 +109269,11 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<var>importMap</var>'s <span data-x="concept-import-map-imports">imports</span>.</p></li>

<li>
<p class="note">At this point, if <var>result</var> is null, <var>specifier</var> wasn't
<p>If <var>result</var> is null, set it to <var>asURL</var>.</p>

<p class="note">By this point, if <var>result</var> was 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>

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

<li>
Expand Down

0 comments on commit 6e6e538

Please sign in to comment.