I think it would be good to divide subsection and insert sub-section-title
It would be helpful to reader.
------ Proposed text (subsection number/title) ------
3.1 Validation
------ end ------
Certain error conditions can result in an application manifest being treated as an invalid manifest. An invalid manifest is an application manifest that is deemed to be non-conforming in such a way that it would not be possible for the user agent to continue processing (e.g., it can't be parsed by the JSON parser). In such a case, the user agent may report the error to the user in a user-agent-specific manner, may navigate to an error page to report the error, or may ignore the error and do nothing. In either case, when a step results in an invalid manifest the user agent must abort whatever steps caused the condition.
------ Proposed text (subsection number/title) ------
3.2 Fetching and Processing
------ end ------
The steps for fetching an application manifest are given by the following algorithm. This algorithm can be applied equally to manifests fetched from HTTP/S or those derived over the app URI scheme.
I think it would be good to divide subsection and insert sub-section-title It would be helpful to reader.
------ Proposed text (subsection number/title) ------
3.1 Validation
------ end ------
Certain error conditions can result in an application manifest being treated as an invalid manifest. An invalid manifest is an application manifest that is deemed to be non-conforming in such a way that it would not be possible for the user agent to continue processing (e.g., it can't be parsed by the JSON parser). In such a case, the user agent may report the error to the user in a user-agent-specific manner, may navigate to an error page to report the error, or may ignore the error and do nothing. In either case, when a step results in an invalid manifest the user agent must abort whatever steps caused the condition.
------ Proposed text (subsection number/title) ------
3.2 Fetching and Processing
------ end ------
The steps for fetching an application manifest are given by the following algorithm. This algorithm can be applied equally to manifests fetched from HTTP/S or those derived over the app URI scheme.
....