- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Wed, 23 Aug 2017 22:38:16 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 August 2017 22:38:39 UTC
RobDolinMS commented on this pull request. > + will make a best effort to find appropriate categories (or category) + under which to list the web application. + </p> + <p> + The <dfn>steps for processing the <code>categories</code> + member</dfn> are given by the following algorithm. The algorithm + takes a <var>manifest</var> as an argument. This algorithm returns an + array of strings or <code>undefined</code>. The array of strings MAY + include only one value. + </p> + <ol> + <li>Let <var>categories</var> be an empty list.</li> + <li>Let <var>unprocessed categories</var> be the result of calling + the <a>[[\GetOwnProperty]]</a> internal method of <var>manifest</var> + with argument "<code>categories</code>".</li> + <li>If <var>unprocessed categories</var>is an array, then:</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_r134888737
Received on Wednesday, 23 August 2017 22:38:39 UTC