-
This issue is from a May 2019 external accessibility audit report.
**WCAG Reference**: Usability feedback only, there is no WCAG related guidelines.
**Issue ID**: DAC_Issue33
**URL**: Throughout
…
-
Currently I'm including this whole repo as a dependency in my project so I can access the unbundled js to build my own components and produce a bundle that only includes the GOV.UK components I actual…
-
Every example shown has `isPageHeading` set to true:
https://design-system.service.gov.uk/components/radios/
https://design-system.service.gov.uk/components/checkboxes/
It's not clear from the ex…
-
## What
Decide if the cookie banner and the confirmation banner are the same component. Could be:
1. A single component which encapsulates the question banner and the confirmation banner
2. T…
-
## What
We now have three inline actions in the cookie banner. New styles may need to be introduced to keep all actions aligned, equally spaced and consistent.
The 'accept...' and 'reject...' acti…
-
In order to meet data protection regulations, we need to give end users the option to to enable and disable cookies, with them being disabled by default.
Requirements:
Need to give option for ou…
-
They've changed the size modifier to be --{modifier} rather than just {modifier}, is it possible to get these updated?
-
## Description of the issue
Using release 3.10.1 (https://github.com/alphagov/govuk-frontend/releases/tag/v3.10.1) and importing the 'govuk-frontend-3.10.1.min.js' file into the project, the conditio…
-
There have been a few questions raised about the styling of some of the form elements, specifically:
- their interactive states
- their colour contrast
- their spacing
Here's a before/after of…
-
Running `npm run test` passes, but standard now flags all uses of "var" instead of let/const. Eventually, this will become an error rather than a warning: https://standardjs.com/changelog.html#1601---…