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

marcoscaceres commented on this pull request.



> +          member</dfn> describes the expected application category (or 
+          categories) to which the web application belongs. This is a hint 
+          to catalogs or stores of web applications under which category 
+          (or categories) to list this web application.
+        </p>
+        <p>
+          The <code>category</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 an appropriate category under which 
+          to list the web application.
+        </p>
+        <p>
+          The <dfn>steps for processing the <code>category</code>
+          member</dfn> are given by the following algorithm. The algorithm
+          takes a <var>manifest</var> as an argument. This algorithm returns a
+          string or <code>undefined</code>. The string MAY include a comma 

Yeah, I think we should use an array. That's what they are there for :) Hopefully we didn't screw that up elsewhere. I can't remember :( 

-- 
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_r133911521

Received on Friday, 18 August 2017 08:59:38 UTC