<input> with aria-required

Return to main list

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

Example

Code

<div>
  <label for="name">Full name</label>
  <input aria-required="true" type="text" id="name">
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list