We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aria-activedescendant should be set to the id of the currently selected dropdown choice, but instead it's an empty string.
Can be seen in deliteful/samples/Combobox.html, where the drop down items don't have id's at all.
Note that in delteful/tests/functional/Combobox-decl.html, the dropdown items do have ids, because they are added manually within the test file.
The text was updated successfully, but these errors were encountered:
Fix aria-activedescendant to point to selected option in dropdown.
6226802
It's only (currently) supported for keyboard navigation though. Fixes ibm-js#610.
8e90c22
wkeese
No branches or pull requests
aria-activedescendant should be set to the id of the currently selected dropdown choice, but instead it's an empty string.
Can be seen in deliteful/samples/Combobox.html, where the drop down items don't have id's at all.
Note that in delteful/tests/functional/Combobox-decl.html, the dropdown items do have ids, because they are added manually within the test file.
The text was updated successfully, but these errors were encountered: