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

Conduct WCAG pre-assessment for Share Widget (GCWeb wet-368) #2197

Merged
merged 10 commits into from
Sep 7, 2023
58 changes: 58 additions & 0 deletions common/share/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": "Share widget",
"fr": "Gadget de partage"
},
"description": {
"en": "Facilitates sharing Web content on social media platforms.",
"fr": "Permet à l'utilisateur de partager un contenu Web sur les plateformes de médias sociaux."
},
"modified": "2023-09-06",
"componentName": "share",
"status": "stable",
"pages": {
"examples": [
{
"title": "Share widget",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/share/share-en.html"
},
{
"title": "Gadget de partage",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/share/share-fr.html"
}
],
"docs": [
{
"title": "Share widget",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/share/share-en.html"
},
{
"title": "Gadget de partage",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/share/share-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1 - Share widget",
"language": "en",
"path": "reports/ally-1-en.html"
},
{
"title": "Assessment d'accessibilité #1 - Gadget de partage",
"language": "fr",
"path": "reports/ally-1-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions common/share/reports/ally-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #1 - Gadget de partage",
"language": "en",
"description": "Partial. Evaluation of new Success Criteria at Level A and Level AA of WCAG 2.1 and WCAG 2.2",
"tag": "share",
"parentdir": "share",
"parentPage": "Gadget de partage",
"parentPageURL": "share",
"altLangPage": "ally-1-fr.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-en",
"reportURL": "pre-ally-1.json"
}
---
15 changes: 15 additions & 0 deletions common/share/reports/ally-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #1 - Share widget",
"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": "share",
"parentdir": "share",
"parentPage": "Share widget",
"parentPageURL": "share",
"altLangPage": "ally-1-en.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-fr",
"reportURL": "pre-ally-1.json"
}
---
Loading
Loading