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

> +      <p>
> +        This enum defines the set of possible hands a gamepad may be held by.
> +      </p>
> +
> +      <pre class="idl">
> +        enum GamepadHand {
> +            "",
> +            "left",
> +            "right"
> +        };
> +      </pre>
> +
> +      <dl data-dfn-for="GamepadHand">
> +        <dt></dt>
> +        <dd>
> +          The empty string indicates the hand holding the gamepad is unknown or

personally, I think this would read better: `the hand holding` should be `the hand that is holding`

-- 
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#r78493720

Received on Tuesday, 13 September 2016 04:04:33 UTC