add a note on varying min/max and resolution depending on the device as proposed by Jonas
authorAnssi Kostiainen <anssi.kostiainen@nokia.com>
Tue, 15 May 2012 12:00:23 +0300
changeset 91 7975ec7faa46
parent 90 58f46047f4f9
child 92 660dc286f458
add a note on varying min/max and resolution depending on the device as proposed by Jonas
proximity/Overview.html
--- a/proximity/Overview.html	Tue May 15 10:38:43 2012 +0300
+++ b/proximity/Overview.html	Tue May 15 12:00:23 2012 +0300
@@ -196,7 +196,11 @@
         </p>
         <div class="note">
           The definition of granularity i.e. how often the event is fired is
-          left to the implementation.
+          left to the implementation. Different devices may also support
+          different minimum and maximum 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.
         </div>
       </section>