Skip to content

Commit

Permalink
Content - Merge pull request #2338 from Garneauma/master
Browse files Browse the repository at this point in the history
Updating index pages data
  • Loading branch information
duboisp authored Apr 3, 2024
2 parents d1fb4d2 + 5f5879e commit 873b4e3
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 4 deletions.
123 changes: 122 additions & 1 deletion _data/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,28 @@
"language": "fr",
"path": "button-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #3 - Buttons",
"language": "en",
"path": "reports/a11y-3-en.html"
},
{
"title": "Assessment d'accessibilité #3 - Boutons",
"language": "fr",
"path": "reports/a11y-3-fr.html"
},
{
"title": "Accessibility assessment #4 - Buttons",
"language": "en",
"path": "reports/a11y-4-en.html"
},
{
"title": "Assessment d'accessibilité #4 - Boutons",
"language": "fr",
"path": "reports/a11y-4-fr.html"
}
]
}
}
Expand Down Expand Up @@ -240,6 +262,73 @@
]
}
}
,{
"@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": "Main Container",
"fr": "Conteneur Principal"
},
"description": {
"en": "Main Container with alternate tags.",
"fr": "Conteneur principal avec des balises alternatives."
},
"modified": "2023-07-05",
"componentName": "main-container",
"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"
}
],
"reports": [
{
"title": "Pre Accessibility assessment #1 - Main Container",
"language": "en",
"path": "reports/pre-a11y-1-en.html"
},
{
"title": "Pre Assessment d'accessibilité #1 - Conteneur Principal",
"language": "fr",
"path": "reports/pre-a11y-1-fr.html"
}
]
}
}
,{
"@context": {
"@version": 1.1,
Expand All @@ -256,7 +345,7 @@
"en": "HTML elements used as is.",
"fr": "Les éléments HTML utilisé tel quel."
},
"modified": "2024-02-27",
"modified": "2024-03-28",
"componentName": "scaffolding",
"processing": "baseline",
"status": "stable",
Expand Down Expand Up @@ -303,6 +392,26 @@
"title": "Texte de niveau sémantique - Évaluation d'accessibilité complète",
"language": "fr",
"path": "reports/ally-assess-1-fr.html"
},
{
"title": "Accessibility assessment #2 - Forms",
"language": "en",
"path": "reports/a11y-2-en.html"
},
{
"title": "Assessment d'accessibilité #2 - Formulaires",
"language": "fr",
"path": "reports/a11y-2-fr.html"
},
{
"title": "Accessibility assessment #3 - Forms",
"language": "en",
"path": "reports/a11y-3-en.html"
},
{
"title": "Assessment d'accessibilité #3 - Formulaires",
"language": "fr",
"path": "reports/a11y-3-fr.html"
}
]
}
Expand Down Expand Up @@ -432,6 +541,18 @@
"language": "fr",
"path": "wb-disable-fr.html"
}
],
"reports": [
{
"title": "Pre-accessibility assessment #1 - Basic HTML Mode",
"language": "en",
"path": "reports/pre-ally-1-en.html"
},
{
"title": "Assessment d'accessibilité préliminaire #1 - HTML simplifié",
"language": "fr",
"path": "reports/pre-ally-1-fr.html"
}
]
}
}
Expand Down
48 changes: 46 additions & 2 deletions _data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@
"en": "A simple CSS solution to turn tables into responsive cards for smaller windows.",
"fr": "Une solution CSS simple pour transformer les tables en cartes réactives pour des fenêtres plus petites."
},
"modified": "2023-09-05",
"modified": "2024-03-28",
"componentName": "gc-table",
"status": "provisional",
"todos": [
Expand All @@ -997,6 +997,28 @@
"language": "fr",
"path": "gc-table-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #6 - GC tables",
"language": "en",
"path": "reports/a11y-6-en.html"
},
{
"title": "Assessment d'accessibilité #6 - Tableaux GC",
"language": "fr",
"path": "reports/a11y-6-fr.html"
},
{
"title": "Accessibility assessment #7 - GC tables",
"language": "en",
"path": "reports/a11y-7-en.html"
},
{
"title": "Assessment d'accessibilité #7 - Tableaux GC",
"language": "fr",
"path": "reports/a11y-7-fr.html"
}
]
}
}
Expand Down Expand Up @@ -1206,7 +1228,7 @@
"en": "Labels including all various states.",
"fr": "Étiquettes comprenant tous les différents états."
},
"modified": "2023-07-11",
"modified": "2024-03-28",
"componentName": "labels",
"processing": "baseline",
"status": "stable",
Expand All @@ -1222,6 +1244,28 @@
"language": "fr",
"path": "labels-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #8 - Labels",
"language": "en",
"path": "reports/a11y-8-en.html"
},
{
"title": "Assessment d'accessibilité #8 - Étiquettes",
"language": "fr",
"path": "reports/a11y-8-fr.html"
},
{
"title": "Accessibility assessment #9 - Labels",
"language": "en",
"path": "reports/a11y-9-en.html"
},
{
"title": "Assessment d'accessibilité #9 - Étiquettes",
"language": "fr",
"path": "reports/a11y-9-fr.html"
}
]
}
}
Expand Down
24 changes: 23 additions & 1 deletion _data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@
"en": "Documentation on how to use the header.",
"fr": "Documentation sur l'utilisation de l'entête."
},
"modified": "2022-05-10",
"modified": "2024-03-29",
"componentName": "header",
"status": "stable",
"pages": {
Expand All @@ -2061,6 +2061,28 @@
"language": "fr",
"path": "header-docs-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #7 - GC header brand logo",
"language": "en",
"path": "reports/a11y-7-en.html"
},
{
"title": "Assessment d'accessibilité #7 - Logo de la marque d'en-tête GC",
"language": "fr",
"path": "reports/a11y-7-fr.html"
},
{
"title": "Accessibility assessment #8 - GC header brand logo",
"language": "en",
"path": "reports/a11y-8-en.html"
},
{
"title": "Assessment d'accessibilité #8 - Logo de la marque d'en-tête GC",
"language": "fr",
"path": "reports/a11y-8-fr.html"
}
]
}
}
Expand Down

0 comments on commit 873b4e3

Please sign in to comment.