- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 11 Dec 2023 20:26:10 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 December 2023 04:26:15 UTC
@marcoscaceres commented on this pull request.
> + </li>
+ </ol>
+ </dd>
+ <dt>
+ <dfn>playEffect()</dfn> method
+ </dt>
+ <dd>
+ <p>
+ The {{GamepadHapticActuator/playEffect()}} method steps are:
+ </p>
+ <ol>
+ <li>If |params:GamepadEffectParameters| does not describe a [=valid
+ effect=] of type |type:GamepadHapticEffectType|, return [=a promise
+ rejected with=] reason {{TypeError}}.
+ </li>
+ <li>Let |document| be the [=current settings object=]'s [=relevant
```suggestion
<li>Let |document:Document| be the [=current settings object=]'s [=relevant
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/190#pullrequestreview-1776565867
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/190/review/1776565867@github.com>
Received on Tuesday, 12 December 2023 04:26:15 UTC