- From: Marcos Cáceres <notifications@github.com>
- Date: Fri, 18 Aug 2017 01:43:47 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 18 August 2017 08:44:09 UTC
marcoscaceres commented on this pull request. > + <p> + If a category string has multiple comma delimited values, a + consuming system MAY use one or more of these values. + </p> + <p> + Manifest authors SHOULD use the below common categories: + </p> + <ul> + <li>books</li> + <li>business</li> + <li>education</li> + <li>entertainment</li> + <li>finance</li> + <li>food</li> + <li>games</li> + <li>government & politics</li> Let's just do individual. These are keys, after all - they are not the things displayed by stores. So: ``` categories: ["government", "health", "bar", "politics"] ``` Will show up in a store as: "<li>government & politics</li>" or "<li>governo y politico</li>" in the same store in Spanish. -- 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_r133908578
Received on Friday, 18 August 2017 08:44:09 UTC