feat(a11y): audit WCAG 2.2 AA + garde axe-core (E10-4, #165) - #172
Merged
Conversation
…#165) Audit d'accessibilité outillé et corrections, sans régression visuelle (9 écrans à 0,00 %). - axe-core (devDep) exécuté par le harnais sur 3 vues (carte FR/EN, salle) : la CI échoue sur toute violation serious/critical (WCAG 2.x AA). État : 0. - Contraste : `.mf-locker__addr` — `opacity:.7` retirée (passait sous 4.5:1, détecté par axe). - Focus visible (2.4.7) : anneau --ring sur tous les interactifs. - Contournement (2.4.1) : lien d'évitement « Aller au contenu » (bilingue). - Titres (1.3.1) : LA RAM / mission / région en <h2>/<h3> réels (h1→h2→h3), marges UA neutralisées → pixel-identique. - prefers-contrast: more (bordures/texte renforcés, scanlines coupées). - docs/A11Y.md étendu (audit runtime + couverture clavier/ARIA + limites). 655 tests, lint vert, 9 écrans + 3 audits axe conformes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This was referenced Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ferme #165. Audit d'accessibilité outillé + corrections, sans régression visuelle (9 écrans à 0,00 %).
Garde automatisée
Le harnais visuel exécute axe-core sur 3 vues rendues (carte FR, carte EN, salle) et échoue la CI sur toute violation
serious/critical(WCAG 2.x AA). État : 0 violation (best-practice inclus).Corrections
.mf-locker__addr:opacity:.7retirée (cumulée à--text-muted→ sous 4.5:1, détecté par axe)--ringsur tous les interactifs (button/a/[role=button]/[tabindex])LA RAM/ mission / région →<h2>/<h3>réels (h1→h2→h3), marges UA neutralisées → pixel-identiqueprefers-contrast: moreManuel
Clavier complet (palette, ▲/▼
aria-label, ×,Enter/Espace), verdictaria-live,<html lang>suit la bascule.docs/A11Y.mdétendu (audit runtime + limites).655 tests · lint vert · 9 écrans + 3 audits axe conformes. axe-core ajouté en devDependency (0 dépendance runtime préservé).