NEW212417
Web App Manifest parsing should not be a function of the document URL
https://bugs.webkit.org/show_bug.cgi?id=212417
Summary Web App Manifest parsing should not be a function of the document URL
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.