<section> with aria-labelledby

Return to main list

This test case is designed to determine how the <section> element and associated aria-labelledby element are announced by various screen readers.

By default, the element being tested does not receive focus, so the only way to test how it is announced is via:

Example

Test content

Code

<section aria-labelledby="one">
  <h4 id="one">Test content</h4>
</section>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list