Keel / Audit / #1
❌ FAIL

fix(www): Add accessible text to links without discernible text

Repo trpc/trpc PR #7302 Coverage 0% Verified Sun, 07 Jun 2026 15:43:15 GMT

Shareable link

https://keel-5.polsia.app/v/1

Intent source

Acceptance criteria

0/2 criteria met · 0% coverage

Verdict Criterion Evidence
❌ FAIL Normal text: ≥ 4.5:1 ratio The diff contains no changes related to color contrast ratios for normal text. No inline styles, CSS variables, or color values are modified in either changed file.
❌ FAIL Large text (18px+ bold or 24px+): ≥ 3:1 ratio The diff contains no changes related to color contrast ratios for large text. No styling changes of any kind are present in the diff.

Summary

The PR addresses the link accessibility issue (WCAG 2.4.4) by adding aria-label attributes to tweet links in TwitterWall and sponsor bubble links in SponsorBubbles, which partially addresses the 42 inaccessible links problem. However, the two formal acceptance criteria in the spec both relate to color contrast ratios (WCAG 1.4.3), and the PR makes no changes whatsoever to address contrast issues. The PR solves a real problem described in the issue body but does not satisfy either of the stated acceptance criteria.