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

Create pull request for correct location and css selector #2314

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
67 changes: 67 additions & 0 deletions wet-boew/wb-tabs/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"@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": "Tabbed Interface",
"fr": "Interface à onglets"
},
"description": {
"en": "Tabbed Interface",
"fr": "Interface à onglets."
},
"modified": "2023-02-28",
"componentName": "wb-tabs",
"processing": "baseline",
"status": "stable",
"pages": {
"examples": [
{
"title": "Tabbed Interface",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-en.html"
},
{
"title": "Interface à onglets",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-fr.html"
},
{
"title": "Tabbed Interface - Carousel",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-carousel-en.html"
},
{
"title": "Interface à onglets - Carrousel",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-carousel-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1",
"language": "en",
"path": "reports/ally-1-en.html"
},
{
"title": "Évaluation de l'accessibilité #1",
"language": "fr",
"path": "reports/ally-1-fr.html"
},
{
"title": "Accessibility assessment #2",
"language": "en",
"path": "reports/ally-2-en.html"
},
{
"title": "Évaluation de l'accessibilité #2",
"language": "fr",
"path": "reports/ally-2-fr.html"
}
]
}
}
11 changes: 11 additions & 0 deletions wet-boew/wb-tabs/reports/ally-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Accessibility assessment #1 - Tabbed Interface",
"language": "en",
"description": "Partial. Evaluation of new Success Criteria at Level A and Level AA of WCAG 2.1 and WCAG 2.2",
"altLangPage": "ally-1-fr.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-en",
"reportURL": "ally-1.json"
}
---
11 changes: 11 additions & 0 deletions wet-boew/wb-tabs/reports/ally-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Assessment d'accessibilité #1 - Interface à onglets",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "Assessment d'accessibilité #1 - Interface à onglets",
"title": "Assessment d'accessibilité #1 - Interface à onglets",

"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",
"altLangPage": "ally-1-en.html",
"dateModified": "2023-07-06",
"layout": "assessment_wrote_en-fr",
"reportURL": "ally-1.json"
}
---