Re: [w3c/gamepad] Added a supplemental "Extensions" spec (#32)

> +        enables activating it.
> +      </p>
> +
> +      <pre class='idl'>
> +      interface GamepadHaptic {
> +        boolean vibrate(double intensity, double duration);
> +      };
> +      </pre>
> +
> +      <dl data-dfn-for="GamepadHaptic">
> +        <dt><dfn data-lt="vibrate()">vibrate</dfn></dt>
> +        <dd>
> +          The <code>vibrate()</code> method engages the haptic
> +          feedback motor for <var>duration</var> milliseconds.
> +
> +          If the haptic feedback motor is capable of modulating the intensity of it's

`it's` should be `its`

-- 
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/32/files/6a7bdfaf492c994ce9c77771c52672387ced6b46#r78494125

Received on Tuesday, 13 September 2016 04:11:50 UTC