2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update accessibility.md

This commit is contained in:
Jeff Sagal
2020-02-06 21:01:45 -08:00
committed by GitHub
parent d6f0557449
commit dd274be0e1
+1 -1
View File
@@ -2,7 +2,7 @@ Vue Select aims to follow the WAI-ARIA best practices for the
[combobox](https://www.w3.org/TR/wai-aria-practices-1.1/#combobox) and
[listbox](https://www.w3.org/TR/wai-aria-practices-1.1/#Listbox) widgets.
The UX of the component isdesigned around the HTML `<select>` element, while following the WAI-ARIA
The UX of the component is designed around the HTML `<select>` element, while following the WAI-ARIA
specifications and best practices for creating accessible components.
## Combobox