CVS 2009/dap/vibration

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&lt;unsigned long&gt; 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&lt;unsigned long&gt;) 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