Skip to content

Commit

Permalink
Patch - gcweb-menu: Fixed aria-label to include the button text (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrahimMahadi authored Jun 26, 2024
1 parent 5dad81e commit f912982
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions sites/gcweb-menu/gcweb-menu-docs-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"language": "en",
"altLangPage": "gcweb-menu-docs-fr.html",
"secondlevel": false,
"dateModified": "2023-10-25",
"dateModified": "2024-06-21",
"share": "true"
}
---
Expand All @@ -16,7 +16,7 @@
<dt>Type</dt>
<dd>Canada.ca site functionality</dd>
<dt>Last review</dt>
<dd>2023-10-25</dd>
<dd>2024-06-21</dd>
</dl>

<h2>Purpose</h2>
Expand Down Expand Up @@ -56,6 +56,9 @@ <h3>CSS Class (v1.0)</h3>

<h2>History</h2>

<h3>Version 3.0.1</h3>
<p>The aria-label was updated for accessibility.</p>

<h3>Version 3.0</h3>
<p>Same as version 2.0, but the link for "Canada and the world" was updated.</p>
<p>In English, the URL changes:</p>
Expand Down
7 changes: 5 additions & 2 deletions sites/gcweb-menu/gcweb-menu-docs-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"language": "fr",
"altLangPage": "gcweb-menu-docs-en.html",
"secondlevel": false,
"dateModified": "2023-10-25",
"dateModified": "2024-06-21",
"share": "true"
}
---
Expand All @@ -16,7 +16,7 @@
<dt>Type</dt>
<dd>Fonctionnalité du site Canada.ca</dd>
<dt>Dernière révision</dt>
<dd>2023-10-25</dd>
<dd>2024-06-21</dd>
</dl>

<h2>Objectif</h2>
Expand Down Expand Up @@ -55,6 +55,9 @@ <h3>Classe CSS (v1.0)</h3>

<h2>Historique</h2>

<h3>Version 3.0.1</h3>
<p>Le aria-label a été mis à jour pour des raisons d'accessibilité.</p>

<h3 id="v3">Version 3.0</h3>
<p>Identique à la version 2.0, mais le lien vers «&nbsp;Canada et le monde&nbsp;» a été mis à jour.</p>
<p>En anglais, l'URL change&nbsp;:</p>
Expand Down
4 changes: 2 additions & 2 deletions sites/gcweb-menu/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},

/**
Expand Down

0 comments on commit f912982

Please sign in to comment.