- From: Matt Giuca <notifications@github.com>
- Date: Sun, 15 Sep 2019 19:01:50 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 September 2019 02:02:13 UTC
mgiuca 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 MUST expose shortcuts via interactions that are + consistent with exposure of an application icon’s context menu in the Yes, this is another MUST -> SHOULD. -- 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_r324494728
Received on Monday, 16 September 2019 02:02:13 UTC