/** * Curated fix hints for the most common axe-core rules we see in the * wild during framework dogfooding. Each hint is a single actionable * sentence — long enough to be useful, short enough to fit in a CI * table cell. When a rule is not in this map the runner simply omits * `fixHint` and callers fall back to axe's `helpUrl` link. * * Rule ids mirror axe-core's canonical list: * https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md */ export const AXE_RULE_FIX_HINTS: Record = { "color-contrast": "Increase foreground/background contrast to meet WCAG AA 4.5:1 for normal text (3:1 for large).", "image-alt": "Add an `alt` attribute to every . Decorative images should use `alt=\"\"`.", "label": "Associate every form control with a