Skip to content

Commit

Permalink
wCAG upgrade -- add WCAG assessment for alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-sc committed Aug 24, 2023
1 parent a06afeb commit 2b14698
Show file tree
Hide file tree
Showing 4 changed files with 876 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common/alert/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"language": "fr",
"path": "alerts-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1 - Alert",
"language": "en",
"path": "reports/a11y-1-en.html"
},
{
"title": "Évaluation de l'accessibilité #1 - Alert",
"language": "fr",
"path": "reports/a11y-1-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions common/alert/reports/a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #1 - Alerts",
"language": "en",
"description": "Partial. Evaluation of new Success Criteria at Level A and Level AA of WCAG 2.1 and WCAG 2.2",
"tag": "alert",
"parentdir": "alert",
"parentPage": "Alert",
"parentPageURL": "alert",
"altLangPage": "a11y-1-fr.html",
"dateModified": "2022-07-14",
"layout": "assessment_wrote_en-en",
"reportURL": "a11y-1.json"
}
---
15 changes: 15 additions & 0 deletions common/alert/reports/a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #1 - Alert",
"language": "fr",
"description": "Partielle. Évaluation des nouveaux critères de succès aux niveaux A et AA de WCAG 2.1 et WCAG 2.2",
"tag": "alert",
"parentdir": "alert",
"parentPage": "Alert",
"parentPageURL": "Alert",
"altLangPage": "a11y-1-en.html",
"dateModified": "2022-07-14",
"layout": "assessment_wrote_en-fr",
"reportURL": "a11y-1.json"
}
---
Loading

0 comments on commit 2b14698

Please sign in to comment.