-
Notifications
You must be signed in to change notification settings - Fork 360
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
Listbox example has hardcoded empty aria-activedescendant value #429
Comments
I have an open issue on ARIA to allow this |
and a bug logged against aXe to allow it too |
👍 then it can always get filtered out of the Nu validator results in #421 if this is being worked on for the spec |
Yes, we should add a filter to allow this. |
All instances of aria-activedescendant have been removed from the static HTML. |
I tried removing the filter from vnu-jar but we have another occurrence of "aria-activedescendant" being set explicitly to null. If I understand this comment on vnu-jar that they are not going to change this behavior, so we need to leave the filter in or to remove this occurrence. @mcking65 do you have a preference?
|
We fixed w3c/aria#501. So, I'm asking validator/validator#557 to be re-opened. In the meantime, I guess we keep the exception in .vnurc and track validator issue 557. |
Opened new validator/validator#1027 (as suggested in validator/validator#557). |
https://github.com/w3c/aria-practices/blame/master/examples/listbox/listbox.html#L65
https://github.com/w3c/aria-practices/blame/master/examples/listbox/listbox.html#L129
I didn't dig into the JS, but I think the values might be set there. I'm guessing the should be removed to allow validation as the JS should set/clear them on its own.
The text was updated successfully, but these errors were encountered: