searchbox
Widget roleA textbox specifically intended for entering search queries, distinguishing search input from ordinary text fields. It supports the same editing states as textbox and often sits inside the search landmark. A native `<input type='search'>` conveys this role.
Used on
A textbox for search queries. Prefer <input type="search">.
Accessible name
Required, via a visible label + aria-labelledby, or aria-label.
Example
role="searchbox"
<input type="search" role="searchbox" aria-label="Search" />References