SpinContainer
What component has
Roles and attributes
The list below describes roles and attributes that component already has.
Attribute | Element | Usage |
---|---|---|
aria-busy="true" | Implicit on container. | The aria-busy state indicates 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. When multiple parts of a live region need to be loaded before changes are announced to the user, set aria-busy="true" until loading is complete. Then set to aria-busy="false" . This prevents assistive technologies from announcing changes before updates are done. |
inert | Implicit on content. | The inert attribute indicated that it's content should not be available for interacting by the user. |
See attributes applied to Spin on the Spin A11y page.
Considerations for developers
Resources
- Detailed information about
aria-busy
state you can find in the W3's guide. - MDN's guide for aria-busy describes core information for this state.
Other recommendations
See more accessibility recommendations in the common Accessibility guide.