diff --git a/content/practices/keyboard-interface/keyboard-interface-practice.html b/content/practices/keyboard-interface/keyboard-interface-practice.html index 3138808484..67c2543fcb 100644 --- a/content/practices/keyboard-interface/keyboard-interface-practice.html +++ b/content/practices/keyboard-interface/keyboard-interface-practice.html @@ -379,7 +379,7 @@

Managing Focus in Composites Using aria-activedescendant

Note

-

This guidance focuses specifically on keyboard interaction. However, authors must of course also consider pointer interactions, such as mouse clicks +

This guidance focuses specifically on keyboard interaction. However, authors also need to consider pointer interactions, such as mouse clicks and touchscreen taps. When a component is clicked/tapped, authors should take the same steps to set the correct tabindex or aria-activedescendant 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