Skip to content

Commit

Permalink
Feedback area: adding a11y assessment performed by CRA (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garneauma authored Nov 4, 2024
1 parent 57843fb commit b9171de
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 10 deletions.
35 changes: 25 additions & 10 deletions _data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,16 @@
"title": "Rapport de conformité d'accessibilité WCAG 2.1 Niveau AA - Automne 2023",
"language": "fr",
"path": "reports/acr-2023-autumn-fr.html"
},
{
"title": "Accessibility assessment #2 - CRA Usability testing",
"language": "en",
"path": "reports/a11y-3-en.html"
},
{
"title": "Évaluation de l'accessibilité #2 - Test d'utilisabilité de l'ARC",
"language": "fr",
"path": "reports/a11y-3-fr.html"
}
]
},
Expand Down Expand Up @@ -2323,7 +2333,7 @@
"en": "https://design.canada.ca/styles/typography.html",
"fr": "https://conception.canada.ca/styles/typographie.html"
},
"iteration": "_:iteration_smpt_1",
"iteration": "_:iteration_smpt_2",
"example": [
{
"en": { "href": "main-page-title-stacked-en.html", "text": "Stacked main page title" },
Expand Down Expand Up @@ -2401,7 +2411,7 @@
},
{
"@id": "_:implement_mpt_gcweb",
"iteration": "_:iteration_mpt_2",
"iteration": "_:iteration_mpt_4",
"name": {
"en": "GCWeb Jekyll",
"fr": "GCWeb Jekyll"
Expand Down Expand Up @@ -2437,7 +2447,7 @@
},
{
"@id": "_:implement_smpt",
"iteration": "_:iteration_smpt_1",
"iteration": "_:iteration_smpt_2",
"name": {
"en": "Standard",
"fr": "Standard"
Expand Down Expand Up @@ -2473,7 +2483,7 @@
},
{
"@id": "_:implement_smpt_gcweb",
"iteration": "_:iteration_smpt_1",
"iteration": "_:iteration_smpt_2",
"name": {
"en": "GCWeb Jekyll",
"fr": "GCWeb Jekyll"
Expand Down Expand Up @@ -2512,7 +2522,7 @@
{
"@id": "_:cs_mpt",
"name": "Default h1",
"baseOnIteration": "_:iteration_mpt_3",
"baseOnIteration": "_:iteration_mpt_4",
"detectableBy": "Visual inspection can be used to detect the size of the line. The width of the line should be 71px (3.55em) long and the thickness should be 3.6px (0.18em), with the color #af3c43.",
"layout": "The line is positioned below the text.",
"semantic": "h1",
Expand All @@ -2535,7 +2545,7 @@
{
"@id": "_:cs_smpt",
"name": "Stacked main page title",
"baseOnIteration": "_:iteration_smpt_1",
"baseOnIteration": "_:iteration_smpt_2",
"detectableBy": "hgroup > h1#wb-cont",
"layout": "The section page title is above the page title. The line is positioned below the page title.",
"semantic": "hgroup > p + h1",
Expand Down Expand Up @@ -2581,7 +2591,8 @@
"fixes": [
"Style: Added left/right/top <code>border-*-width: 0;</code> properties to avoid three-sided borders in Safari &lt;= 15.3."
],
"predecessor": "_:iteration_mpt_2"
"predecessor": "_:iteration_mpt_2",
"successor": "_:iteration_mpt_4"
},
{
"@id": "_:iteration_mpt_4",
Expand All @@ -2590,13 +2601,16 @@
"detectableBy": "h1#wb-cont[dir='rtl'], [dir='rtl'] h1#wb-cont",
"additions": [
"Added right to left support"
]
],
"predecessor": "_:iteration_mpt_3"

},
{
"@id": "_:iteration_smpt_1",
"name": "Stacked main page title - Iteration 1",
"date": "2024-08",
"detectableBy": "hgroup > h1#wb-cont"
"detectableBy": "hgroup > h1#wb-cont",
"successor": "_:iteration_smpt_2"
},
{
"@id": "_:iteration_smpt_2",
Expand All @@ -2605,7 +2619,8 @@
"detectableBy": "hgroup > h1#wb-cont[dir='ltr'], [dir='ltr'] hgroup > h1#wb-cont",
"additions": [
"Added right to left support"
]
],
"predecessor": "_:iteration_smpt_1"
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions sites/feedback/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@
"title": "Rapport de conformité d'accessibilité WCAG 2.1 Niveau AA - Automne 2023",
"language": "fr",
"path": "reports/acr-2023-autumn-fr.html"
},
{
"title": "Accessibility assessment #2 - CRA Usability testing",
"language": "en",
"path": "reports/a11y-3-en.html"
},
{
"title": "Évaluation de l'accessibilité #2 - Test d'utilisabilité de l'ARC",
"language": "fr",
"path": "reports/a11y-3-fr.html"
}
]
},
Expand Down
11 changes: 11 additions & 0 deletions sites/feedback/reports/a11y-3-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Accessibility assessment #2 - CRA Usability testing",
"language": "en",
"description": "Partial. CRA usability testing results.",
"altLangPage": "a11y-3-fr.html",
"dateModified": "2024-10-18",
"layout": "assessment_wrote_en-en",
"reportURL": "a11y-3.json"
}
---
11 changes: 11 additions & 0 deletions sites/feedback/reports/a11y-3-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Évaluation d'accessibilité #2 - Test d'utilisabilité de l'ARC",
"language": "fr",
"description": "Partielle. Résultats des test d'utilisabilité de l'ARC",
"altLangPage": "a11y-3-en.html",
"dateModified": "2024-10-18",
"layout": "assessment_wrote_en-fr",
"reportURL": "a11y-3.json"
}
---
127 changes: 127 additions & 0 deletions sites/feedback/reports/a11y-3.json

Large diffs are not rendered by default.

0 comments on commit b9171de

Please sign in to comment.