Re: [w3c/gamepad] Add a Model section (#136)

@marcoscaceres commented on this pull request.



> +    <section>
+      <h2>
+        Model
+      </h2>
+      <p>
+        A <dfn data-lt="gamepad">gamepad</dfn> is a physical or virtual input
+        device that provides button and/or axis inputs. The
+        <dfn data-lt="host">host</dfn> is the operating system environment
+        hosting the user agent. The host MUST provide an algorithm for
+        <dfn data-lt="enumerating">enumerating</dfn> connected gamepads. A
+        gamepad is considered <dfn data-lt="connected">connected</dfn> when the
+        host is capable of reading new inputs. A gamepad that is not connected
+        is <dfn data-lt="disconnected">disconnected.
+      </p>
+      <p>
+        The host MUST provide an algorithm for synchronously

```suggestion
        The [=host=] provides an algorithm for synchronously
```

-- 
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/136#pullrequestreview-433705099

Received on Thursday, 18 June 2020 23:12:19 UTC