<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

NVDA

JAWS

Return to main list