Bug 212417

Summary: Web App Manifest parsing should not be a function of the document URL
Product: WebKit Reporter: David Quesada <david_quesada>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

David Quesada
Reported 2020-05-27 10:37:47 PDT
See https://github.com/w3c/manifest/pull/834. The standard is being updated so that the parsing of the ‘start_url’ app manifest parameter no longer depends on the document URL. If the key is missing from the original JSON document or has an invalid value, the parsed manifest should have an undefined start URL, not a start URL that falls back to the document URL.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-05-27 10:38:23 PDT
Note You need to log in before you can comment on or make changes to this bug.