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
Next Next commit
Add initial draft note about avoiding mismatch for mixed input use
  • Loading branch information
patrickhlauke committed Jul 9, 2025
commit 36cba93cfe9e494c63d563a3f6aa01b93886af38
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,16 @@ <h3>Managing Focus in Composites Using <code>aria-activedescendant</code></h3>
</li>
</ol>
</section>

<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,
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>
</div>

</section>

<section id="kbd_disabled_controls">
Expand Down