Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aria-activedescendant regression tests that ensure the element referenced by aria-activedescendant is visible when it is changed via keyboard commands #2802

Open
mcking65 opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement Any addition or improvement that doesn't fix a code bug or prose inaccuracy regression-testing Related to AVA regression tests of example pages or AVA framework implementation within repo

Comments

@mcking65
Copy link
Contributor

PR #2622 fixed an issue in listbox example code where the code failed to satisfy the requirement that an element referenced by aria-activedescendant is made visible when aria-activedescendant is changed by pressing a keyboard command, such as arrows, home, end, pageUp, PageDown, etc.

Currently, we don't have regression tests that check to see if this requirement is met.

Devise a testing method and implement it for all examples that use aria-activedescendant.

@mcking65 mcking65 added enhancement Any addition or improvement that doesn't fix a code bug or prose inaccuracy regression-testing Related to AVA regression tests of example pages or AVA framework implementation within repo labels Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any addition or improvement that doesn't fix a code bug or prose inaccuracy regression-testing Related to AVA regression tests of example pages or AVA framework implementation within repo
Projects
None yet
Development

No branches or pull requests

1 participant