<input type="datetime-local">

Return to main list

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

Example

Code

<div>
  <label for="datetime-local">Choose a date/time</label>
  <input type="datetime-local" id="datetime-local">
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list