alphagov / govuk-frontend

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
https://frontend.design-system.service.gov.uk/
MIT License
1.16k stars 320 forks source link

All caps text in the tag component is harder to read #1504

Closed timpaul closed 1 year ago

timpaul commented 5 years ago

We advise against using all caps on GOV.UK, because it's harder for people to recognise words from their shape if they are in all caps.

But, we use all-caps in the tag component, which is current used in the phase banner and task list.

Done when

Details of breaking change

dashouse commented 5 years ago

Design wise this is done, but approach to release needs to be discussed. See https://github.com/alphagov/govuk-frontend/pull/1549

dashouse commented 5 years ago

This will be a breaking change as part of V4. PR is closed but added to V4 milestone. https://github.com/alphagov/govuk-frontend/pull/1549

edwardhorsford commented 4 years ago

I'd like to put an argument for keeping them as is, or to know if there's any evidence for this.

It's important that these tags look visually distinct on the page, and that they not look like links. In changing these to sentence case, I think we risk reducing the usability and distinctiveness of them.

As I understand it the guidance was based on research of reading comprehension for long form paragraphs of text. Was any of the research about single words in all caps? or do we have any evidence from usability testing that these are causing issues for users? It would be good to know if this change is based on any research or evidence of issues.

mrkwrght commented 4 years ago

I'd like to put an argument for keeping them as is, or to know if there's any evidence for this.

It's important that these tags look visually distinct on the page, and that they not look like links. In changing these to sentence case, I think we risk reducing the usability and distinctiveness of them.

As I understand it the guidance was based on research of reading comprehension for long form paragraphs of text. Was any of the research about single words in all caps? or do we have any evidence from usability testing that these are causing issues for users? It would be good to know if this change is based on any research or evidence of issues.

Do you have any research which backs this up? I know they is a lot of research around All caps text reading for dyslexia and it being harder for them.

edwardhorsford commented 4 years ago

I'd like to put an argument for keeping them as is, or to know if there's any evidence for this. It's important that these tags look visually distinct on the page, and that they not look like links. In changing these to sentence case, I think we risk reducing the usability and distinctiveness of them. As I understand it the guidance was based on research of reading comprehension for long form paragraphs of text. Was any of the research about single words in all caps? or do we have any evidence from usability testing that these are causing issues for users? It would be good to know if this change is based on any research or evidence of issues.

Do you have any research which backs this up? I know they is a lot of research around All caps text reading for dyslexia and it being harder for them.

I've not personally ever seen issues with uppercase tags or heard from other teams that they were an issue (the uppercase aspect at least). As far as I know all the referenced research is about long-form blocks of text - not this sort of usage.

With that said, I'm not trying to argue there is no issue - only that we should keep in mind how this might otherwise impact the pattern. In a similar way to bold text - which should avoided in large blocks of text, but might make a specific piece of text clearer.

mrkwrght commented 4 years ago

as a dyslexia person and someone how has done a lot of research around the topic. the way dyslexia people read is based on the shapes of words when something is all caps it looks like a block and can take more time for someone to read.

@tempertemper has done a lot of research into tags too and this was part of it.

hannahjump commented 3 years ago

Adding to what @mrkwrght says - all capital letters are harder for users with dyslexia to read. The British Dyslexia Association advise against it (the bottom bullet point under the ‘readable fonts’ heading). Also the accessibility poster for users with dyslexia talks about this.

vanitabarrett commented 3 years ago

As discussed in the v4 prioritisation, we think this work would be good to do, but this is something that the task list working group will be looking at so it makes sense to wait and see what comes out of that. I'm going to move this into Nice To Have for now so we don't lose track of this work if the task list make a confident decision before v4 is released.

owenatgov commented 1 year ago

With the new design of the tag component which removes the forced uppercase, this is now solved.