- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Fri, 18 Aug 2017 01:48:41 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 18 August 2017 08:49:02 UTC
kenchris 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 Shouldn't we use an array instead of parsing values seperated with commas? @marcoscaceres -- 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#pullrequestreview-57144017
Received on Friday, 18 August 2017 08:49:02 UTC