Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GC Table of Contents: WCAG 2.1 AA Assessment #2358

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
14 changes: 13 additions & 1 deletion components/gc-toc/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"en": "Table of Contents to navigate on same page subsections",
"fr": "Table des matières pour naviguer vers les sous-sections de la page"
},
"modified": "2023-06-16",
"modified": "2024-05-01",
"componentName": "gc-toc",
"status": "stable",
"pages": {
Expand All @@ -29,6 +29,18 @@
"language": "fr",
"path": "toc-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1 - In-page table of contents",
"language": "en",
"path": "reports/a11y-1-en.html"
},
{
"title": "Assessment d'accessibilité #1 - Table des matières",
"language": "fr",
"path": "reports/a11y-1-fr.html"
}
]
}
}
11 changes: 11 additions & 0 deletions components/gc-toc/reports/a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Accessibility assessment #1 - In-page table of contents",
"language": "en",
"description": "Evaluation of the GC in-page table of contents in order to determine if they are aligned with our design and are compliant to our accessibility guideline when used as is without any special customization.",
"altLangPage": "a11y-1-fr.html",
"dateModified": "2024-04-30",
"layout": "assessment_wrote_en-en",
"reportURL": "a11y-1.json"
}
---
11 changes: 11 additions & 0 deletions components/gc-toc/reports/a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Assessment d'accessibilité #1 - Table des matières à l'intérieur de la page",
"language": "fr",
"description": "Évaluation du table des matières à l'intérieur de la page GC afin de déterminer si elles sont alignées avec notre conception et sont conformes à nos lignes directrices en matière d'accessibilité lorsqu'elles sont utilisées telles quelles sans aucune personnalisation particulière.",
"altLangPage": "a11y-1-en.html",
"dateModified": "2024-04-30",
"layout": "assessment_wrote_en-fr",
"reportURL": "a11y-1.json"
}
---
Loading
Loading