Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or retrieves a value indicating whether a live region is finished updating.
![]() |
Syntax
object.setAttribute("ariaBusy",value);var value = object.getAttribute("ariaBusy");
Property values
Type: BSTR
The busy state.
(true)
The region is loading.
(false)
Default. Clear the busy state.
(error)
The region is invalid.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles | No role required. |
This property applies to live regions in the user interface. If authors know that multiple parts of the same live region need to be loaded, they can set IHTMLElement5::ariaBusy to true when the first part is loaded, and then set it to false when the last part is loaded.
Note For cross-browser compatibility, always use the WAI-ARIA attribute syntax to access and modify ARIA properties, for example object.setAttribute("aria-valuenow", newValue).
.png)