<!-- @license CC0-1.0 -->

# Search Bar

De search bar bestaat uit een button element en een input element. Het is onderdeel van het header patroon.

## Relevante WCAG regels

- [WCAG eis 1.3.1](https://www.w3.org/TR/WCAG21/#info-and-relationships): Gebruik `role="search"` voor de [_search_ landmark role](https://www.w3.org/TR/wai-aria-1.2/#search). Zie ook: [WCAG Technique: Using ARIA landmarks to identify regions of a page](https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA11).
- [WCAG eis 2.4.6](https://www.w3.org/TR/WCAG21/#headings-and-labels): alle labels moeten duidelijk zijn:
  - het label van de _search_ landmark. Zie ook: [Using `aria-label` to provide labels for objects](https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5).
