- From: Mercurial notifier <cvsmail@w3.org>
- Date: Wed, 23 May 2012 06:46:23 +0000
- To: public-dap-commits@w3.org
changeset: 105:bf7c4fc193cd
tag: tip
user: Anssi Kostiainen <anssi.kostiainen@nokia.com>
date: Wed May 23 09:44:46 2012 +0300
files: proximity/Overview.html
description:
add a note a la Device Orientation: 'implementations may fire ...'
diff -r e682f2325ca5 -r bf7c4fc193cd proximity/Overview.html
--- a/proximity/Overview.html Mon May 21 11:14:40 2012 -0700
+++ b/proximity/Overview.html Wed May 23 09:44:46 2012 +0300
@@ -209,11 +209,13 @@
</p>
<div class="note">
The definition of granularity i.e. how often the event is fired is
- left to the implementation. Different devices may also support
- different minimum and maximum device proximities as well as different
- resolution, thus authors are strongly advised to use the
- <a>UserProximityEvent</a> interface if the are only interested in
- finding out if the user is near or far.
+ left to the implementation. Implementations may fire the event if
+ they have reason to believe that the page does not have sufficiently
+ fresh data. Different devices may also support different minimum and
+ maximum device proximities as well as different resolution, thus
+ authors are strongly advised to use the <a>UserProximityEvent</a>
+ interface if the are only interested in finding out if the user is
+ near or far.
</div>
<section>
<h2>Event handlers</h2>
Received on Wednesday, 23 May 2012 06:46:48 UTC