aria-allowed-role fails for role spinbutton on input type tel
See original GitHub issueExpectation: <input type="tel" role="spinbutton" />
should pass aria-allowed-role
Actual: It fails. It looks like maybe only type="text"
and type="number"
pass.
Motivation: Inputs of type="tel"
are used frequently for inputs that need to take numerical values, including period and comma characters for decimal values. It seems to me that this should be considered a valid type for a role="spinbutton"
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
ARIA: spinbutton role - Accessibility - MDN Web Docs
The spinbutton role indicates that the element is an input widget that restricts its value to a set or range of discrete values....
Read more >What is a role of input with type number - Stack Overflow
An input number is like a counter, so it is spinning its values up and down by clicking in the spin buttons on...
Read more >Renovate Bot Package Diff
+ - **finishRun:** handle null for failed iframe results ... Your use of this Source Code Form is subject to the terms of...
Read more >axe-core | Yarn - Package Manager
aria-allowed-role : allow role=spinbutton on inputtype=tel; color-contrast: ignore form elements that move text outside of node using text-indent (#2044 ...
Read more >Diff - chromium/src - Google Git
Revert "Reland Update axe-core to v3.3.2" This reverts commit de35a0973ddba93070fa647b5c664077cef128be. Reason for revert: Failing on all ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Awesome, got it, thanks! PR posted!
Yep I can put together a pull request for this. Thanks!