Bug 212417 - Web App Manifest parsing should not be a function of the document URL
Summary: Web App Manifest parsing should not be a function of the document URL
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-27 10:37 PDT by David Quesada
Modified: 2020-05-27 10:38 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 David Quesada 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.
Comment 1 Radar WebKit Bug Importer 2020-05-27 10:38:23 PDT
<rdar://problem/63680609>