axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 403 B
JSON
{
"id": "color-contrast",
"matches": "color-contrast-matches",
"excludeHidden": false,
"tags": ["cat.color", "wcag2aa", "wcag143"],
"metadata": {
"description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
"help": "Elements must have sufficient color contrast"
},
"all": [],
"any": ["color-contrast"],
"none": []
}