Bug 185046

Summary: Advertise support for WebP when enabled
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hypertree, me, steven
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Don Olmstead 2018-04-26 14:04:01 PDT
The default content accept header should include image/webp when WebP is enabled.

This follows along with what Chrome does with webp as well as what Microsoft is doing with jxr.
Comment 1 Sanjay Kumar 2019-08-29 13:14:24 PDT
Does this mean WebP is coming (back) to Safari or already there ?
Comment 2 Don Olmstead 2019-08-29 20:53:30 PDT
(In reply to Sanjay Kumar from comment #1)
> Does this mean WebP is coming (back) to Safari or already there ?

GTK/WPE and WinCairo use it. I can’t speak for Apple
Comment 3 styfle 2020-10-13 15:25:50 PDT
This works correctly in Safari 14.

Catalina: 

  image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5

Big Sur:

  image/webp,image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5

I think this issue can be closed.
Comment 4 Don Olmstead 2020-10-21 08:27:18 PDT

*** This bug has been marked as a duplicate of bug 211735 ***