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 1
1
---
2
2
title : Overview
3
- page_title : {{ site.product }} AutoComplete Documentation | AutoComplete Accessibility
3
+ page_title : " {{ site.product }} AutoComplete Documentation | AutoComplete Accessibility"
4
4
description : " Get started with the {{ site.product }} AutoComplete and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.1."
5
5
slug : accessibility_aspnetcore_autocomplete
6
6
position : 1
@@ -30,7 +30,7 @@ The Kendo UI for jQuery AutoComplete component is [WCAG 2.1 AAA](https://www.w3.
30
30
| Selector | Attribute | Usage |
31
31
| -------- | --------- | ----- |
32
32
| .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. |
34
34
| | ` aria-haspopup=listbox ` | Indicates the component has a listbox Popup. |
35
35
| | ` aria-expanded=true/false ` | Announces the state of the visibility of the popup. |
36
36
| | ` 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.
30
30
| Selector | Attribute | Usage |
31
31
| -------- | --------- | ----- |
32
32
| .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. |
34
34
| | ` aria-haspopup=listbox ` | Indicates the component has a listbox Popup. |
35
35
| | ` aria-expanded=true/false ` | Announces the state of the visibility of the popup. |
36
36
| | ` 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