Accessibility States
Accessibility states are specific attributes that can be added to a component to communicate its current status to assistive technology.
aria-busy
• Severity: SeriousIndicates an element is being modified and that assistive technologies may want to wait until the changes are complete before informing the user about the update.[^1]
Type | Default |
---|---|
boolean | false |
Expectations
Assistive Technology: Screen Reader
- When: The user triggers (double tap) a component
- And: The component is performing a long (or async) task
- Then: The Screen Reader announces the component as busy
- And: The component is performing a long (or async) task