<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
- Chrome: Enter password. Secure edit text.
- Firefox: Enter password. Secure edit text.
- Safari: Enter password. Secure edit text with autofill menu.
NVDA
- Chrome: Enter password. Edit protected. Blank.
- Firefox: Enter password. Edit protected. Blank.
- Edge: Enter password. Edit protected. Blank.
JAWS
- Chrome: Enter password. Password. Edit. Type in text.
- Firefox: Enter password. Password. Edit. Type in text.
- Edge: Enter password. Password. Edit. Type in text.
← Return to main list