Skip to content

Commit 38a1bfc

Browse files
authored
editorial: correct i18n example in aria-shortcuts (#2635)
1 parent 42350b4 commit 38a1bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14232,8 +14232,8 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1423214232
</p>
1423314233
<p>
1423414234
For many supported keyboards, authors can prevent conflicts by avoiding keys other than ASCII letters, as number characters and common punctuation often require modifiers. Here, the
14235-
keyboard shortcut entered does not equate to the key generated. For example, in French keyboard layouts, the number characters are not available until you press the Control key, so a
14236-
keyboard shortcut defined as "Control+2" would be ambiguous as this is how one would type the "2" character on a French keyboard.
14235+
keyboard shortcut entered does not equate to the key generated. For example, in French keyboard layouts, the number characters are not available until you press the Shift key, so a
14236+
keyboard shortcut defined as "Shift+2" would be ambiguous as this is how one would type the "2" character on a French keyboard.
1423714237
</p>
1423814238
<p>
1423914239
If the character used is determined by a modifier key, the author MUST specify the actual key used to generate the character, that is generated by the key, and not the resulting

0 commit comments

Comments
 (0)