Linear gauge provides built-in compliance with the WAI-ARIA specifications.
WAI-ARIA Accessibility supports are achieved through the attributes like aria-label
. It helps to provides information about elements in a document for assistive technology.
Element | Default description |
Gauge Title | Reads the linear gauge title |
Pointer Value | Reads the value of the pointer |
You can change this default description, using description
property available in pointer
and LinearGauge
object. It helps the screen reader to read for assistive purpose.