<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
- Chrome: Month. Choose a month. Stepper.
- Firefox: Choose a month. Edit text.
- Safari: Choose a month. Edit text.
NVDA
- Chrome: Choose a month. Date edit. Month. Choose a month. Spin button. 0.
- Firefox: Choose a month. Edit. Has autocomplete. Blank.
- Edge: Choose a month. Date edit. Month. Choose a month. Spin button. 0.
JAWS
- Chrome: Choose a month. Date time edit. Month. Choose a month. Spin button. 0.
- Firefox: Choose a month. Edit. Type in text.
- Edge: Choose a month. Date time edit. Month. Choose a month. Spin button. 0.
← Return to main list