diff --git a/fetch.bs b/fetch.bs index 6694a21e9..a4f4f3303 100644 --- a/fetch.bs +++ b/fetch.bs @@ -458,7 +458,7 @@ and an optional boolean extract-value (default false):
  • Let value be the empty string. -

  • Assert: the code point at position within input is U+0022 ("). +

  • Assert: the code point at position within input is U+0022 (").

  • Advance position by 1. @@ -494,7 +494,7 @@ and an optional boolean extract-value (default false):

    Otherwise:

      -
    1. Assert: quoteOrBackslash is U+0022 ("). +

    2. Assert: quoteOrBackslash is U+0022 (").

    3. Break.

    @@ -591,7 +591,7 @@ given a header name name and a string type fr structured field value.
      -
    1. Assert: type is one of "dictionary", "list", or +

    2. Assert: type is one of "dictionary", "list", or "item".

    3. Let value be the result of getting name from @@ -931,7 +931,7 @@ directly. Use get, decode, and split instead.

    4. Let value be the result of getting name from list. -

    5. Assert: value is non-null. +

    6. Assert: value is non-null.

    7. Append (name, value) to headers.

    @@ -2301,7 +2301,7 @@ is to return the result of serializing a request origin with request last, run these steps:
      -
    1. Assert: last is not given, or first is less than or equal to +

    2. Assert: last is not given, or first is less than or equal to last.

    3. Let rangeValue be `bytes=`. @@ -2332,7 +2332,7 @@ source of security bugs. Please seek security review for features that deal with response, run these steps:

        -
      1. Assert: response's URL list is not empty. +

      2. Assert: response's URL list is not empty.

      3. Let url be a copy of response's URL list[0]. @@ -2503,7 +2503,7 @@ this is also tracked internally using the request's timing allow fetchParams:

          -
        1. Assert: fetchParams is canceled. +

        2. Assert: fetchParams is canceled.

        3. Return an aborted network error if fetchParams is aborted; otherwise return a network error. @@ -2702,7 +2702,7 @@ manually. [[!HTML]]

          1. If potentialDestination is "fetch", then return the empty string. -

          2. Assert: potentialDestination is a destination. +

          3. Assert: potentialDestination is a destination.

          4. Return potentialDestination.

          @@ -3098,7 +3098,7 @@ or an implementation-defined value.
        4. If topLevelOrigin is null, then set topLevelOrigin to environment's top-level creation URL's origin. -

        5. Assert: topLevelOrigin is an origin. +

        6. Assert: topLevelOrigin is an origin.

        7. Let topLevelSite be the result of obtaining a site, given topLevelOrigin. @@ -5433,7 +5433,7 @@ run these steps:

          If request's redirect mode is "manual", then:

            -
          1. Assert: request's mode is "navigate". +

          2. Assert: request's mode is "navigate".

          3. Set recursive to false.

          @@ -7047,7 +7047,7 @@ typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;

          If object is a {{ReadableStream}} object, then:

            -
          1. Assert: object is neither disturbed nor +

          2. Assert: object is neither disturbed nor locked.

          @@ -7695,7 +7695,7 @@ constructor steps are:

          Otherwise:

            -
          1. Assert: input is a {{Request}} object. +

          2. Assert: input is a {{Request}} object.

          3. Set request to input's request. @@ -8614,7 +8614,7 @@ that RFC's normative processing requirements to be compatible with deployed cont dataURL and then runs these steps:

              -
            1. Assert: dataURL's scheme is "data". +

            2. Assert: dataURL's scheme is "data".

            3. Let input be the result of running the URL serializer on dataURL with exclude fragment set to true.