VoiceOver test with aria-label

Return to main list

This test case is designed to determine how landmark elements are displayed in VoiceOver's Rotor Landmark list.

Example

Red

Orange

Blue

Code

<header aria-label="Colour red">
  <h4>Red</h4>
</header>
<main aria-label="Colour orange">
  <h4>Orange</h4>
</main>
<aside aria-label="Colour yellow">
  <h4>Yellow</h4>
</aside>
<nav aria-label="Colour green">
  <h4>Green</h4>
</nav>
<article aria-label="Colour blue">
  <h4>Blue</h4>
</article>
<footer aria-label="Colour violet">
  <h4>Violet</h4>
</footer>

Results

Chome Rotor Landmarks View
Chome Rotor Landmarks View
Firefox Rotor Landmarks View
Firefox Rotor Landmarks View
Safari Rotor Landmarks View
Safari Rotor Landmarks View

VoiceOver Rotor support chart

Return to main list