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

> +      <dl data-dfn-for="GamepadPose">
> +        <dt><dfn>hasOrientation</dfn></dt>
> +        <dd>
> +          The hasOrientation attribute MUST return whether the gamepad is
> +          capable of tracking its orientation.
> +        </dd>
> +
> +        <dt><dfn>hasPosition</dfn></dt>
> +        <dd>
> +          The hasPosition attribute MUST return whether the gamepad is capable
> +          of tracking its position.
> +        </dd>
> +
> +        <dt><dfn>position</dfn></dt>
> +        <dd>
> +          Position of the gamepad as a 3D vector. Position is given in meters

we don't want to wrap in `<p>`s?

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

Received on Tuesday, 13 September 2016 04:14:22 UTC