aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/global_attributes/accesskey/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/global_attributes/accesskey/index.html')
-rw-r--r--files/fr/web/html/global_attributes/accesskey/index.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/files/fr/web/html/global_attributes/accesskey/index.html b/files/fr/web/html/global_attributes/accesskey/index.html
index 8f7fd77d4a..498b67629a 100644
--- a/files/fr/web/html/global_attributes/accesskey/index.html
+++ b/files/fr/web/html/global_attributes/accesskey/index.html
@@ -15,8 +15,6 @@ original_slug: Web/HTML/Attributs_universels/accesskey
<div>{{EmbedInteractiveExample("pages/tabbed/attribute-accesskey.html","tabbed-shorter")}}</div>
-<p class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuez à ces exemples, n'hésitez pas à cloner <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> et à envoyer une <em>pull request</em> !</p>
-
<p>La combinaison de touches utilisée pour le raccourci clavier dépend du navigateur et du système d'exploitation utilisés.</p>
<div class="note">
@@ -35,7 +33,7 @@ original_slug: Web/HTML/Attributs_universels/accesskey
<tbody>
<tr>
<th>Firefox</th>
- <td colspan="2" rowspan="1"><kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd><em>touche</em></kbd></td>
+ <td colspan="2"><kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd><em>touche</em></kbd></td>
<td>
<p>Pour Firefox 57 et les versions ultérieures : <kbd>Control</kbd> + <kbd>Option</kbd> + <kbd><em>touche</em></kbd> ou <kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>touche</em></kbd><br>
Pour Firefox 14 et les versions ultérieures : <kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>touche</em></kbd><br>
@@ -45,16 +43,16 @@ original_slug: Web/HTML/Attributs_universels/accesskey
<tr>
<th>Edge</th>
<td><kbd>Alt</kbd> + <kbd><em>touche</em></kbd></td>
- <td colspan="2" rowspan="1">N/A</td>
+ <td colspan="2">N/A</td>
</tr>
<tr>
<th>Internet Explorer</th>
<td><kbd>Alt</kbd> + <kbd><em>touche</em></kbd></td>
- <td colspan="2" rowspan="1">N/A</td>
+ <td colspan="2">N/A</td>
</tr>
<tr>
<th>Google Chrome</th>
- <td colspan="2" rowspan="1"><kbd>Alt</kbd> + <kbd><em>touche</em></kbd></td>
+ <td colspan="2"><kbd>Alt</kbd> + <kbd><em>touche</em></kbd></td>
<td><kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>touche</em></kbd></td>
</tr>
<tr>
@@ -65,12 +63,12 @@ original_slug: Web/HTML/Attributs_universels/accesskey
</tr>
<tr>
<th>Opera 15+</th>
- <td colspan="2" rowspan="1" style="text-align: center;"><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" rowspan="1"><kbd>Shift</kbd> + <kbd>Esc</kbd> ouvre une liste de contenu accessible via la touche <code>accesskey</code>, on peut alors ensuite choisir l'élément voulu grâce la touche <kbd><em>touche</em></kbd></td>
+ <td colspan="3"><kbd>Shift</kbd> + <kbd>Esc</kbd> ouvre une liste de contenu accessible via la touche <code>accesskey</code>, on peut alors ensuite choisir l'élément voulu grâce la touche <kbd><em>touche</em></kbd></td>
</tr>
</tbody>
</table>