-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cookie page #13
Comments
I wonder if we need a pattern for this, given that there's guidance in the service manual? https://www.gov.uk/service-manual/technology/working-with-cookies-and-similar-technologies |
Don't we have to give users an option to opt-out of cookies? |
Hello @ralph-drewnowski, In December 2019 the Government Digital Service (GDS) will run a discovery with organisations across government to explore how opt-in consent to cookies on GOV.UK would impact analytics. After the discovery, GDS will update the Service Manual and GOV.UK Design System with relevant guidance or patterns. For general guidance on cookies you can read: Blog: Cookies – what does ‘good’ look like? (https://ico.org.uk/about-the-ico/news-and-events/news-and-blogs/2019/07/blog-cookies-what-does-good-look-like) |
We didn't have a pattern so just put something together using the relevant parts from the design system. Whilst a patter might seem like a bit of overkill, I think anything we can do to make pages like this less painful is a good thing. We could take this as an opportunity to include some same text, or provide some best practice in terms of what content could be included. On a side note, I think this should be renamed to https://www.claim-additional-teaching-payment.service.gov.uk/student-loans/cookies |
GOV.UK Design System working group review: Cookie page componentRepresentatives from the GOV.UK Design System working group reviewed this contribution in December 2020. Based on a majority vote, the group decided that:
They also made the following recommendations. Guidance
Design
Code
Next stepsBased on this feedback, the GOV.UK Design System team have agreed to:
|
Release of cookie pageThe cookie page pattern has been published in the Design System. The cookie page pattern tells users about the cookies you’re setting on their device and lets them accept or reject different types of non-essential cookies. This was developed together with the cookie banner component. Problems to solveWe looked to:
What we decided and what has changedWe decided:
How you can help our ongoing user researchShare your research or feedback by commenting on this issue or propose a change – read more about how to propose changes in GitHub |
We’ve made minor changes to this page to align with improved guidance on the cookie banner component. |
Minor terminology detail: The page talks about cookies 'set on the server'. All cookies are set on the client. A cookie can be set by a server (via the HTTP set-cookie response header) or by the client (via document.cookie using JavaScript), but not 'on the server'. |
The guidance to pre-select the "No" option on the consent radios if the user has not yet made a choice seems to contradict the rules for the radios component, which say:
Might it be better to leave the radios blank but functionally assume non-consent until the user makes a choice? That seems to achieve the same goal of not setting optional cookies without explicit consent while also not changing existing practice on radios (which must be one of the most commonly used components across gov services). |
We have removed the 'Experimental' tag from components, patterns, and guidance in the Design System. 😌 The tag was being used on the Cookies page pattern to raise awareness that more research is needed to validate it. However, we recently published new guidance on how to share findings from users which we hope will make it easier to collect and format more information about how the Design System is being used across services. If your team has used this component please let us know. 💪 |
Something I've noticed on this page - it conflicts with the guidance on using the cookie banner as it has something about redirecting people to the page? In comparison, the govuk design system just shows a success banner on the cookies page when people set it |
Use this issue to discuss the Cookies page guidance in the GOV.UK Design System
This pattern is related to the Cookie banner component
Anything else
The text was updated successfully, but these errors were encountered: