Skip to content

Commit 68f8cc8

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent cb9d5e2 commit 68f8cc8

File tree

2 files changed

+3
-3
lines changed
  • docs-aspnet/html-helpers/editors/autocomplete/accessibility
  • docs/controls/editors/autocomplete/accessibility

2 files changed

+3
-3
lines changed

docs-aspnet/html-helpers/editors/autocomplete/accessibility/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview
3-
page_title: {{ site.product }} AutoComplete Documentation | AutoComplete Accessibility
3+
page_title: "{{ site.product }} AutoComplete Documentation | AutoComplete Accessibility"
44
description: "Get started with the {{ site.product }} AutoComplete and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.1."
55
slug: accessibility_aspnetcore_autocomplete
66
position: 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`. |

docs/controls/editors/autocomplete/accessibility/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`. |

0 commit comments

Comments
 (0)