ariarequest | onariarequest event
Fired when an ARIA property is requested via script.
Syntax
| HTML Attribute | <element onariarequest = "handler(event)"> |
|---|---|
| addEventListener Method | object.addEventListener("ariarequest", handler, useCapture) |
Event information
| Synchronous | Yes |
|---|---|
| Bubbles | Yes |
| Cancelable | Yes |
Event handler parameters
- event
-
Type: AriaRequestEvent
Remarks
This event provides a chance to intercept and dynamically specify the value of an ARIA property. It only fires if the corresponding ARIA attribute is not yet specified on the element, thus providing a mechanism to cache values and minimize noise from this event being triggered.
See also
Show: