Character count is hidden until you approach a character threshold #3689
Closed
Labels
accessibility
audit may 2023
Issues from May 2023 external accessibility audit against WCAG 2.2 criteria
character count
This issue is from May 2023 external accessibility audit report.
Usability issue
Issue ID:
DAC_Usability_Character_Count_01
URLs:
https://govuk-frontend-pr-3503.herokuapp.com/full-page-examples/feedback
Screen shots
The character count for the text area ‘What were you trying to do?’ does not appear until the user reaches fifty characters. It can be beneficial to display this from the start and the max characters to allow users to understand this restriction before entering data.
This means that when the user reaches 50 characters, and are made aware, they then do not have to amend what they have already entered in order to not exceed the 100 limit.
Current code ref(s)
#main-content > div > div > form > div:nth-child(4) > div > div.govuk-character-count__sr-status.govuk-visually-hidden
Screen reader comments
Solution
Consider constantly displaying the character count for all users. This will allow for all users to clearly understand the limits and pre-emptively decide how they wish to enter and phrase their data entry.
The text was updated successfully, but these errors were encountered: