The WCAG 2.1 Success Criteria Search lets accessibility practitioners find the right success criterion in seconds instead of scrolling the W3C site. Type a keyword, a criterion number, or a guideline number and the tool returns ranked matches with a plain-language summary, the conformance level, and a typical failure to test for.
How it works
- Tokenise the query. Your search text is lowercased and split into tokens. A number like
2.4.7is matched exactly; a prefix like2.4matches every criterion under that guideline; words likecontrastorfocusmatch against names and summaries. - Score and rank. Each criterion gets a score: an exact number match scores highest, then number prefixes, then keyword hits, with whole-word matches weighted above partial ones. Results are sorted by score and then by criterion number.
- Filter by level. An optional Level A / AA filter narrows the pool to your conformance target before ranking.
Tips and example
- Search
mediato surface the time-based media criteria (1.2.x), orerrorto surface the input-assistance criteria (3.3.x). - Use the criterion number filter when writing audit reports so you cite the exact
1.4.3 Contrast (Minimum)reference reviewers expect. - The “common failure” line is a starting point for your test plan, not an exhaustive list — combine it with the official Understanding and Techniques documents.