Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Details component fails WCAG AA standard for colour ratio whilst on focus #944

Closed
paroxp opened this issue Aug 6, 2018 · 0 comments
Closed
Labels
accessibility regulations failure Does not meet the Public Sector Accessibility Regulations (WCAG 2.2 level AA) accessibility
Milestone

Comments

@paroxp
Copy link
Member

paroxp commented Aug 6, 2018

What

I've been addressed by a user, regarding the contrast in our application where we're using the GOV.UK Frontend - Details component.

The colours are:

Background: #ffbf47
Text: #005ea5
Text on hover: #2b8cc4

Running these past snook or accessible colors service, will incline the colours are failing the AA standard with a Your contrast ratio: 4.07 warning.

Proposal from the user:

Change the text colour to black.

I imagine you'd need a designer to look at it or perhaps have a small chat among yourselves. But perhaps, using the purple of your palette (#2e358b), would work fine for you? It would avoid the use of darken() function or setting it to black.

paroxp added a commit to alphagov/paas-admin that referenced this issue Aug 7, 2018
There is an issue, where all elements provided by the govuk-frontend will
have a yellow background set on :focus. It's particularly affecting links,
buttons and summary boxes. These elements also have a blue text in them,
which could cause difficulty to our users when it comes to reading the
content. It means we don't meet the required WCAG 2 AA standard [1].

Design system team thinks the roll out may take a long time, due to the
nature of it being used in the wide government and have no issues with
us overriding it with the provided black colour.

This is only a temporary solution and should be reverted back once the
issue upstream is resolved. [2]

[1]: https://snook.ca/technical/colour_contrast/colour.html#fg=005EA5,bg=FFBF47
[2]: alphagov/govuk-frontend#944
paroxp added a commit to alphagov/paas-admin that referenced this issue Aug 7, 2018
There is an issue, where all elements provided by the govuk-frontend will
have a yellow background set on :focus. It's particularly affecting links,
buttons and summary boxes. These elements also have a blue text in them,
which could cause difficulty to our users when it comes to reading the
content. It means we don't meet the required WCAG 2 AA standard [1].

Design system team thinks the roll out may take a long time, due to the
nature of it being used in the wide government and have no issues with
us overriding it with the provided black colour.

This is only a temporary solution and should be reverted back once the
issue upstream is resolved. [2]

[1]: https://snook.ca/technical/colour_contrast/colour.html#fg=005EA5,bg=FFBF47
[2]: alphagov/govuk-frontend#944
paroxp added a commit to alphagov/paas-admin that referenced this issue Aug 8, 2018
There is an issue, where all elements provided by the govuk-frontend will
have a yellow background set on :focus. It's particularly affecting links,
buttons and summary boxes. These elements also have a blue text in them,
which could cause difficulty to our users when it comes to reading the
content. It means we don't meet the required WCAG 2 AA standard [1].

Design system team thinks the roll out may take a long time, due to the
nature of it being used in the wide government and have no issues with
us overriding it with the provided black colour.

This is only a temporary solution and should be reverted back once the
issue upstream is resolved. [2]

[1]: https://snook.ca/technical/colour_contrast/colour.html#fg=005EA5,bg=FFBF47
[2]: alphagov/govuk-frontend#944
paroxp added a commit to alphagov/paas-admin that referenced this issue Aug 8, 2018
There is an issue, where all elements provided by the govuk-frontend will
have a yellow background set on :focus. It's particularly affecting links,
buttons and summary boxes. These elements also have a blue text in them,
which could cause difficulty to our users when it comes to reading the
content. It means we don't meet the required WCAG 2 AA standard [1].

Design system team thinks the roll out may take a long time, due to the
nature of it being used in the wide government and have no issues with
us overriding it with the provided black colour.

This is only a temporary solution and should be reverted back once the
issue upstream is resolved. [2]

[1]: https://snook.ca/technical/colour_contrast/colour.html#fg=005EA5,bg=FFBF47
[2]: alphagov/govuk-frontend#944
@NickColley NickColley added this to the v2.0.0 milestone Sep 6, 2018
@NickColley NickColley added the accessibility regulations failure Does not meet the Public Sector Accessibility Regulations (WCAG 2.2 level AA) label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility regulations failure Does not meet the Public Sector Accessibility Regulations (WCAG 2.2 level AA) accessibility
Projects
None yet
Development

No branches or pull requests

2 participants