sysapps / runtime

Runtime and Security Model for Hosted Web Applications and Packaged Applications
6 stars 13 forks source link

Divide sub-section and insert sub-section-title #90

Closed hollobit closed 11 years ago

hollobit commented 11 years ago

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.

....

marcoscaceres commented 11 years ago

I agree. I'm still going to move a lot of stuff around so lots of things need to go into their own sections.

marcoscaceres commented 11 years ago

Moved to https://github.com/sysapps/manifest/issues/6