Skip to content
The HTML Herbarium

/static/herbario/en/especime/search/

Menu

HTM-005 · Grouping

<search>

The page's search region, with no role="search" by hand.

It entered the specification in 2023 and is the newest element in the herbarium. It wraps the search form — or the filter form — and communicates that role to the accessibility tree, work that previously required a role="search" stuck onto a <form>.

It draws nothing and does not require a form: it can wrap fields, facet links or the results themselves.

<search>
  <h2>Filter by label</h2>
  <ul>
    <li><a href="/static/herbario/en/etiqueta/formularios/">Forms</a></li>
    <li><a href="/static/herbario/en/etiqueta/texto/">Text</a></li>
  </ul>
</search>
{esc(legenda)}