Editorial: Refine the definition of an installable web application #1164
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR #1163 added a definition of installable web applications. After code review comments had been addressed the resulting text included the sentence:
I don't think that the vast majority of web developers would agree with this statement, and to me it seems to directly conflict with the text that follows which defines an installed web application as one which has (or will have) a manifest applied to its top level browsing context. To me this clearly indicates that a website can not be an installable web application unless it at least has a web application manifest, if only an empty manifest to which defaults can be applied. A manifest also can not be processed without a manifest URL (since it is an essential input to the processing algorithm).
This PR is a suggestion to refine that text to address my review comments in #1163.
Specifically:
This change:
Commit message:
Refine the definition of an installable web application
Person merging, please make sure that commits are squashed with one of the following as a commit message prefix:
Preview | Diff