Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update content/practices/keyboard-interface/keyboard-interface-practi…
…ce.html

Co-authored-by: Patrick H. Lauke <[email protected]>
  • Loading branch information
ariellalgilmore and patrickhlauke authored Sep 2, 2025
commit fa35300ce6a70f1af9088ea76bb8347beaec1727
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3>Managing Focus in Composites Using <code>aria-activedescendant</code></h3>
<div class="note">
<h4>Note</h4>
<p>This guidance focuses specifically on keyboard interaction. However, authors must of course also consider pointer interactions, such as mouse clicks
and touchscreen taps. In the case of components that don't "close" when an element is clicked/tapped,
and touchscreen taps. When a component is clicked/tapped,
authors should take the same steps to set the correct <code>tabindex</code> or <code>aria-activedescendant</code> for the element,
in the same way that they would for keyboard navigation. Otherwise, this could lead to a confusing experience for users that switch between pointer
and keyboard navigation, as it will lead to a mismatch.</p>
Expand Down
Loading