Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions common/scaffolding/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"language": "fr",
"path": "formulaires.html"
}
],
"reports": [
{
"title": "Accessibility assessment #5 - Typography",
"language": "en",
"path": "reports/a11y-5-en.html"
},
{
"title": "Assessment d'accessibilité #5 - Typographie",
"language": "fr",
"path": "reports/a11y-5-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions common/scaffolding/reports/a11y-5-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #5 - Typography",
"language": "en",
"description": "Evaluation of the typography page whose purpose is to test all native typography related elements, if they are aligned with our design and are compliant to our accessibility guideline when used as is without any special customization.",
"tag": "scaffolding",
"parentdir": "scaffolding",
"parentPage": "Typography",
"parentPageURL": "scaffolding",
"altLangPage": "a11y-5-fr.html",
"dateModified": "2023-11-15",
"layout": "assessment_wrote_en-en",
"reportURL": "a11y-5.json"
}
---
15 changes: 15 additions & 0 deletions common/scaffolding/reports/a11y-5-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #5 - Typographie",
"language": "fr",
"description": "Évaluation de la page de typographie dont le but est de tester tous les éléments liés à la typographie native, s'ils sont alignés avec notre conception et sont conformes à notre directive d'accessibilité lorsqu'ils sont utilisés tels quels sans aucune personnalisation particulière.",
"tag": "scaffolding",
"parentdir": "scaffolding",
"parentPage": "Typographie",
"parentPageURL": "scaffolding",
"altLangPage": "a11y-5-en.html",
"dateModified": "2023-11-15",
"layout": "assessment_wrote_en-fr",
"reportURL": "a11y-5.json"
}
---
Loading