GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 8 forks source link

⌨ Experience skill details text area not unique #11750

Closed esizer closed 1 week ago

esizer commented 1 week ago

⌨ Accessibility Issue

The text areas to fill ion details when connecting skills to an experience do not have unique labels.

WCAG 2.1 Criteria

https://www.w3.org/WAI/WCAG22/Techniques/general/G131.html

🦋 Expected Behaviour

Form labels should be descriptivbe and clear about its purpose.

🕵️ Details

By having identical labels with no additional context as to the specific purpose of each, it may not be clear for the user.

📋 Steps to Reproduce

  1. Login as any user
  2. Go to create an experience
  3. Add multiple skills
  4. Confirm the details inputs all have the exact same label

📸 Screenshot

2024-10-11_10-21

🙋‍♀️ Proposed Solution

We have the skill name just above, we could:

  1. Include it as an additional label
  2. Add it as the real label for the input ("Describe how this skill featured in this role

✅ Acceptance Criteria