- From: Aaron Gustafson <notifications@github.com>
- Date: Fri, 21 Jun 2019 10:40:09 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 June 2019 17:40:31 UTC
aarongustafson commented on this pull request. > + The <a>icons</a> member of an <a>ShortcutItem</a> member is an + <a>array</a> of <a>ImageResource</a>s that can serve as iconic + representations of the shortcut in various contexts. + </p> + </section> + <section> + <h3> + <dfn>Launching a shortcut</dfn> + </h3> + <p> + When <a>ShortcutItem</a> <var>shortcut</var> having + <a>WebAppManifest</a> <var>manifest</var> is invoked, run the + following steps: + </p> + <ol> + <li>Let <var>url</var> be a copy of <var>shortcut.url</var>. I cribbed this from [the proposed Web Share Target spec](https://wicg.github.io/web-share-target/#launching-the-web-share-target). -- 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/768#discussion_r296330671
Received on Friday, 21 June 2019 17:40:31 UTC