-
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.
Content - Tagfilter: adding demo/doc links and partial a11y report (#…
- Loading branch information
Showing
5 changed files
with
187 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
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": "Tag filter", | ||
"fr": "Filtre de balise" | ||
}, | ||
"description": { | ||
"en": "Filters through content and show/hide content that match certain tags.", | ||
"fr": "Filtre le contenu et affiche/masque le contenu qui correspond à certaines balises." | ||
}, | ||
"modified": "2024-05-01", | ||
"componentName": "tagfilter", | ||
"status": "provisional", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Tag filter", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/demos/tagfilter/tagfilter-en.html" | ||
}, | ||
{ | ||
"title": "Filtre de balise", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/demos/tagfilter/tagfilter-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Tag filter", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/tagfilter/tagfilter-en.html" | ||
}, | ||
{ | ||
"title": "Filtre de balise", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/tagfilter/tagfilter-fr.html" | ||
} | ||
], | ||
"reports": [ | ||
{ | ||
"title": "Accessibility assessment #1 - Tag filter", | ||
"language": "en", | ||
"path": "reports/a11y-1-en.html" | ||
}, | ||
{ | ||
"title": "Assessment d'accessibilité #1 - Filtre de balise", | ||
"language": "fr", | ||
"path": "reports/a11y-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,11 @@ | ||
--- | ||
{ | ||
"title": "Accessibility assessment #1 - Tag filter", | ||
"language": "en", | ||
"description": "Partial. Evaluation of Success Criteria 1.4.1, Level AA of WCAG 2.1", | ||
"altLangPage": "a11y-1-fr.html", | ||
"dateModified": "2024-05-01", | ||
"layout": "assessment_wrote_en-en", | ||
"reportURL": "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,11 @@ | ||
--- | ||
{ | ||
"title": "Évaluation d'accessibilité #1 - Filtre de balise", | ||
"language": "fr", | ||
"description": "Partielle. Évaluation du critère de succès 1.4.1, niveau AA du WCAG 2.1", | ||
"altLangPage": "a11y-1-en.html", | ||
"dateModified": "2024-05-01", | ||
"layout": "assessment_wrote_en-fr", | ||
"reportURL": "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,49 @@ | ||
{ | ||
"@context": "https://wet-boew.github.io/vocab/context/2023/assessment-report-en.json-ld", | ||
"@type": [ | ||
"earl:Assertion", | ||
"acr:AssessmentReport" | ||
], | ||
"dct:date": "2024-05-01", | ||
"earl:subject": { | ||
"@id": "_:subject", | ||
"dct:references": [ | ||
"https://wet-boew.github.io/wet-boew/demos/tagfilter/tagfilter-en.html" | ||
], | ||
"@type": [ | ||
"earl:TestSubject", | ||
"schema:WebPage" | ||
], | ||
"dct:description": "", | ||
"oa:hasState": [], | ||
"earl:pointer": { | ||
"@type": "oa:CssSelector", | ||
"@value": "" | ||
} | ||
}, | ||
"earl:assertedBy": { | ||
"@type": [ | ||
"earl:Assertor", | ||
"foaf:Person" | ||
], | ||
"foaf:name": "Christopher Oakes", | ||
"foaf:homepage": "https://github.com/Christopher-O" | ||
}, | ||
"dct:description": "This assessment is generated following a review by CRA's team of the Tagfilter component.", | ||
"earl:result": [ | ||
{ | ||
"earl:test": "WCAG21:status-messages", | ||
"earl:subject": "_:subject", | ||
"earl:result": [], | ||
"acr:asset": [], | ||
"earl:mode": "earl:manual", | ||
"acr:severity": "acr:moderate", | ||
"acr:relevancy": "acr:usability", | ||
"dct:description": "Upon selecting a filter, the AT announces the complete list of elements that are now available. This means that it can happen that the AT will announce a list of hundreds of items, which is not ideal. A status message might be a better option like \"Items have been updated\".", | ||
"earl:outcome": "earl:cantTell", | ||
"selected": "" | ||
} | ||
], | ||
"acr:standard": "https://www.w3.org/TR/WCAG21", | ||
"acr:conformanceOption": "act:standard/profiles/wcag#levelAA" | ||
} |