- From: Aaron Gustafson <notifications@github.com>
- Date: Sat, 02 Nov 2019 21:06:07 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 3 November 2019 04:06:10 UTC
aarongustafson commented on this pull request. > + The <dfn>url</dfn> member of a <a>ShortcutItem</a> is a <a>URL</a> to + which a user agent should navigate when the associated shortcut is + activated. + </p> + <p> + The steps for <dfn>processing the <code>url</code> member of a + shortcut</dfn> are given by the following algorithm. The algorithm + takes a <a>ShortcutItem</a> <var>url</var>, and a <var>manifest + URL</var>, which is the <a>URL</a> from which the <var>manifest</var> + was fetched. This algorithm will return a <a>URL</a> or + <code>undefined</code>. + </p> + <ol> + <li>Let <var>value</var> be <var>url</var> + </li> + <li>If <a>Type</a>(<var>value</var>) it not <a>String</a>, return 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_r341834266
Received on Sunday, 3 November 2019 04:06:10 UTC