aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. aria-relevant (property)
Links about aria-relevant
Why authors should avoid aria-relevant
The ARIA attribute, aria-relevant, is supposed to affect how live regions are processed by screen readers. It is designed to provide a hint to screen readers that content being removed from a web…
Using the aria-relevant attribute
The aria-relevant attribute is an optional value used to describe what types of changes have occurred to an aria-live region, and which are relevant and should be announced. Any change that is not relevant acts in the same manner it would if the aria-live attribute were set to off.
Code sample
<div id="current-users" aria-live="polite" aria-relevant="all"></div>
Explore other pages
- aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- grid-column
Determines a grid item’s size and location within the grid .
- video
For playing videos or movies, and audio files with captions.
- list-style-type
Specifies a list item’s marker.