<input type="week">

Return to main list

This is a test case designed to determine how the <input type="week"> element is announced by various screen readers.

Example

Code

<div>
  <label for="week">Choose a week</label>
  <input type="week" id="week">
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list