Skip to content

Commit 5e305f4

Browse files
committed
chore: Update main with latest changes from aria-practices
1 parent 79469e0 commit 5e305f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ARIA/apg/practices/keyboard-interface/keyboard-interface-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
422422
423423
<div class="note">
424424
<h4>Note</h4>
425-
<p>This guidance focuses specifically on keyboard interaction. However, authors must of course also consider pointer interactions, such as mouse clicks
425+
<p>This guidance focuses specifically on keyboard interaction. However, authors also need to consider pointer interactions, such as mouse clicks
426426
and touchscreen taps. When a component is clicked/tapped,
427427
authors should take the same steps to set the correct <code>tabindex</code> or <code>aria-activedescendant</code> for the element,
428428
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)