<input type="password">

Return to main list

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

Example

Code

<div>
  <label for="password">Enter password</label>
  <input type="password" id="password">
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list