OTRS API Reference JavaScript

Namespace: Core.UI.Accessibility

Core.UI. Accessibility

This namespace contains all accessibility related functions.
Author:
  • OTRS AG
Source:

Methods

(static) AccessibleNavigation()

This function enables keyboard navigation for the css-based submenus in the main navigation.
Source:

(static) AudibleAlert(Text)

This function receives a text to be spoken to users using a screenreader. This is achieved by creating an element with the aria landmark role "alert" causing it to be read immediately.
Parameters:
Name Type Description
Text String Text to be spoken to the user, may not contain markup.
Source:

(static) Init()

This function initializes the W3C ARIA role attributes for the different parts of the page. It is not inside the HTML because these attributes are not part of the XHTML standard.
Source: