From dd274be0e158ebbaf6f9a3d29fd30fc560b67339 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 6 Feb 2020 21:01:45 -0800 Subject: [PATCH] Update accessibility.md --- docs/guide/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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