-
Notifications
You must be signed in to change notification settings - Fork 779
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
Should slider role be allowed for button? #4397
Comments
If needs an update I can open a pull request but just want to ensure that it's not intended. |
Thanks for the issue. It is not intentional that Just a note for for future reference, https://www.w3.org/TR/html-aria/#el-button also lists |
Hi @straker, |
Axe-core doesn't have any set release schedule. We just released v4.9.0 so the next minor release probably wont' happen for awhile. We release patch versions as we need them, so can't say when these changes will go out in v4.9.1. |
…label referencing (#1491) <!--- Provide a general summary of your changes in the Title above --> ## Motivation and Context This task was blocked by dequelabs/axe-core#4397 Now slider works well with `label` tags that reference to slider. ## How has this been tested? Manually. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue). - [ ] New feature (non-breaking change which adds functionality). - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). - [x] Nice improve. ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] My code follows the code style of this project. - [x] I have updated the documentation accordingly or it's not required. - [x] Unit tests are not broken. - [x] I have added changelog note to corresponding `CHANGELOG.md` file with planned publish date. - [ ] I have added new unit tests on added of fixed functionality.
Product
axe-core
Product Version
No response
Latest Version
Issue Description
Expectation
As I see from html aria specification update, the
slider
role should be allowed for the button elements.Actual
As I see in the axe core standards configuration file, the
slider
role is not in the list of roles, allowed for the button elements.Is intended or the axe core standards file just needs an update?
The text was updated successfully, but these errors were encountered: