Bug 254253

Summary: web manifest: implement background_color member parsing
Product: WebKit Reporter: Marcos Caceres <marcosc>
Component: New BugsAssignee: Marcos Caceres <marcosc>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Marcos Caceres 2023-03-21 19:44:19 PDT
It would be great if webkit implemented the "background_color" member as specified in:
https://www.w3.org/TR/appmanifest/#background_color-member

"The manifest's background_color member describes the expected background color of the web application. It repeats what is already available in the application stylesheet but can be used by the user agent to draw the background color of a web application for which the manifest is known before the files are actually available, whether they are fetched from the network or retrieved from disk. 

The background_color member is only meant to improve the user experience while a web application is loading and MUST NOT be used by the user agent as the background color when the web application's stylesheet is available."
Comment 1 Radar WebKit Bug Importer 2023-03-21 19:49:10 PDT
<rdar://problem/107035193>
Comment 2 Marcos Caceres 2023-03-21 19:50:17 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11794
Comment 3 EWS 2023-03-27 23:10:58 PDT
Committed 262195@main (c86b7e17dd8d): <https://commits.webkit.org/262195@main>

Reviewed commits have been landed. Closing PR #11794 and removing active labels.