The searchbox role
Semantics
A type of textbox intended for specifying search criteria.
Abstract Role
WidgetRepresents a focusable, interactive element.
Content Category
Phrasing ContentAn element that typically appears inline and provides semantic meaning to text content.
Allowed Descendants
Flow Children Allowed
No main element descendants allowed.
Usage
Elements that can designate the role in HTML:
input[type=search]
input[type=text][role=searchbox]
span[role=searchbox]
custom-element[role=searchbox]