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

RobDolinMS commented on this pull request.



> +        </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.
+        </p>
+        <p>
+          The categories string array is a hint to catalogs and stores 
+          of where the Manifest author suggests their web app should be 
+          listed. This is hint or suggestion from the Manifest author. 
+          Like search engine keywords, catalogs and stores are not 
+          required to honor this hint.</p>
+        <p>
+          If a categories string array has multiple values, a consuming 

Removed

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

Received on Wednesday, 23 August 2017 22:53:51 UTC