Skip to content

Commit

Permalink
Content - Skip link - WCAG assessment (#2205)
Browse files Browse the repository at this point in the history
* wet-372 Conduct WCAG pre-assessment for Skip Links (GCWeb)

---------

Co-authored-by: hongbinyu413 <[email protected]>
Co-authored-by: AtlakM <[email protected]>
Co-authored-by: AtlakM <[email protected]>
  • Loading branch information
4 people authored Mar 15, 2024
1 parent 6bde288 commit 5dbcfab
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 2 deletions.
17 changes: 15 additions & 2 deletions sites/skiplinks/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"en": "Documentation and working example on how to use the skiplinks.",
"fr": "Documentation et example pratique sur l'utilisation des liens de saut de page."
},
"modified": "2022-01-12",
"modified": "2024-02-27",
"componentName": "skiplinks",
"processing": "baseline",
"status": "stable",
"pages": {
"docs": [
"examples": [
{
"title": "Skip links",
"language": "en",
Expand All @@ -29,6 +30,18 @@
"language": "fr",
"path": "skiplinks-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1 - Skip links",
"language": "en",
"path": "reports/a11y-1-en.html"
},
{
"title": "Évaluation d'accessibilité #1 - Liens de saut de page",
"language": "fr",
"path": "reports/a11y-1-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions sites/skiplinks/reports/a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #1 - Skip links",
"language": "en",
"description": "Evaluation of Success Criteria at Level A and Level AA of WCAG 2.1",
"tag": "skiplinks",
"parentdir": "skiplinks",
"parentPage": "Skip links",
"parentPageURL": "skiplinks",
"altLangPage": "a11y-1-fr.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-en",
"reportURL": "pre-a11y-1.json"
}
---
15 changes: 15 additions & 0 deletions sites/skiplinks/reports/a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #1 - Liens de saut de page",
"language": "fr",
"description": "Évaluation des critères de succès aux niveaux A et AA du WCAG 2.1",
"tag": "skiplinks",
"parentdir": "skiplinks",
"parentPage": "Liens de saut de page",
"parentPageURL": "skiplinks",
"altLangPage": "a11y-1-en.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-fr",
"reportURL": "pre-a11y-1.json"
}
---
Loading

0 comments on commit 5dbcfab

Please sign in to comment.