- From: Jeffrey Yasskin <notifications@github.com>
- Date: Fri, 08 Sep 2017 17:14:01 +0000 (UTC)
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/permissions/pull/154/review/61567200@github.com>
jyasskin approved this pull request.
> @@ -41,6 +41,9 @@ spec: mediacapture-main; urlPrefix: https://w3c.github.io/mediacapture-main/#
spec: sensors; urlPrefix: https://w3c.github.io/sensors/#
type: dfn
text: generic sensor permission revocation algorithm; url: generic-sensor-permission-revocation-algorithm
+spec: manifest; urlPrefix: https://w3c.github.io/manifest/#
+ type: dfn
+ text: install; url: dfn-install
Yep.
> @@ -115,7 +118,16 @@ spec: webidl
The UA may collect information about a user's intentions in any way its
authors believe is appropriate. This information can come from explicit
user action, aggregate behavior of both the relevant user and other users,
- or other sources this specification hasn't anticipated.
+ or <a>implicit signals</a> this specification hasn't anticipated.
+ <div class="note">
+ The <dfn>implicit signals</dfn> could be, for example, the
+ <a>install</a> status of a web application, frequency and recency of
+ visits. A user that has installed a web application and used it
+ frequently and recently is more likely to have established a trust
+ relationship with the application provider. Implementations are
+ advised to exercise caution when implementing strategies that rely on
SG.
--
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/permissions/pull/154#pullrequestreview-61567200
Received on Friday, 8 September 2017 17:14:24 UTC