aria-required fails on combobox without aria-expanded
See original GitHub issueThis should not fail as pointed out in https://github.com/dequelabs/axe-core/issues/2505#issuecomment-881947373
<div role="combobox"></div>
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Using the WAI-ARIA aria-expanded state to mark expandable ...
If the groups of items can be expanded and collapsed, and is currently expanded, check that the aria-expanded attribute is to true on...
Read more >ARIA live regions - Accessibility - MDN Web Docs - Mozilla
ARIA live regions. Using JavaScript, it is possible to dynamically change parts of a page without requiring the entire page to reload —...
Read more >Drop down menu not showing with aria - Stack Overflow
menuKeyHandler code please or all of the JavaScript code? If these methods set aria-expanded attribute of .dropdown-menu to true , then it would ......
Read more >WAI-ARIA: Role=Combobox - DigitalA11Y
A combobox is said to be expanded when both the textbox and a secondary element that serves as its popup are visible. Authors...
Read more >WAI-ARIA Authoring Practices 1.2
Some implementations require one panel to be expanded at all times and ... No autocomplete: The combobox is editable, and when the popup...
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 FreeTop 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
Top GitHub Comments
@mshubat The next axe-core release slated for the end of this month should include this fix.
https://github.com/angular/components/issues/23570
This has been mentioned by the Angular team as being a false positive, as the aria-controls attribute is added once the dropdown for the select with role “combobox” is added to the dom.
It seems as though this is still generating false positives. Any plans to address this @straker?
Thank you.