diff --git a/index-en.md b/index-en.md index 3260aa5b7..47c618e7a 100644 --- a/index-en.md +++ b/index-en.md @@ -1,7 +1,7 @@ --- title: GCWeb, the WET-BOEW Canada.ca theme altLangPage: index-fr.html -dateModified: 2024-07-03 +dateModified: 2024-07-23 description: "Home page describing all the components of the Canada.ca theme, named GCWeb." layout: no-container language: en @@ -20,7 +20,7 @@ css:
The page templates and design patterns below comprise a reference implementation of the Canada.ca design system, including the mandatory requirement of the Content and Information Architecture (C&IA) Specification. Government of Canada departments and agencies can contribute additional patterns and templates via GCWeb github repository.
diff --git a/index-fr.md b/index-fr.md index 0a700b704..4f4478676 100644 --- a/index-fr.md +++ b/index-fr.md @@ -1,7 +1,7 @@ --- title: GCWeb, le thème WET-BOEW de Canada.ca altLangPage: index-en.html -dateModified: 2024-07-03 +dateModified: 2024-07-23 description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb." layout: no-container language: fr @@ -20,7 +20,7 @@ css:Les gabarits et les conceptions communes si dessous sont une référence d'implémentation du Système de conception de Canada.ca, incluant les exigences obligatoire de la spécifications du contenu et de l’architecture de l'information (C&AI) pour Canada.ca. Les ministères et organisme du gouvernement du Canada peuvent y contribuer en publiant leur modèle et leur conception commune via le dépôt github de GCWeb.
diff --git "a/m\303\251li-m\303\251lo/2024-04-stepsquiz/meta.md" "b/m\303\251li-m\303\251lo/2024-04-stepsquiz/meta.md" index 6d2e0b9f8..700fdc9ee 100644 --- "a/m\303\251li-m\303\251lo/2024-04-stepsquiz/meta.md" +++ "b/m\303\251li-m\303\251lo/2024-04-stepsquiz/meta.md" @@ -46,5 +46,11 @@ todos: - Write governance and rationale for the use of this design. - Optimize code as suggested in the Github pull request #2347. +changes: + - date: 2024-07-15 + description: French translation functionality on language toggle for two text elements found in the component. Addition of a<label>
element around the <progress>
element in order to resolve an accessibility issue Accessibility assessment no.1 - Progress bar.
+ departmentImpact: Prevents a possible complaint related to official languages and/or accessibility.
+ publicImpact: Access to content that complies with official languages and that meets WCAG accessibilty guidlines 2.1.
+
output: false
---
diff --git a/package-lock.json b/package-lock.json
index 233bc8f56..0ac10da34 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "GCWeb",
- "version": "15.2.2",
+ "version": "15.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 64e81c575..f33c03d5e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "GCWeb",
- "version": "15.3.0",
+ "version": "15.4.0",
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
"main": "index.html",
"scripts": {