- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 09 Aug 2017 08:49:57 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 August 2017 08:50:22 UTC
kenchris commented on this pull request. > + <li>Return <code>undefined</code>. + </li> + </ol> + </li> + <li>Return <var>category</var>. + </li> + </ol> + <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> Maybe same here, @marcoscaceres what do you think? -- 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-55170674
Received on Wednesday, 9 August 2017 08:50:22 UTC