-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
696 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Keyboard Navigation | ||
page_title: jQuery AIPrompt Documentation - Keyboard Navigation | ||
description: "Get started with the jQuery AIPrompt by Kendo UI and learn about the accessibility support it provides through its keyboard navigation functionality." | ||
slug: keynav_aiprompt_jquery | ||
position: 2 | ||
--- | ||
|
||
# Keyboard Navigation | ||
|
||
The keyboard navigation of the AIPrompt is always available. | ||
|
||
Kendo UI AIPrompt supports the following keyboard shortcuts: | ||
|
||
| SHORTCUT | DESCRIPTION | | ||
|:--- |:--- | | ||
| `Enter`/`Space` | When the toolbar is focused, selects the focused view. When a panel item is focused, expands or collapses the item. When a button is focused, triggers the click event.| | ||
| `Tab` | Navigates to the next structure element of the AIPrompt—either the header, the content, or the footer element.| | ||
| `Shift`+`Tab` | Navigates to the previous structure element of the AIPrompt—either the header, the content, or the footer element.| | ||
| `Up/Down Arrows` | Navigates to the next/previous item when a panel is focused.| | ||
| `Right/Left Arrows` | Navigates to the next/previous view button when the toolbar is focused.| | ||
|
||
For a complete example, refer to the [demo on keyboard navigation of the AIPrompt](https://demos.telerik.com/kendo-ui/aiprompt/keyboard-navigation). | ||
|
||
## See Also | ||
|
||
* [Keyboard Navigation by the AIPrompt (Demo)](https://demos.telerik.com/kendo-ui/aiprompt/keyboard-navigation) | ||
* [Keyboard Support in Kendo UI for jQuery]({% slug keyboard_shortcuts_accessibility_support %}) | ||
* [Accessibility in the AIPrompt]({% slug accessibility_kendoui_aiprompt_component %}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Overview | ||
page_title: jQuery AIPrompt Documentation - AIPrompt Accessibility | ||
description: "Get started with the jQuery AIPrompt and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2." | ||
slug: accessibility_kendoui_aiprompt_component | ||
position: 1 | ||
--- | ||
|
||
# AIPrompt Accessibility | ||
|
||
The AIPrompt is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support. | ||
|
||
For more information, refer to: | ||
* [Keyboard navigation by the Kendo UI AIPrompt]({% slug keynav_aiprompt_jquery %}) | ||
* [Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %}) | ||
|
||
## WAI-ARIA | ||
|
||
The component follows the WAI-ARIA Authoring Practices for implementing the keyboard navigation for its component role and is tested against the popular screen readers. For more information, refer to the article on [WAI-ARIA support in Kendo UI for jQuery]({% slug wai_aria_accessibility_support %}). | ||
|
||
## Section 508 | ||
|
||
The AIPrompt is compliant with the Section 508 requirements. For more information, refer to the article on [Section 508 support in Kendo UI for jQuery]({% slug section508_accessibility_support %}). | ||
|
||
## WCAG 2.2 | ||
|
||
The AIPrompt supports the standards for providing accessible web content which are set by the [Web Content Accessibility Guidelines 2.1](https://www.w3.org/TR/WCAG/). For more information, refer to the article on [WCAG 2.2 compliance in Kendo UI for jQuery]({% slug section508_wcag21_accessibility_support %}) | ||
|
||
## See Also | ||
|
||
* [Keyboard Navigation by the AIPrompt (Demo)](https://demos.telerik.com/kendo-ui/aiprompt/keyboard-navigation) | ||
* [Keyboard Navigation by the AIPrompt]({% slug keynav_aiprompt_jquery %}) | ||
* [Keyboard Support in Kendo UI for jQuery]({% slug keyboard_shortcuts_accessibility_support %}) | ||
* [Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %}) |
Oops, something went wrong.