Re: [w3c/manifest] Add IDL section and define IDL for all the members (#613)

kenchris commented on this pull request.



>        <h2>
         Manifest and its members
       </h2>
       <p>
         A <dfn>manifest</dfn> is a JSON document that contains startup
         parameters and application defaults for when a web application is
-        launched. A manifest consists of a top-level <a>object</a> that
-        contains zero or more members. Each of the members are defined below,
-        as well as how their values are processed.
+        launched. A manifest consists of a top-level <dfn>WebAppManifest</dfn>
+        <a>object</a> that contains zero or more members.

How do you want me to refer to that then. Object is defined as part of JSON, dictionary is not:

      <p>
        As the manifest uses the JSON format, this specification relies on the
        types defined in [[!ECMA-404]] specification: namely <dfn>object</dfn>,
        <dfn>array</dfn>, <dfn>number</dfn>, <dfn>string</dfn>,
        <code>true</code>, <code>false</code>, and <code>null</code>. Strict
        type checking is not enforced by this specification. Instead, each
        member's definition specifies the steps required to process a
        particular member and what to do when a type does not match what is
        expected.
      </p>

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/613#discussion_r140202071

Received on Thursday, 21 September 2017 10:16:06 UTC