You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
ARIA widget roles must have appropriate attributes describing the state or properties of the widget. The <input role="combobox" ...> element should include the aria-expanded attribute. The absence of this ARIA attribute results in a WCAG2 (A) violation.
Link to minimally-working plunker that reproduces the issue:
The text was updated successfully, but these errors were encountered:
david-kirkland
changed the title
ADA WCAG2 Violation - required ARIA attribute not present
ADA WCAG2 - required ARIA attribute not present
Aug 17, 2016
david-kirkland
changed the title
ADA WCAG2 - required ARIA attribute not present
ADA Violation - required ARIA attribute not present
Aug 17, 2016
Bug description:
ARIA widget roles must have appropriate attributes describing the state or properties of the widget. The
<input role="combobox" ...>
element should include thearia-expanded
attribute. The absence of this ARIA attribute results in a WCAG2 (A) violation.Link to minimally-working plunker that reproduces the issue:
This FireFox plugin will allow you to test accessibility...
https://addons.mozilla.org/en-us/firefox/addon/axe-devtools/
Version of Angular, UI-Select, and Bootstrap:
Angular: 1.5.2
Bootstrap: 1.2.5
UI-Select: 0.18.1
The text was updated successfully, but these errors were encountered: