Skip to content

Commit

Permalink
Pre-accessibility assessment for panels
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdiab committed Oct 10, 2023
1 parent a06afeb commit 2028b05
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 0 deletions.
55 changes: 55 additions & 0 deletions common/panels/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"@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": "Panels",
"fr": "Panneaux"
},
"description": {
"en": "Main Container with alternate tags.",
"fr": "Conteneur principal avec des balises alternatives."
},
"modified": "2023-07-05",
"componentName": "maincontainer",
"processing": "baseline",
"status": "stable",
"pages": {
"examples": [
{
"title": "Main Container",
"language": "en",
"path": "maincontainer-en.html"
},
{
"title": "Conteneur Principal",
"language": "fr",
"path": "maincontainer-fr.html"
},
{
"title": "Main Container with article",
"language": "en",
"path": "maincontainer-article-en.html"
},
{
"title": "Conteneur Principal avec article",
"language": "fr",
"path": "maincontainer-article-fr.html"
},
{
"title": "Main Container with section",
"language": "en",
"path": "maincontainer-section-en.html"
},
{
"title": "Conteneur Principal avec section",
"language": "fr",
"path": "maincontainer-section-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions common/panels/reports/pre-a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Pre Accessibility assessment #1 - Panels",
"language": "en",
"description": "Pre assessment of the Panels component.",
"tag": "footer",
"parentdir": "footer",
"parentPage": "Footer",
"parentPageURL": "footer",
"altLangPage": "pre-a11y-1-fr.html",
"dateModified": "2023-07-18",
"layout": "assessment_wrote_en-en",
"reportURL": "pre-a11y-1.json"
}
---
15 changes: 15 additions & 0 deletions common/panels/reports/pre-a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Pre Assessment d'accessibilité #1 - Panneaux",
"language": "fr",
"description": "Pre Assessment d'accessibilité pour les panneaux",
"tag": "footer",
"parentdir": "footer",
"parentPage": "Pied de page",
"parentPageURL": "footer",
"altLangPage": "pre-a11y-1-en.html",
"dateModified": "2023-07-18",
"layout": "assessment_wrote_en-fr",
"reportURL": "pre-a11y-1.json"
}
---
Loading

0 comments on commit 2028b05

Please sign in to comment.