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

RobDolinMS commented on this pull request.



> +              <li>For each <var>potential category</var> in the array:</li>
+                <ol>
+                  <li>
+                    <a>Trim</a>(<var>value</var>) and convert 
+                    <a>to ASCII lowercase</a>
+                  </li>
+                  <li>
+                    Append <var>potential category</var> to 
+                    <var>categories</var>
+                  </li>
+                </ol>
+            </ol>
+          <li>
+            Otherwise, if <var>unprocessed categories</var> is not 
+            <code>undefined</code>
+          </li>

Fixed

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

Received on Wednesday, 23 August 2017 22:38:46 UTC