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