Skip to content

Commit

Permalink
fix: add accesskeys to some of the categories in the table (#28178)
Browse files Browse the repository at this point in the history
* fix: added accesskeys to some of the categories in the table

* Delete settings

* fix: revise table to make it more comprehensible

* fix: revise sentence.
Also, Chris helped me with the table, so I'm add them as co-author

Co-authored-by: Chris Mills <[email protected]>

* Update index.md

couple more small tweaks

---------

Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
CBID2 and chrisdavidmills committed Jul 27, 2023
1 parent 1cec038 commit 30219fa
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions files/en-us/web/html/global_attributes/accesskey/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,53 +25,47 @@ The way to activate the accesskey depends on the browser and its platform:
</tr>
<tr>
<th>Firefox</th>
<td colspan="2">
<kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd><em>key</em></kbd>
</td>
<td colspan="2"><kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd><em>key</em></kbd></td>
<td>
On Firefox 57 or newer: <kbd>Control</kbd> + <kbd>Option</kbd> +
<ul>
<li>Firefox 57+: <kbd>Control</kbd> + <kbd>Option</kbd> +
<kbd><em>key</em></kbd> or <kbd>Control</kbd> + <kbd>Alt</kbd> +
<kbd><em>key</em></kbd
><br />On Firefox 14 or newer: <kbd>Control</kbd> + <kbd>Alt</kbd> +
<kbd><em>key</em></kbd
><br />On Firefox 13 or older: <kbd>Control</kbd> +
<kbd><em>key</em></kbd>
<kbd><em>key</em></kbd></li>
<li>Firefox 14-56: <kbd>Control</kbd> + <kbd>Alt</kbd> +
<kbd><em>key</em></kbd></li>
<li>Firefox 13 or older: <kbd>Control</kbd> +
<kbd><em>key</em></kbd></li>
</ul>
</td>
</tr>
<tr>
<th>Edge</th>
<td>N/A</td>
<td rowspan="3">
<kbd>Control</kbd> + <kbd>Option</kbd> + <kbd><em>key</em></kbd
><br /><kbd>Control</kbd> + <kbd>Option</kbd> + <kbd>Shift</kbd> +
<td rowspan="2"><kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
<td rowspan="2">
<kbd>Control</kbd> + <kbd>Option</kbd> + <kbd><em>key</em></kbd><br>or <kbd>Control</kbd> + <kbd>Option</kbd> + <kbd>Shift</kbd> +
<kbd><em>key</em></kbd>
</td>
<td>n/a</td>
</tr>
<tr>
<th>Google Chrome</th>
<td>
<kbd>Alt</kbd> + <kbd><em>key</em></kbd>
</td>
<td><kbd>Control</kbd> + <kbd>Option</kbd> + <kbd><em>key</em></kbd></td>
</tr>
<tr>
<th>Safari</th>
<td colspan="2">N/A</td>
<td colspan="2">n/a</td>
<td><kbd>Control</kbd> + <kbd>Option</kbd> + <kbd><em>key</em></kbd></td>
</tr>
<tr>
<th>Opera 15+</th>
<td colspan="2">
<kbd>Alt</kbd> + <kbd><em>key</em></kbd>
</td>
<td>
<kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>key</em></kbd>
</td>
<td colspan="2"><kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
<td><kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
</tr>
<tr>
<th>Opera 12</th>
<td colspan="3">
<kbd>Shift</kbd> + <kbd>Esc</kbd> opens a contents list which are
accessible by accesskey, then, can choose an item by pressing
<kbd><em>key</em></kbd>
<kbd>Shift</kbd> + <kbd>Esc</kbd> opens a list of available accesskeys. Choose an item from the list by pressing
the <kbd><em>key</em></kbd>.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 30219fa

Please sign in to comment.