<input> with minlength

Return to main list

This is a test case designed to determine how the minlength attribute is announced. In real situations, authors should always provide clear instructions on how to successfully complete form questions.

Example

Code

<div>
  <label for="password">Password</label>
  <input 
    type="password"
    id="password"
    minlength="10"
  >
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list