role="contentinfo"

Return to main list

This test case is designed to determine how role="contentinfo" is 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

Code

<div role="contentinfo">
  Test content
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list