From c7b5589a0327b49648787fde391e6e0078dbc3bb Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Tue, 3 Dec 2024 18:50:12 +1300 Subject: [PATCH] Editorial: Move a note at the end of a spec step Instead of at the front of the next one, which was resulting in some slightly off rendering. --- source | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source b/source index 30575154253..96141c33f6a 100644 --- a/source +++ b/source @@ -109264,18 +109264,18 @@ dictionary PromiseRejectionEventInit : EventInit -
  • If result is null, set result be the result of resolving an - imports match given normalizedSpecifier, asURL, and - importMap's imports.

  • -
  • +

    If result is null, set result be the result of resolving an + imports match given normalizedSpecifier, asURL, and + importMap's imports.

    +

    At this point, if result is null, specifier wasn't remapped to anything by importMap, but it might have been able to be turned into a URL.

    - -

    If result is null, set it to asURL.

  • +
  • If result is null, set it to asURL.

  • +
  • If result is not null, then: