Re: [w3c/manifest] feat: add categories member (resolves #569) (#598)

RobDolinMS commented on this pull request.



> +          member</dfn> describes the expected application categories (or 
+          single category) to which the web application belongs. This is a hint 
+          to catalogs or stores of web applications under which categories 
+          (or category) to list this web application.
+        </p>
+        <p>
+          The <code>categories</code> member is only meant as a hint to catalogs 
+          or stores listing web applications and it is expected that these 
+          will make a best effort to find appropriate categories (or category)
+          under which to list the web application.
+        </p>
+        <p>
+          The <dfn>steps for processing the <code>categories</code>
+          member</dfn> are given by the following algorithm. The algorithm
+          takes a <var>manifest</var> as an argument. This algorithm returns an
+          array of strings or <code>undefined</code>. The array of strings MAY 

Removed

-- 
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/598#discussion_r134887719

Received on Wednesday, 23 August 2017 22:31:34 UTC