<input type="month">

Return to main list

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

Example

Code

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

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list