- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 14 Apr 2017 13:01:44 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 April 2017 20:02:17 UTC
domenic commented on this pull request.
> @@ -3141,27 +3142,69 @@ <h3 id="applying">
</h2>
<p>
Each <dfn>application object</dfn> represents an application related to
- the web application. An application object has three properties: a
- <code>platform</code> which represents the platform it is associated
- to, a <code>url</code> which represents the URL where the application
- can be found and an <code>id</code> which can be used as an information
- additional to the URL or instead of the URL, depending on the platform.
+ the web application. An application object has the following
+ properties:
+ </p>
+ <dl>
+ <dt>
+ <code>platform</code>
+ </dt>
+ <dd>
+ the platform it is associated to
This was the existing text; I just moved it around.
--
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_r111627958
Received on Friday, 14 April 2017 20:02:17 UTC