Skip to content

Commit

Permalink
Editorial: small fixes and corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Apr 1, 2024
1 parent df03f46 commit c273bbe
Showing 1 changed file with 40 additions and 31 deletions.
71 changes: 40 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1640,12 +1640,11 @@ <h2>
<dfn data-dfn-for="Navigator">[[\gamepads]]</dfn>
</td>
<td>
`[]`
A empty [=sequence=] of {{Gamepad?}} objects
</td>
<td>
A `sequence&lt;Gamepad?&gt;` with each {{Gamepad}} present at the
index specified by its {{Gamepad/index}} attribute, or `null` for
unassigned indices.
Each {{Gamepad}} present at the index specified by its
{{Gamepad/index}} attribute, or `null` for unassigned indices.
</td>
</tr>
</table>
Expand Down Expand Up @@ -1835,11 +1834,14 @@ <h2>
button, then its <dfn data-lt="canonical indices">canonical index</dfn>
is the index of the corresponding [=Standard Gamepad=] axis or button.
</p>
<table class="tg">
<table class="simple">
<thead>
<tr>
<th>
Button/Axis
Type
</th>
<th>
Index
</th>
<th>
Location
Expand All @@ -1848,168 +1850,174 @@ <h2>
</thead>
<tbody>
<tr>
<td rowspan="17">
Button
</td>
<td>
buttons[0]
0
</td>
<td>
Bottom button in right cluster
</td>
</tr>
<tr>
<td>
buttons[1]
1
</td>
<td>
Right button in right cluster
</td>
</tr>
<tr>
<td>
buttons[2]
2
</td>
<td>
Left button in right cluster
</td>
</tr>
<tr>
<td>
buttons[3]
3
</td>
<td>
Top button in right cluster
</td>
</tr>
<tr>
<td>
buttons[4]
4
</td>
<td>
Top left front button
</td>
</tr>
<tr>
<td>
buttons[5]
5
</td>
<td>
Top right front button
</td>
</tr>
<tr>
<td>
buttons[6]
6
</td>
<td>
Bottom left front button
</td>
</tr>
<tr>
<td>
buttons[7]
7
</td>
<td>
Bottom right front button
</td>
</tr>
<tr>
<td>
buttons[8]
8
</td>
<td>
Left button in center cluster
</td>
</tr>
<tr>
<td>
buttons[9]
9
</td>
<td>
Right button in center cluster
</td>
</tr>
<tr>
<td>
buttons[10]
10
</td>
<td>
Left stick pressed button
</td>
</tr>
<tr>
<td>
buttons[11]
11
</td>
<td>
Right stick pressed button
</td>
</tr>
<tr>
<td>
buttons[12]
12
</td>
<td>
Top button in left cluster
</td>
</tr>
<tr>
<td>
buttons[13]
13
</td>
<td>
Bottom button in left cluster
</td>
</tr>
<tr>
<td>
buttons[14]
14
</td>
<td>
Left button in left cluster
</td>
</tr>
<tr>
<td>
buttons[15]
15
</td>
<td>
Right button in left cluster
</td>
</tr>
<tr>
<td>
buttons[16]
16
</td>
<td>
Center button in center cluster
</td>
</tr>
<tr>
<td rowspan="4">
axes
</td>
<td>
axes[0]
0
</td>
<td>
Horizontal axis for left stick (negative left/positive right)
</td>
</tr>
<tr>
<td>
axes[1]
1
</td>
<td>
Vertical axis for left stick (negative up/positive down)
</td>
</tr>
<tr>
<td>
axes[2]
2
</td>
<td>
Horizontal axis for right stick (negative left/positive right)
</td>
</tr>
<tr>
<td>
axes[3]
3
</td>
<td>
Vertical axis for right stick (negative up/positive down)
Expand Down Expand Up @@ -2236,9 +2244,11 @@ <h2>
<section class='appendix informative'>
<h2>
Acknowledgements
</h2>The following people contributed to the development of this
document.
<ul>
</h2>
<p>
The following people contributed to the development of this document.
</p>
<ul id="gh-contributors" style="columns: 3;">
<li>David Humphrey
</li>
<li>Gregg Tavares
Expand All @@ -2252,7 +2262,6 @@ <h2>
<li>Rick Waldron
</li>
</ul>
<ul id="gh-contributors"></ul>
</section>
</body>
</html>

0 comments on commit c273bbe

Please sign in to comment.