Re: [whatwg/fetch] Accept headers in spec cause confusion (#274)

So I looked at this again, for the `img` element:

* Firefox: `image/webp,*/*`
* Safari: `image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5`
* Chrome: `image/webp,image/apng,image/*,*/*;q=0.8`

And Fetch still has `image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5`, matching nobody, though it's a "should", not a "must".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/274#issuecomment-545501458

Received on Wednesday, 23 October 2019 15:31:17 UTC