ARIA Examples

Label

Add note here...

aria-label

Add example here...

 

Relationships

There are eight relationship attributes that create relationship between elements on a page:

  1. aria-labelledby
  2. aria-owns
  3. aria-activedescendant
  4. aria-describedby
  5. aria-posinset
  6. aria-setsize

aria-labelledby

Add example here...

aria-owns

Add example here...

aria-activedescendant

Add example here...

aria-describedby

Add example here...

aria-posinset and aria-setsize

Add example here...

Hiding Content

Add notes here..

aria-hidden

Add example here...

NOTE: The aria-hidden attribute “hides or ignores” an element from a screen reader. The HTML5 hidden attribute “hides or does not display” an element from a browser.

 

Updating Content

Add notes here...

aria-live

There are three aria-live values that can be used:

  1. polite
  2. assertive
  3. off

aria-atomic

aria-relevant

aria-busy