Skip to content

Commit

Permalink
Content - Button: WGAG 2.1 AA Assessment (#2260)
Browse files Browse the repository at this point in the history
* Button: WGAG 2.1 AA Assessment
* 4th assessment, including axe report
* Update a11y-4.json css selector

---------

Co-authored-by: AtlakM <[email protected]>
Co-authored-by: AtlakM <[email protected]>
Co-authored-by: Brahim Mahadi Wachilli <[email protected]>
  • Loading branch information
3 people authored Mar 29, 2024
1 parent 7518d54 commit 85b3a84
Show file tree
Hide file tree
Showing 7 changed files with 1,143 additions and 0 deletions.
22 changes: 22 additions & 0 deletions common/button/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,28 @@
"language": "fr",
"path": "button-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #3 - Buttons",
"language": "en",
"path": "reports/a11y-3-en.html"
},
{
"title": "Assessment d'accessibilité #3 - Boutons",
"language": "fr",
"path": "reports/a11y-3-fr.html"
},
{
"title": "Accessibility assessment #4 - Buttons",
"language": "en",
"path": "reports/a11y-4-en.html"
},
{
"title": "Assessment d'accessibilité #4 - Boutons",
"language": "fr",
"path": "reports/a11y-4-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions common/button/reports/a11y-3-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #3 - Buttons",
"language": "en",
"description": "Evaluation of the button elements to ensure they meet the new Success Criteria at Level A and Level AA of WCAG 2.1",
"tag": "buttons",
"parentdir": "buttons",
"parentPage": "Buttons",
"parentPageURL": "buttons",
"altLangPage": "a11y-3-fr.html",
"dateModified": "2023-09-26",
"layout": "assessment_wrote_en-en",
"reportURL": "a11y-3.json"
}
---
15 changes: 15 additions & 0 deletions common/button/reports/a11y-3-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #3 - Boutons",
"language": "fr",
"description": "Évaluation des éléments du bouton pour s'assurer qu'ils répondent aux nouveaux critères de réussite aux niveaux A et AA des WCAG 2.1",
"tag": "buttons",
"parentdir": "buttons",
"parentPage": "Boutons",
"parentPageURL": "buttons",
"altLangPage": "a11y-3-en.html",
"dateModified": "2023-09-26",
"layout": "assessment_wrote_en-fr",
"reportURL": "a11y-3.json"
}
---
Loading

0 comments on commit 85b3a84

Please sign in to comment.