Can we get <label> or <aria-label> fields in the code so that it's WCAG 2.1 AA compliant?
For example, change this:
<input type="text" placeholder="Skill, company, tag ..." />
To this:
<label for="search-keywords">Search by skill, company, or tag</label>
<input id="search-keywords" type="text" placeholder="Skill, company, tag ..." />
Looking at the source code, it should only take a few minutes (less than an hour).
Compliance is already a legal requirement in some countries and will be required in the EU from June 2025.