<input type="color">

Return to main list

This is a test case designed to determine how the <input type="color"> element is announced by various screen readers.

Example

Code

<div>
  <label for="color">Choose a color</label>
  <input type="color" id="color">
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list