diff --git a/docs/guide/accessibility.md b/docs/guide/accessibility.md index 1cc86f0..5a9ae80 100644 --- a/docs/guide/accessibility.md +++ b/docs/guide/accessibility.md @@ -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 `` element, while following the WAI-ARIA specifications and best practices for creating accessible components. ## Combobox