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
`.
+
Let value be `*/*
`.
-
Let documentAccept be
- `text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
`.
If request's initiator is "prefetch
", then set
- value to documentAccept.
+ value to document `Accept` header value.
A user agent should set value to the first matching statement, if any, switching @@ -3999,7 +4000,7 @@ the request.
document
"
frame
"
iframe
"
- image
"
image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5
`