No visual label

Recipe 9.2 Identify form elements

Sample:

Code:

<header>
  <form>
    <input type="text" aria-label="Search">
    <button>Search</button>
  </form>
</header>