File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs-aspnet/html-helpers/editors/autocomplete/accessibility
docs/controls/editors/autocomplete/accessibility Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : Overview
3- page_title : {{ site.product }} AutoComplete Documentation | AutoComplete Accessibility
3+ page_title : " {{ site.product }} AutoComplete Documentation | AutoComplete Accessibility"
44description : " Get started with the {{ site.product }} AutoComplete and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.1."
55slug : accessibility_aspnetcore_autocomplete
66position : 1
@@ -30,7 +30,7 @@ The Kendo UI for jQuery AutoComplete component is [WCAG 2.1 AAA](https://www.w3.
3030| Selector | Attribute | Usage |
3131| -------- | --------- | ----- |
3232| .k-input-inner | ` role=combobox ` | Announces the presence of a autocomplete as inner element of the autocomplete used for filtering. |
33- | | ` label for= ` or ` aria-label ` or ` aria-labelledby ` | The input needs an accessible name to be assigned to it. |
33+ | | ` label for ` or ` aria-label ` or ` aria-labelledby ` | The input needs an accessible name to be assigned to it. |
3434| | ` aria-haspopup=listbox ` | Indicates the component has a listbox Popup. |
3535| | ` aria-expanded=true/false ` | Announces the state of the visibility of the popup. |
3636| | ` aria-controls=.k-animation-container id ` | Points to the popup element. Signifies that the ` combobox ` element controls the ` listbox ` . |
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The Kendo UI for jQuery AutoComplete component is [WCAG 2.1 AAA](https://www.w3.
3030| Selector | Attribute | Usage |
3131| -------- | --------- | ----- |
3232| .k-input-inner | ` role=combobox ` | Announces the presence of a autocomplete as inner element of the autocomplete used for filtering. |
33- | | ` label for= ` or ` aria-label ` or ` aria-labelledby ` | The input needs an accessible name to be assigned to it. |
33+ | | ` label for ` or ` aria-label ` or ` aria-labelledby ` | The input needs an accessible name to be assigned to it. |
3434| | ` aria-haspopup=listbox ` | Indicates the component has a listbox Popup. |
3535| | ` aria-expanded=true/false ` | Announces the state of the visibility of the popup. |
3636| | ` aria-controls=.k-animation-container id ` | Points to the popup element. Signifies that the ` combobox ` element controls the ` listbox ` . |
You can’t perform that action at this time.
0 commit comments