Two <footer> elements

Return to main list

This test case is designed to determine how two root-level <footer> elements are announced by various screen readers.

In this case, both elements should be announced as a contentinfo landmarks.

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

Example

Code

<footer>
  <h4>Test content 1</h4>
</footer>
<footer>
  <h4>Test content 2</h4>
</footer>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list