diff --git a/fetch.bs b/fetch.bs index a3892d5f6..95623077e 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2368,6 +2368,9 @@ manually. [[!HTML]]
  • Return potentialDestination. +

    The Document `Accept` header value is +`text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8`. +

    Authentication entries

    @@ -3984,11 +3987,9 @@ the request.
    1. Let value be `*/*`. -

    2. Let documentAccept be - `text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8`.

    3. If request's initiator is "prefetch", then set - value to documentAccept. + value to document `Accept` header value.

    4. A user agent should set value to the first matching statement, if any, switching @@ -3999,7 +4000,7 @@ the request.

      "document"
      "frame"
      "iframe" -
      documentAccept +
      document `Accept` header value
      "image"
      `image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5`