Re: [w3c/gamepad] spec vibrationActuator gamepad extension (#68)

cvan commented on this pull request.



>            </p>
         </dd>
 
         <dt><dfn data-lt="reset()">reset</dfn></dt>
         <dd>
           <p>
-            <code>reset()</code> stops haptic feedback and preempts any active
-            effects. It returns a Promise that resolves to
-            <code>'complete'</code> once vibration is stopped.
+            The <code>reset()</code> method, when invoked, must return
+            a new promise <var>promise</var> and run the following steps in
+            parallel:
+          </p>
+          <p>
+            1. If the current page is not visible, resolve <var>promise</var> with

do you want to make these paragraphs an `<ol>`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/68#pullrequestreview-101832612

Received on Wednesday, 7 March 2018 07:54:21 UTC