HTML 角色=“ searchbox”

示例

一种文本框,用于指定搜索条件。

<div role="search">
  <input role="searchbox" type="text">
  <button role="button">Search</button>
</div>