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

wet-370 Conduct WCAG pre-assessment for Toggle (GCWeb) #2202

Merged
merged 6 commits into from
Feb 29, 2024
Merged
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
58 changes: 58 additions & 0 deletions wet-boew/toggle/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Toggle",
"fr": "Basculer"
},
"description": {
"en": "Create an element that toggles elements between on and off states.",
"fr": "Plugiciel qui permet un lien à basculer des éléments entre les états activé et désactivé."
},
"modified": "2024-02-28",
"componentName": "toggle",
"status": "stable",
"pages": {
"examples": [
{
"title": "Toggle",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/toggle/toggle-en.html"
},
{
"title": "Basculer",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/toggle/toggle-fr.html"
}
],
"docs": [
{
"title": "Toggle",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/toggle/toggle-en.html"
},
{
"title": "Basculer",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/toggle/toggle-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1 - toggle",
"language": "en",
"path": "reports/a11y-1-en.html"
},
{
"title": "Assessment d'accessibilité #1 - Basculer",
"language": "fr",
"path": "reports/a11y-1-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions wet-boew/toggle/reports/a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #1 - toggle",
"language": "en",
"description": "Partial. Evaluation of new Success Criteria at Level A and Level AA of WCAG 2.1 and WCAG 2.2",
"tag": "toggle",
"parentdir": "toggle",
"parentPage": "toggle",
"parentPageURL": "toggle",
"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 wet-boew/toggle/reports/a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #1 - Basculer",
"language": "fr",
"description": "Partielle. Évaluation des nouveaux critères de succès aux niveaux A et AA de WCAG 2.1 et WCAG 2.2",
"tag": "toggle",
"parentdir": "toggle",
"parentPage": "Basculer",
"parentPageURL": "toggle",
"altLangPage": "a11y-1-en.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-fr",
"reportURL": "pre-a11y-1.json"
}
---
Loading
Loading