f92cf02caccessibility

WCAG AA contrast

WCAG 2.1 AA checks: contrast, focus-visible, semantic landmarks, alt text, keyboard tab order, ARIA labels.

Cross-agent verdicts

Loading verdicts…

Plan source

What TestSprite reads

The testing agent reads this JSON, opens the deployed URL in headless Chromium, executes each action step, evaluates each assertion. Verdict: passed / failed / blocked / inconclusive.

{
  "projectId": "1ad26753-ee03-4689-8f0f-6fa5d67c5c72",
  "type": "frontend",
  "name": "Accessibility — body text passes WCAG AA contrast (4.5:1)",
  "description": "All body-sized text on the bracket page must hit at least 4.5:1 contrast against its background. Common failure mode: a low-contrast 'subtle' UI that looks great in design-tool screenshots and is unreadable for users with mild visual impairment.",
  "priority": "p1",
  "metadata": {
    "category": "accessibility",
    "stage": "all"
  },
  "planSteps": [
    {
      "type": "action",
      "description": "Navigate to the homepage"
    },
    {
      "type": "assertion",
      "description": "Verify the body text in the bracket section passes a 4.5:1 contrast ratio against its background — no axe-core color-contrast violations of impact severity 'serious' or 'critical' on the page"
    }
  ]
}
View on GitHub →