<input> with multiple

Return to main list

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

Example

Code

<div>
  <label for="email">Email address</label>
  <input
    type="email"
    id="email"
    multiple
  >
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list