- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Fri, 11 Aug 2017 10:18:53 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 August 2017 10:19:16 UTC
RobDolinMS commented on this pull request. > + <p> + The category string should be treated as case insensitive. Thus, + <code>sports</code>, <code>Sports</code>, <code>SPORTS</code>, and + <code>SpOrTs</code> are all equivalent. + </p> + <p> + Spaces, underscores, and dashes should be treated as equivalent. + Thus, <code>health & fitness</code>, + <code>health_&_fitness</code>, and <code>health-&-fitness</code> + are all equivalent. + </p> + <p> + If a category string has multiple comma delimited values, a + consuming system SHOULD use the most specific value that is is + familiar with, and ignore values that it is not familiar with. + For example: <code>Books, Fiction, Science Fiction & Fantasty</code>. I've clarified that these are hints/suggestions and softened the language about which category a consuming catalog or store should use. -- 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_r132655674
Received on Friday, 11 August 2017 10:19:16 UTC