Bug 254253 - web manifest: implement background_color member parsing
Summary: web manifest: implement background_color member parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Marcos Caceres
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-21 19:44 PDT by Marcos Caceres
Modified: 2023-03-27 23:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.