-
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
feat(aria-role): Remove non-existing "text" role #1069
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please resolve conflicts.
- And add a prefix to PR message (eg: fix/ chore) & description if any.
Because of the way This is very misleading, or is this intentional? Also means for PR from yourself, you cannot merge until one of the other code owner(s) have approved it. |
@JKODU This is intentional. Because of the complexity of axe-core we want at least one of the code owners to approve PRs to develop. |
…re into circleci-releases * 'circleci-releases' of ssh://github.com/dequelabs/axe-core: feat(aria-role): Remove non-existing "text" role (#1069)
Review 10% (50 max) of the following (Product manager only): - [x] feat: Update FR (french) translation file for 3.1 release (#1089) (4a5cad0) - [x] chore: Fix example dependency mistake (#1094) (6af5733) - [x] fix: Do not require media captions / descriptions (#1075) (289f623) - [x] feat(aria-role): Remove non-existing "text" role (#1069) (67ec1f5) - [x] Merge pull request #1017 from dequelabs/aria-getrole (f64ff10) - [x] chore: remove `.jshintrc` files (#1028) (03b3327) - [x] chore: ability to add external libs (axios) (0957dab) - [x] Merge pull request #985 from dequelabs/git-update (54b0b60)
Remove role=text was proposed for ARIA 1.1 but never made it in. It shouldn't be allowed by axe-core. Here's a list of all valid roles: https://www.w3.org/TR/wai-aria-1.1/#role_definitions
Closes #1048
Reviewer checks
Required fields, to be filled out by PR reviewer(s)