- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Fri, 14 Apr 2017 07:41:43 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/manifest/pull/566/review/32839109@github.com>
kenchris 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>
, before respectively?
--
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#pullrequestreview-32839109
Received on Friday, 14 April 2017 14:42:16 UTC