Reviewing aria-relevant="removals"
The container below has been set with aria-live="assertive"
and aria-relevant="removals"
.
- Action: After 8 seconds, a message will be removed from the container below.
- Result: The removed content should be announce immediately.
- Action: After 15 seconds, a message will be injected into the container below.
- Result: The newly injected content should not be announce.
Example
Content to be removed from the container
If a screen reader is focussed on announcing this paragraph, will the dynamically injected message above affect the announcement of this paragraph. This is how we can determine if dynamic information is announced immediately, at the next graceful opportunity, or not at all.
Assistive technologies
VoiceOver
- Chrome:
When reading: Deletion announced immediately, addition ignored.
When silent: Deletion announced immediately, addition ignored.
- Firefox:
When reading: Deletion announced immediately, addition ignored.
When silent: Deletion announced immediately, addition ignored.
- Safari:
When reading: Deletion announced immediately, addition ignored.
When silent: Deletion announced immediately, addition ignored.