- From: Maksim Sadym <notifications@github.com>
- Date: Mon, 22 Sep 2025 05:22:06 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 September 2025 12:22:09 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 believe the UUID version is important only when it is generated: ```suggestion Each [=top-level traversable=] has a <dfn>simulated gamepad map</dfn> which is an [=ordered map=] of [=UUID=] to [=gamepad input sources=]. ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/224#discussion_r2368063515 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/224/review/3252383203@github.com>
Received on Monday, 22 September 2025 12:22:09 UTC