-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated pre-assessments with changes reflected
- Loading branch information
Showing
21 changed files
with
1,986 additions
and
13 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
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,35 @@ | ||
{ | ||
"@context": { | ||
"@version": 2.0, | ||
"dct": "http://purl.org/dc/terms/", | ||
"title": { "@id": "dct:title", "@container": "@language" }, | ||
"description": { "@id": "dct:description", "@container": "@language" }, | ||
"modified": "dct:modified" | ||
}, | ||
"title": { | ||
"en": "Tabs Interface - Carousel", | ||
"fr": "Interface à onglets - Carrousel" | ||
}, | ||
"description": { | ||
"en": "Responsive carousels are in-page components used to display multiple different items within the same content space.", | ||
"fr": "Les carrousels responsifs sont des composants intégrés à la page utilisés pour afficher plusieurs éléments différents dans le même espace de contenu." | ||
}, | ||
"modified": "2023-09-08", | ||
"componentName": "wb-tabs", | ||
"status": "stable", | ||
"pages": { | ||
"docs": [], | ||
"reports": [ | ||
{ | ||
"title": "Pre accessibility assessment #1 - Tabs Interface - Carousel", | ||
"language": "en", | ||
"path": "reports/pre-ally-1-en.html" | ||
}, | ||
{ | ||
"title": "Pre assessment d'accessibilité #1 - Interface à onglets - Carrousel", | ||
"language": "fr", | ||
"path": "reports/pre-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,14 @@ | ||
|
||
{ | ||
"title": "Pre accessibility assessment #1 - Tabs Interface - Carousel", | ||
"language": "en", | ||
"description": "Evaluation of how the Tabs Interface - Carousel meets accessibility requirements", | ||
"tag": "Tabs Interface - Carousel", | ||
"parentdir": "Tabs Interface - Carousel", | ||
"parentPage": "Tabs Interface - Carousel", | ||
"parentPageURL": "Tabs Interface - Carousel", | ||
"altLangPage": "pre-a11y-1-fr.html", | ||
"dateModified": "2023-09-08", | ||
"layout": "assessment_wrote_en-en", | ||
"reportURL": "pre-a11y-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,14 @@ | ||
|
||
{ | ||
"title": "Pre assessment d'accessibilité #1 - Interface à onglets - Carrousel", | ||
"language": "fr", | ||
"description": "Évaluation de la manière dont le Interface à onglets - Carrousel répond aux exigences en matière d'accessibilité", | ||
"tag": "Interface à onglets - Carrousel", | ||
"parentdir": "Interface à onglets - Carrousel", | ||
"parentPage": "Interface à onglets - Carrousel", | ||
"parentPageURL": "Interface à onglets - Carrousel", | ||
"altLangPage": "pre-a11y-1-en.html", | ||
"dateModified": "2023-09-08", | ||
"layout": "assessment_wrote_en-fr", | ||
"reportURL": "pre-a11y-1.json" | ||
} |
Oops, something went wrong.