Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when reviewing templates, rendered HTML, or shared components related to Make search inputs accessible. Validate the final browser-facing markup, not just the source framework abstraction.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 45% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 34% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -7% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 6% | 0% |
Search is a primary navigation method—inaccessible search functionality prevents users from finding content efficiently regardless of their abilities.
Verify search inputs use type='search', have accessible labels, and use role='search' on the containing form.
Implement search with type='search', visible or aria-label, form role='search', and accessible autocomplete suggestions.
Explain how accessible search implementations help users find content efficiently regardless of their abilities.
Review templates, server-rendered HTML, and shared components that output markup related to Make search inputs accessible. Flag exact elements, attributes, and routes where the rendered HTML violates the rule.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/html/search-input
Other measured skills in the registry, with their headline benchmark lift.