Skip to content

Commit

Permalink
Accessibility Project - Pre-assessments
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke committed Oct 27, 2023
1 parent cb8dc51 commit c7ef618
Show file tree
Hide file tree
Showing 17 changed files with 2,047 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/colour/colour-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p>This page showcases wet-boew utility features including some integration from Bootstrap 4 such as: <code>bg-primary</code>, <code>text-center</code>, <code>text-white</code> and others.</p>
<p>Please note that some backported Bootstrap 4 classes have been adjusted to follow Bootstrap 3.4's view breakpoints. For example, small (<code>sm</code>) view's minimum width is 768px in Bootstrap 3.4, as opposed to 576px in Bootstrap 4.</p>

<h2>On this page:</h2>
<h2>This is a test change</h2>

<ul>
<li><a href="#wetoverride">WET Override</a></li>
Expand Down
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 c7ef618

Please sign in to comment.