Skip to content

Commit

Permalink
Content - Share Widget - WCAG pre-assessment (wet-boew#2197)
Browse files Browse the repository at this point in the history
* Conduct WCAG pre-assessment for Share Widget (GCWeb wet-368)
* wet-368 Conduct WCAG pre-assessment for Share Widget (GCWeb)
* Update common/share widget/reports/ally-1-en.html
* Update common/share widget/reports/ally-1-fr.html
* Update common/share widget/reports/ally-1-fr.html
* Update common/share widget/reports/ally-1-en.html
* Update common/share widget/reports/pre-ally-1.json
* wet-368 Conduct WCAG pre-assessment for Share Widget (GCWeb)
* Share widget - Add index.json-ld file for the component description

---------

Co-authored-by: hongbinyu413 <[email protected]>
Co-authored-by: Pierre Dubois <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent deb6c33 commit 7814a3c
Show file tree
Hide file tree
Showing 4 changed files with 677 additions and 0 deletions.
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

0 comments on commit 7814a3c

Please sign in to comment.