Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
-
stripes-force 135
-
Stripes Force
-
TBD
Description
From stripes-testing's axe test tool:
Issue #1: aria-input-field-name - ARIA input fields must have an accessible name description: Ensures every ARIA input field has an accessible name helpUrl: https://dequeuniversity.com/rules/axe/4.4/aria-input-field-name?application=axeAPI Sample issue (1 of 1 detections) html: <ul class="autoSuggest---2jZtb" role="listbox" aria-labelledby="downshift-4-label" id="list-dropdown-autoSuggest-378" style="visibility: visible; width: 912px;"> target: #list-dropdown-autoSuggest-378 Failure Summary: Fix any of the following: - aria-label attribute does not exist or is empty - aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty - Element has no title attribute Issue #2: aria-valid-attr-value - ARIA attributes must conform to valid values description: Ensures all ARIA attributes have valid values helpUrl: https://dequeuniversity.com/rules/axe/4.4/aria-valid-attr-value?application=axeAPI Sample issue (1 of 2 detections) html: <div class="downshift---3f4Tf" data-test-autosuggest="true" role="combobox" aria-expanded="true" aria-haspopup="listbox" aria-owns="downshift-4-menu"> target: .downshift---3f4Tf Failure Summary: Fix all of the following: - Invalid ARIA attribute value: aria-owns="downshift-4-menu"