forked from wet-boew/GCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Content - Share Widget - WCAG pre-assessment (wet-boew#2197)
* 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
1 parent
deb6c33
commit 7814a3c
Showing
4 changed files
with
677 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
--- |
Oops, something went wrong.