Contents
- WAI-ARIA attributes
- Keyboard interaction
- Ensuring accessibility
- See also
Having trouble getting help?
Contact Support
Contact Support
Accessibility in Angular Chat UI component
12 Dec 20244 minutes to read
The Chat UI component followed the accessibility guidelines and standards, including ADA, Section 508, WCAG 2.2 standards, and WCAG roles that are commonly used to evaluate accessibility.
The accessibility compliance for the Chat UI component is outlined below.



WAI-ARIA attributes
The following ARIA attributes are used in the Chat UI component:
Attributes | Purpose |
---|---|
role=button |
Indicates that the element is clickable and triggers an action when activated by the user. |
role=toolbar |
Specifies that the element is a toolbar. |
aria-label |
Defines a string value that labels an interactive element for accessibility. |
aria-orientation |
Specifies the orientation of the toolbar. |
aria-disabled |
Indicates whether the toolbar or element is currently disabled and not interactive. |
aria-multiline |
Indicates that a textbox accepts multiple lines of input or only a single line. |
Keyboard interaction
The following keyboard shortcuts are supported by the Chat UI component.
Press | To do this |
---|---|
Enter | Select the focused item or send a message when the input is focused. |
Tab | Moves focus forward through the interactive elements. |
Shift + Tab | Moves focus backward through the interactive elements. |
Page Up | Scroll up through chat history. |
Page Down | Scroll down through chat history. |
Ctrl + Home | Scroll to the first message. |
Ctrl + End | Scroll to the most recent message. |
Chat UI Toolbars | |
Left Arrow | Focuses the previous toolbar element. |
Right Arrow | Focuses the next toolbar element. |
Enter / Space | Select the focused item or activate the selected option. |
Home | Moves focus to the first toolbar element. |
End | Moves focus to the last toolbar element. |
Ensuring accessibility
The Chat UI component’s accessibility levels are ensured through an accessibility-checker and axe-core software tools during automated testing.