- From: Aaron Gustafson <notifications@github.com>
- Date: Sat, 02 Nov 2019 21:04:41 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 3 November 2019 04:04:44 UTC
aarongustafson commented on this pull request. > + <p> + The steps for <dfn>processing the <code>shortcuts</code> member</dfn> + are given by the following algorithm. The algorithm takes a + <a data-cite= + "WEBIDL#sequence-type">sequence</a><<a>ShortcutItem</a>> + <var>shortcuts</var> as an argument. This algorithm returns an + <a data-cite= + "WEBIDL#sequence-type">sequence</a><<a>ShortcutItem</a>>. For + each <var>shortcut</var> (<a>ShortcutItem</a>) in the sequence, set + <var>shortcut.icons</var> to the result of running <a>processing + `ImageResource` members</a> given <var>shortcut.icons</var> and + <var>manifest URL</var>. + </p> + <p> + A user agent SHOULD expose shortcuts via interactions that are + consistent with exposure of an application icon’s context menu in the Done -- 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_r341834230
Received on Sunday, 3 November 2019 04:04:44 UTC