-
Notifications
You must be signed in to change notification settings - Fork 421
Description
Managing Focus in Composites Using aria-activedescendant say:
Move the visual focus indicator and, if necessary, scrolled the active element into view
Unfortunately, this is not even considered in the APG examples like https://w3c.github.io/aria-practices/examples/radio/radio-activedescendant.html, https://w3c.github.io/aria-practices/examples/menu-button/menu-button-actions-active-descendant.html and https://w3c.github.io/aria-practices/examples/combobox/combobox-select-only.html).
When do I notice this: e.g. when I zoom out to 320x265 px according to WCAG 1.4.10 and then navigate through the entries with the arrow keys. In some APG examples, the problem would occur even more often and even without zoom if there were more elements (e.g. radio buttons).
Related: #1135, w3c/wcag#2049 (comment)