<textarea>

Return to main list

This is a test case designed to determine how the <textarea> element is announced by various screen readers.

Example

Code

<div>
  <label for="comment">Add a comment</label>
  <textarea id="comment" rows="10"></textarea>
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list