- From: CVS User akostiai <cvsmail@w3.org>
- Date: Sun, 21 Apr 2013 18:09:04 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration In directory roscoe:/tmp/cvs-serv10567 Modified Files: Overview.html Log Message: editorial: merge IDL using or operator --- /sources/public/2009/dap/vibration/Overview.html 2013/04/19 11:23:07 1.32 +++ /sources/public/2009/dap/vibration/Overview.html 2013/04/21 18:09:04 1.33 @@ -79,24 +79,13 @@ <section> <h2>Vibration Interface</h2> <dl title='partial interface Navigator' class='idl'> - <dt>void vibrate()</dt> - <dd> - <dl class='parameters'> - <dt>unsigned long time</dt> - <dd> - Vibration time in milliseconds. - </dd> - </dl> - <dt>void vibrate()</dt> - <dd> - <dl class='parameters'> - <dt>sequence<unsigned long> pattern</dt> - <dd> - A vibration pattern represented by a list of time entries, - in milliseconds. - </dd> - </dl> - </dd> + <dt>void vibrate()</dt> + <dd> + <dl class='parameters'> + <dt>(unsigned long or sequence<unsigned long>) pattern</dt> + <dd></dd> + </dl> + </dd> </dl> <p> @@ -146,13 +135,13 @@ <a href="http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-hidden"> hidden</a></code> attribute [[!PAGE-VISIBILITY]] is set to true, abort these steps. - </li> <div class="note"> A trusted (also known as privileged) application that integrates closely with the operating system's functionality may vibrate the device even if such an application is not visible at all, and thus may ignore the previous step. </div> + </li> <li> An implementation MAY abort the algorithm at this point. <div class="note">
Received on Sunday, 21 April 2013 18:09:04 UTC