e8cc84c6accessibility
Flag <img> has alt text
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 — team flags carry meaningful alt text",
"description": "Every team-flag image on the bracket page must have an alt attribute that names the team (not 'flag' or empty). Catches the common pattern where flags are decorative-but-named-redundantly OR meaningful-but-unnamed; both fail screen readers.",
"priority": "p1",
"metadata": {
"category": "accessibility",
"stage": "all"
},
"planSteps": [
{
"type": "action",
"description": "Navigate to the homepage and locate the bracket section"
},
{
"type": "assertion",
"description": "Verify every team-flag image in the bracket has an alt attribute that contains the corresponding team's name (e.g. alt='Brazil' or alt='Brazil flag', NOT alt='' or alt='flag')"
}
]
}View on GitHub →