<header> with aria-label

Return to main list

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

In this case, the element should be announced as a banner landmark.

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

<header aria-label="Site info">
  <h4>Test content</h4>
</header>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list