-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Rating component missing aria-label #5579
Labels
Comments
Hi, could someone please address this issue? |
@shainanigans Thanks for your issue. I'm going to start working on it right now! |
Thanks @IraErshova ! |
IraErshova
added a commit
to IraErshova/ngx-bootstrap
that referenced
this issue
Jan 21, 2020
Add aria label attribute Close valor-software#5579
5 tasks
IraErshova
added a commit
to IraErshova/ngx-bootstrap
that referenced
this issue
Jan 24, 2020
Add aria label attribute Add RatingConfig class Close valor-software#5579
IraErshova
added a commit
to IraErshova/ngx-bootstrap
that referenced
this issue
Jan 24, 2020
Add aria label attribute Add RatingConfig class Close valor-software#5579
daniloff200
added a commit
that referenced
this issue
Jan 24, 2020
Add aria label attribute Add RatingConfig class Close #5579 Co-authored-by: Dmitriy Danilov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description:
The rating component is missing an
aria-label
attribute on thespan
withrole="slider"
. This was discovered using the axe Chrome extension. More information about the issue can be found here.Example:
Inspecting the demo in the docs, you can see the issue with the aforementioned
span
element.Expected behavior
The element should have an
aria-label
attribute on it. Ideally, this would be an input so that developers can add the most informative label for their use case.The text was updated successfully, but these errors were encountered: