dap commit: updated the note on device vs. user proximity as per Jonas' proposal

changeset:   97:336825e8a8a2
tag:         tip
user:        Anssi Kostiainen <anssi.kostiainen@nokia.com>
date:        Fri May 18 14:32:15 2012 +0300
files:       proximity/Overview.html
description:
updated the note on device vs. user proximity as per Jonas' proposal


diff -r d9a6cfac2299 -r 336825e8a8a2 proximity/Overview.html
--- a/proximity/Overview.html	Wed May 16 09:27:24 2012 +0300
+++ b/proximity/Overview.html	Fri May 18 14:32:15 2012 +0300
@@ -220,9 +220,9 @@
           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 not to assume near or
-          far proximity solely based on the <code>min</code> and
-          <code>max</code> attributes' values.
+          resolution, thus authors are strongly advised to use the
+          <a href="#user-proximity">user proximity</a> event if the are only
+          interested in finding out if the user is near or far.
         </div>
         <section>
           <h2>Event handlers</h2>

Received on Friday, 18 May 2012 11:32:28 UTC