Re: [w3c/gamepad] Integrate with WebDriver and WebDriver BiDi for automation (PR #224)

@sadym-chromium commented on this pull request.



> +      <section>
+        <h3>
+          The emulation module
+        </h3>
+        <section>
+          <h4>
+            Types
+          </h4>
+          <section>
+            <h5>
+              The emulation.GamepadBounds Type
+            </h5>
+            <pre class="cddl">
+              emulation.GamepadBounds = {
+                max: float64,
+                ? min: float64,

You can define `.default` in CDDL like this:
```suggestion
                ? min: float64 .default 0.0,
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252329130
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/224/review/3252329130@github.com>

Received on Monday, 22 September 2025 12:13:35 UTC