Semantics

An input that allows free-form text as its value.

Abstract Role

WidgetRepresents a focusable, interactive element.

Content Category

Only Used with Specific Parent Roles

This role must be a direct descendant of one of the following roles:

Allowed Descendants

Flow Children Allowed

No main element descendants allowed.

Usage

Elements that can designate the role in HTML:

  • textarea
  • input­[type=­text]
  • div[role=textbox]
  • custom-element[role=textbox]