-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accessibility Project - Pre-assessments
- Loading branch information
1 parent
cb8dc51
commit f1f7179
Showing
16 changed files
with
2,046 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"@context": { | ||
"@version": 2.0, | ||
"dct": "http://purl.org/dc/terms/", | ||
"title": { "@id": "dct:title", "@container": "@language" }, | ||
"description": { "@id": "dct:description", "@container": "@language" }, | ||
"modified": "dct:modified" | ||
}, | ||
"title": { | ||
"en": "GC Top Menu", | ||
"fr": "Menu principal du GC" | ||
}, | ||
"description": { | ||
"en": "The GC Top Menu is the primary navigation bar at the top of Canada.ca websites, providing quick access to essential services, information, and other government departments.", | ||
"fr": "Le Menu principal du GC est la barre de navigation principale en haut des sites web de Canada.ca, offrant un accès rapide aux services essentiels, aux informations et aux autres départements gouvernementaux." | ||
}, | ||
"modified": "2023-09-08", | ||
"componentName": "GC Top Menu", | ||
"status": "stable", | ||
"pages": { | ||
"docs": [], | ||
"reports": [ | ||
{ | ||
"title": "Pre accessibility assessment #1 - GC Top Menu", | ||
"language": "en", | ||
"path": "reports/pre-ally-1-en.html" | ||
}, | ||
{ | ||
"title": "Pre assessment d'accessibilité #1 - Menu principal du GC", | ||
"language": "fr", | ||
"path": "reports/pre-ally-1-fr.html" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
{ | ||
"title": "Pre accessibility assessment #1 - GC Top Menu", | ||
"language": "en", | ||
"description": "Evaluation of how the GC Top Menu meets accessibility requirements", | ||
"tag": "GC Top Menu", | ||
"parentdir": "GC Top Menu", | ||
"parentPage": "GC Top Menu", | ||
"parentPageURL": "GC Top Menu", | ||
"altLangPage": "pre-a11y-1-fr.html", | ||
"dateModified": "2023-09-08", | ||
"layout": "assessment_wrote_en-en", | ||
"reportURL": "pre-a11y-1.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
{ | ||
"title": "Pré-évaluation de l'accessibilité n°1 - Menu principal du GC", | ||
"language": "fr", | ||
"description": "Évaluation de la manière dont le Menu principal du GC répond aux exigences en matière d'accessibilité", | ||
"tag": "Menu principal du GC", | ||
"parentdir": "Menu principal du GC", | ||
"parentPage": "Menu principal du GC", | ||
"parentPageURL": "Menu principal du GC", | ||
"altLangPage": "pre-a11y-1-en.html", | ||
"dateModified": "2023-09-08", | ||
"layout": "assessment_wrote_en-fr", | ||
"reportURL": "pre-a11y-1.json" | ||
} |
Oops, something went wrong.