Re: [w3c/manifest] feat: add categories member (resolves #569) (#598)

RobDolinMS commented on this pull request.



> +            <code>undefined</code>
+          </li>
+            <ol>
+              <li>
+                <a>Issue a developer warning</a> that the type is not 
+                supported.
+              </li>
+            </ol>
+          <li>Return <var>categories</var></li>
+        </ol>
+        <p>
+          The categories string array is case insensitive and converted 
+          to lower-case by following the processing algorithm. Thus, 
+          <code>sports</code>, <code>Sports</code>, <code>SPORTS</code>, 
+          and <code>SpOrTs</code> are all equivalent. Manifest authors 
+          SHOULD use lower-case.

Removed and added note

-- 
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_r134890051

Received on Wednesday, 23 August 2017 22:47:39 UTC