<input type="text">
← Return to main list
This is a test case designed to determine how the <input type="text">
element is announced by various screen readers.
Example
Code
<div>
<label for="name">Full name</label>
<input type="text" id="name">
</div>
Assistive technologies
VoiceOver
- Chrome: Full name. Edit text.
- Firefox: Full name. Edit text.
- Safari: Full name. Edit text.
NVDA
- Chrome: Full name. Edit. Blank.
- Firefox: Full name. Edit. Has autocomplete. Blank.
- Edge: Full name. Edit. Blank.
JAWS
- Chrome: Full name. Edit. Type in text.
- Firefox: Full name. Edit. Type in text.
- Edge: Full name. Edit. Type in text.
← Return to main list