diff --git a/sites/gcweb-menu/gcweb-menu-docs-en.html b/sites/gcweb-menu/gcweb-menu-docs-en.html index 6c903977c..33f89968f 100644 --- a/sites/gcweb-menu/gcweb-menu-docs-en.html +++ b/sites/gcweb-menu/gcweb-menu-docs-en.html @@ -4,7 +4,7 @@ "language": "en", "altLangPage": "gcweb-menu-docs-fr.html", "secondlevel": false, - "dateModified": "2023-10-25", + "dateModified": "2024-06-21", "share": "true" } --- @@ -16,7 +16,7 @@
Type
Canada.ca site functionality
Last review
-
2023-10-25
+
2024-06-21

Purpose

@@ -56,6 +56,9 @@

CSS Class (v1.0)

History

+

Version 3.0.1

+

The aria-label was updated for accessibility.

+

Version 3.0

Same as version 2.0, but the link for "Canada and the world" was updated.

In English, the URL changes:

diff --git a/sites/gcweb-menu/gcweb-menu-docs-fr.html b/sites/gcweb-menu/gcweb-menu-docs-fr.html index ff342e1d0..e0ca08ddd 100644 --- a/sites/gcweb-menu/gcweb-menu-docs-fr.html +++ b/sites/gcweb-menu/gcweb-menu-docs-fr.html @@ -4,7 +4,7 @@ "language": "fr", "altLangPage": "gcweb-menu-docs-en.html", "secondlevel": false, - "dateModified": "2023-10-25", + "dateModified": "2024-06-21", "share": "true" } --- @@ -16,7 +16,7 @@
Type
Fonctionnalité du site Canada.ca
Dernière révision
-
2023-10-25
+
2024-06-21

Objectif

@@ -55,6 +55,9 @@

Classe CSS (v1.0)

Historique

+

Version 3.0.1

+

Le aria-label a été mis à jour pour des raisons d'accessibilité.

+

Version 3.0

Identique à la version 2.0, mais le lien vers « Canada et le monde » a été mis à jour.

En anglais, l'URL change :

diff --git a/sites/gcweb-menu/menu.js b/sites/gcweb-menu/menu.js index b6b6730e5..8cdf9c178 100644 --- a/sites/gcweb-menu/menu.js +++ b/sites/gcweb-menu/menu.js @@ -20,8 +20,8 @@ var componentName = "gcweb-menu", isMediumView, preventFocusIn, i18nInstruction = { - en: "Press the SPACEBAR to expand or the escape key to collapse this menu. Use the Up and Down arrow keys to choose a submenu item. Press the Enter or Right arrow key to expand it, or the Left arrow or Escape key to collapse it. Use the Up and Down arrow keys to choose an item on that level and the Enter key to access it.", - fr: "Appuyez sur la barre d'espacement pour ouvrir ou sur la touche d'échappement pour fermer le menu. Utilisez les flèches haut et bas pour choisir un élément de sous-menu. Appuyez sur la touche Entrée ou sur la flèche vers la droite pour le développer, ou sur la flèche vers la gauche ou la touche Échap pour le réduire. Utilisez les flèches haut et bas pour choisir un élément de ce niveau et la touche Entrée pour y accéder." + en: "Main Menu. Press the SPACEBAR to expand or the escape key to collapse this menu. Use the Up and Down arrow keys to choose a submenu item. Press the Enter or Right arrow key to expand it, or the Left arrow or Escape key to collapse it. Use the Up and Down arrow keys to choose an item on that level and the Enter key to access it.", + fr: "Menu principal. Appuyez sur la barre d'espacement pour ouvrir ou sur la touche d'échappement pour fermer le menu. Utilisez les flèches haut et bas pour choisir un élément de sous-menu. Appuyez sur la touche Entrée ou sur la flèche vers la droite pour le développer, ou sur la flèche vers la gauche ou la touche Échap pour le réduire. Utilisez les flèches haut et bas pour choisir un élément de ce niveau et la touche Entrée pour y accéder." }, /**