Skip to content

Commit 2cafe96

Browse files
Developing a Keyboard Interface Practice: Editorial revision to note about pointer considerations (pull #3366)
Makes two minor editorial improvements to the note about pointer considerations when managing focus: * Change 'must' to 'need to' to avoid use of normative sounding language. * Remove phrase 'of course' to avoid superfluous language.
1 parent 59a55b3 commit 2cafe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/practices/keyboard-interface/keyboard-interface-practice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h3>Managing Focus in Composites Using <code>aria-activedescendant</code></h3>
379379

380380
<div class="note">
381381
<h4>Note</h4>
382-
<p>This guidance focuses specifically on keyboard interaction. However, authors must of course also consider pointer interactions, such as mouse clicks
382+
<p>This guidance focuses specifically on keyboard interaction. However, authors also need to consider pointer interactions, such as mouse clicks
383383
and touchscreen taps. When a component is clicked/tapped,
384384
authors should take the same steps to set the correct <code>tabindex</code> or <code>aria-activedescendant</code> for the element,
385385
in the same way that they would for keyboard navigation. Otherwise, this could lead to a confusing experience for users that switch between pointer

0 commit comments

Comments
 (0)