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
aphelionz
changed the title
Accesibility: Maginifying Glass Icons in Discovery Field Chooser Misisng screen reader text
Accessibility: Magnifying Glass Icons in Discovery Field Chooser Missing screen reader text
Jul 1, 2017
* Fix minor a11y issues in field filter
aria-expanded is a true/false/undefined state so we need to make sure
even if showFilter is undefined, we will print false (that's why the
double negation)
aria-haspopup doesn't really fit, since this is not a popup in the sense
the ARIA standard describes ("A popup is generally presented visually as
a group of items that appears to be on top of the main page content.")
Add aria-controls to reference the controlled element.
Fix#12638 and toggle label when filter toggles
* Add labels to magnifiers in field filter (Fix#12635)
* Add search role for discover search (Fix#12642)
* Describe the search input with the lucene query syntax link
* Make collapsible-sidebar a11y (Fix#12636)
* Fix id to use camel-case
The following buttons in the screenshot need
alt
oraria-label
attributes.The text was updated successfully, but these errors were encountered: