Skip to content

Commit

Permalink
Content - Tagfilter: adding demo/doc links and partial a11y report (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Garneauma authored May 16, 2024
1 parent ffceff3 commit 367058e
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 0 deletions.
58 changes: 58 additions & 0 deletions _data/wet-boew.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,64 @@
}
]
}
,{
"@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"
}
]
}
}
,{
"@context": {
"@version": 1.1,
Expand Down
58 changes: 58 additions & 0 deletions wet-boew/tagfilter/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": "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"
}
]
}
}
11 changes: 11 additions & 0 deletions wet-boew/tagfilter/reports/a11y-1-en.html
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"
}
---
11 changes: 11 additions & 0 deletions wet-boew/tagfilter/reports/a11y-1-fr.html
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"
}
---
49 changes: 49 additions & 0 deletions wet-boew/tagfilter/reports/a11y-1.json
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"
}

0 comments on commit 367058e

Please sign in to comment.