<input> with maxlength

Return to main list

This is a test case designed to determine how the maxlength 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"
    maxlength="20"
  >
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list