1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/dist/css
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
..
select2.css Accessibility matches better 2014-10-21 21:44:00 -04:00
select2.min.css Accessibility matches better 2014-10-21 21:44:00 -04:00