-
Notifications
You must be signed in to change notification settings - Fork 793
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
Aria-Current invalid issue #1773
Comments
Do you have an example or code I could look at? |
Lets do some testing in AT to make sure you can put aria-current=whatever on an element and still have it be announced as the current element. If that's the case, we can mark this for review. |
Results from screen readers: <ul>
<li><a href="foo" aria-current="fllalal">Hi</a></li>
<li><a href="foo">Hi</a></li>
<li><a href="foo">Hi</a></li>
</ul>
|
@jeankaplansky shouldn't be any doc changes |
Ran through code base, as i am not seeing the expected behavour in the latest agora build. Yes, aria-current - issue is in needs-review. |
Aria-current value of slide is being shown as an issue by axe. As per the spec, it seems to be fine. Here is the spec - https://www.w3.org/TR/wai-aria-1.1/#aria-current
With slide value, axe is throwing a violation which should not be the case.
The text was updated successfully, but these errors were encountered: