<input type="time">

Return to main list

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

Example

Code

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

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list