diff --git a/fetch.bs b/fetch.bs index fb10efa8c..7e24ae7c3 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1321,6 +1321,9 @@ downloads. This format of range header value can be set using add a range hea implementation-defined header value for the `User-Agent` header. +

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

Statuses

@@ -4274,16 +4277,19 @@ the response. [[!HTTP-CACHING]]
  1. Let value be `*/*`. +

  2. If request's initiator is "prefetch", then set + value to the document `Accept` header value. +

  3. -

    A user agent should set value to the first matching statement, if any, switching - on request's destination: +

    Otherwise, the user agent should set value to the first matching statement, if + any, switching on request's destination:

    "document"
    "frame"
    "iframe" -
    `text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8` +
    the document `Accept` header value
    "image"
    `image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5`