<input> with aria-invalid="spelling"

Return to main list

This is a test case designed to determine how the aria-invalid attribute, applied to the <input> element, is announced by various screen readers.

Example

Code

<div>
  <label for="name">Name</label>
  <input type="text" id="name" aria-invalid="spelling">
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list