Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Test Merge
  • Loading branch information
SebastianBurke committed Oct 25, 2023
2 parents 9321dab + e7bb3fc commit c7df732
Show file tree
Hide file tree
Showing 16 changed files with 2,046 additions and 0 deletions.
35 changes: 35 additions & 0 deletions common/gc_top_menu/index.json-ld
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"
}
]
}
}
14 changes: 14 additions & 0 deletions common/gc_top_menu/reports/pre-a11y-1-en.json
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"
}
14 changes: 14 additions & 0 deletions common/gc_top_menu/reports/pre-a11y-1-fr.json
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"
}
Loading

0 comments on commit c7df732

Please sign in to comment.