- From: Matt Giuca <notifications@github.com>
- Date: Tue, 18 Apr 2017 02:43:20 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/manifest/pull/566/review/33185381@github.com>
mgiuca commented on this pull request.
> @@ -2295,10 +2289,20 @@ <h3 id="applying">
<code>undefined</code>, move onto the next item if any are
left.
</li>
- <li>Otherwise, let <var>application</var> be an object with
- properties <code>platform</code>, <code>id</code>,
- <code>url</code> respectively set to <var>platform</var>,
- <var>id</var> and <var>url</var>.
+ <li>Let <var>minVersion</var> be the result of running the
+ <a>steps for processing the <code>min_version</code> member
+ of an application</a> with <var>potential application</var>.
+ </li>
+ <li>Let <var>fingerprints</var> be the result of running the
+ <a>steps for processing the <code>fingerprints</code> member
+ of an application</a> with <var>potential application</var>.
+ </li>
+ <li>Let <var>application</var> be an object with properties
+ <code>platform</code>, <code>id</code>, <code>url</code>,
+ <code>min_version</code>, and <code>fingerprints</code>
FYI I think the normal way of writing it is "x, y and z, respectively, set to..." (comma before and after respectively). But it doesn't matter.
--
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/566#discussion_r111911458
Received on Tuesday, 18 April 2017 09:43:56 UTC