- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Nov 2011 13:36:48 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration
In directory hutz:/tmp/cvs-serv3614
Modified Files:
Overview.html
Log Message:
add a new process step 'An implementation may abort the algorithm at this point.' and associated non-normative note
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/Overview.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.html 10 Nov 2011 12:07:22 -0000 1.7
+++ Overview.html 14 Nov 2011 13:36:46 -0000 1.8
@@ -210,6 +210,17 @@
patterns</a> algorithm, if any.
</li>
<li>
+ An implementation MAY abort the algorithm at this point.
+ <div class="note">
+ For example, an implementation might abort the
+ algorithm because the user has set a preference indicating that
+ pages at a given origin should never be able to vibrate the page,
+ or an implementation might cap the total amount of time a page may
+ cause the device to vibrate and reject requests in excess of this
+ limit.
+ </div>
+ </li>
+ <li>
For each <var>time</var> in <var>pattern</var>, run the following
substeps:
<ol>
Received on Monday, 14 November 2011 13:36:56 UTC