- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Fri, 11 Aug 2017 03:02:26 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 August 2017 10:02:47 UTC
RobDolinMS commented on this pull request. > + <li>If <a>Type</a>(<var>value</var>) is not "string": + <ol> + <li>If <a>Type</a>(<var>value</var>) is not "undefined", <a>issue + a developer warning</a> that the type is not supported. + </li> + <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. I've added language to the algorithm to `trim` and `convert to lower-case` matching what we do for the `dir` member. -- 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_r132653067
Received on Friday, 11 August 2017 10:02:47 UTC