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
`.
+
Let value be `*/*
`.
+
If request's initiator is "prefetch
", then set
+ value to the document `Accept
` header value.
+
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
`
+ Accept
` header value
image
"
image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5
`