Skip to content

Commit 028bbbb

Browse files
authored
Change aria-keyshortcuts initial keyword from Indicates to Defines. Resolves Issue #1625. (#1626)
1 parent 65d309e commit 028bbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11917,7 +11917,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1191711917
<div class="property" id="aria-keyshortcuts">
1191811918
<pdef>aria-keyshortcuts</pdef>
1191911919
<div class="property-description">
11920-
<p><a>Indicates</a> keyboard shortcuts that an author has implemented to activate or give focus to an element.</p>
11920+
<p><a>Defines</a> keyboard shortcuts that an author has implemented to activate or give focus to an element.</p>
1192111921
<p>The value of the <code>aria-keyshortcuts</code> attribute is a space-separated list of keyboard shortcuts that can be pressed to activate a command or textbox widget. The keys defined in the shortcuts represent the physical keys pressed and not the actual characters generated. Each keyboard shortcut consists of one or more tokens delimited by the plus sign ("+") representing zero or more modifier keys and exactly one non-modifier key that must be pressed simultaneously to activate the given shortcut.</p>
1192211922
<p>Authors MUST specify modifier keys exactly according to the <a href="https://www.w3.org/TR/uievents-key/">UI Events KeyboardEvent key Values</a> spec [[!uievents-key]] - for example, "Alt", "Control", "Shift", "Meta", or "AltGraph". Note that Meta corresponds to the Command key, and Alt to the Option key, on Apple computers.</p>
1192311923
<p>The valid names for non-modifier keys are any printable character such as "A", "B", "1", "2", "$", "Plus" for a plus sign, "Space" for the spacebar, or the names of any other non-modifier key specified in the <a href="https://www.w3.org/TR/uievents-key/">UI Events KeyboardEvent key Values</a> spec [[!uievents-key]] - for example, "Enter", "Tab", "ArrowRight", "PageDown", "Escape", or "F1". The use of "Space" for the spacebar is an exception to the <a href="https://www.w3.org/TR/uievents-key/">UI Events KeyboardEvent key Values</a> spec [[!uievents-key]] as the space or spacebar key is encoded as <code>'&#160;'</code> and would be treated as a whitespace character.</p>

0 commit comments

Comments
 (0)