1
0
mirror of synced 2025-02-18 21:13:15 +03:00
Kevin Brown cdfa0499f4 Accessibility matches better
Now the accessibility for the single select box better matches what
is picked up for a native select.

This fixes an issue with us always setting `aria-activedescendant`,
which caused Orca to always say the full path to the selected
result, instead of saying that the box was a combobox with a
selection. This means that the `aria-activedescendant` attribute
will now only be set when the dropdown is open.

This also switches the results list from a listbox to a tree, which
is what Firefox tells screen readers that a standard select is.
Combined with a change to use `role=group` and `aria-label` for
option group labels, screen readers will now announce the group
that they are in as well.
2014-10-21 21:44:00 -04:00
2014-10-21 21:44:00 -04:00
2014-10-21 21:44:00 -04:00
2014-10-21 21:44:00 -04:00
2014-10-21 21:44:00 -04:00
2014-10-21 21:43:56 -04:00
2014-10-21 21:43:56 -04:00
2014-10-21 21:43:56 -04:00
2014-10-21 21:43:57 -04:00
2014-10-21 21:43:57 -04:00
2014-08-12 20:52:10 -04:00
2014-10-21 21:43:57 -04:00
Description
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
12 MiB
Languages
JavaScript 83.6%
HTML 8.5%
SCSS 7.9%