Re: [w3c/manifest] WIP: beforeinstallprompt (#506)

kenchris commented on this pull request.



> +        trigger the <a>installation process</a> through the user agent's
+        <abbr>UI</abbr>.
+      </p>
+      <p>
+        Alternatively, the <a>installation process</a> can occur through an
+        <dfn>automated install prompt</dfn>: that is, a <abbr>UI</abbr> that
+        the user agent presents to the user when, for instance, there are
+        sufficient <a>installability signals</a> to warrant <a>installation</a>
+        of the web application.
+      </p>
+      <p>
+        In either case, when a user agent <dfn data-lt=
+        "present an install prompt">presents an install prompt</dfn>, the
+        end-user's choice is represented as on of the following values (either
+        "accepted" or "dismissed"). These values are represented in the API of
+        this specification via <a>AppBannerPromptOutcome</a> enum.

via *the*

-- 
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/506#pullrequestreview-5430052

Received on Monday, 24 October 2016 11:34:30 UTC