- From: Maksim Sadym <notifications@github.com>
- Date: Mon, 22 Sep 2025 05:01:02 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 September 2025 12:01:06 UTC
@sadym-chromium commented on this pull request. > @@ -2406,6 +2634,1425 @@ <h2> </p> </div> </section> + <section id='automation'> + <h2> + Automation + </h2> + <p> + For the purposes of [=user agent=] automation and application testing, this document defines extensions to the [[WebDriver-BiDi]] expecification. + It is OPTIONAL for a [=user agent=] to support them. + </p> + <p> + Each [=top-level traversable=] has a <dfn>simulated gamepad map</dfn> which is an [=ordered map=] of [=version 4 UUIDs=] to [=gamepad input sources=]. I think the UUID key it sufficient and we don't need to have it ordered map. ```suggestion Each [=top-level traversable=] has a <dfn>simulated gamepad map</dfn> which is a [=map=] of [=version 4 UUIDs=] to [=gamepad input sources=]. ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252255039 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/224/review/3252255039@github.com>
Received on Monday, 22 September 2025 12:01:06 UTC