Accessibility in ASP.NET MVC Chat UI control

11 Dec 20244 minutes to read

The Chat UI control 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 control is outlined below.

Yes - All features of the control meet the requirement.
Intermediate - Some features of the control do not meet the requirement.
No - The control does not meet the requirement.

WAI-ARIA attributes

The following ARIA attributes are used in the Chat UI control:

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 control.

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 control’s accessibility levels are ensured through an accessibility-checker and axe-core software tools during automated testing.

See also