<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
- Chrome: Hours. Choose a time. Stepper.
- Firefox: Hours. Stepper.
- Safari: Choose a time. Edit text.
NVDA
- Chrome: Choose a time. Grouping. Hours. Choose a time. Spin button. 0.
- Firefox: Choose a time. Grouping. Hours. Spin button. 50.
- Edge: Choose a time. Grouping. Hours. Choose a time. Spin button. 0.
JAWS
- Chrome: Choose a time. Group. Hours. Choose a time. Edit. Spin box. 0
- Firefox: Choose a time. Hours. Edit. Spin box. 50
- Edge: Choose a time. Group. Hours. Choose a time. Edit. Spin box. 0
← Return to main list