Search results

Accessibility in JavaScript (ES5) Skeleton control

06 Jun 2023 / 1 minute to read

Accessibility is achieved in the Skeleton control through WAI-ARIA standard. The Skeleton control can be effectively accessed through assistive technologies such as screen readers.

ARIA attributes

The Skeleton control characterized with complete ARIA accessibility support that helps to be accessible by on-screen readers and other assistive technology devices. The following ARIA attributes are applicable for Skeleton control.

Properties Functionality
role This attribute is added to the input element to describe the actual role.
aria-label Attribute provides the text label with some default description for the Skeleton.
aria-live The aria-live attribute indicates the priority of updates to a live region.
aria-busy This attribute is set to true when component is shown.