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
* pagination labeling fixes#735
* fixes#621 adds menubar roles to side nav
* fixes#734, adds more descriptive aria labeling for pagination
* fixes#729, apply aria-live to popovers
* fixes#723, provides screen reader notice for bottom bar appearance
* fix ownFocus needing to be true for non-context menu sitations. apply aria labels depending upon ownFocus state
* fixes#616 adds home page label
* fixes#687, documentation button labeling
* fixes#617 applies aria label to theme selector
* fixes#746 applies proper label to select all checkboxes in table
* clone element and id no longer needed for popover
#Steps to reproduce (assumes ChromeVox or similar)
[Tab]
or[Shift+Tab]
to the search field"on"
to filter the list[Tab]
to navigate to a navigation section with more than one result, such as the one shown aboveActual Result
That is, the text of the link and the type.
Expected Result
Suggested Fixes
Convert the markup of these lists to proper navigation either by changing the HTML tags or by adding
aria-role="navigation"
Note that this problem persists in the submenus too:
Category: #615: Elastic UI Chrome Accessibility
Relevant WCAG Criteria: 3.3.2 Labels or Instructions and 3.2.3 Consistent Navigation
The text was updated successfully, but these errors were encountered: