question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aria-required fails on combobox without aria-expanded

See original GitHub issue

This should not fail as pointed out in https://github.com/dequelabs/axe-core/issues/2505#issuecomment-881947373

<div role="combobox"></div>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
strakercommented, Jan 3, 2022

@mshubat The next axe-core release slated for the end of this month should include this fix.

0reactions
mshubatcommented, Nov 18, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found