-
I'm going to add a few points that came out of a recent developer review, before three of our services are sent for an external accessibility audit.
### Inset text and Panel components
We're curre…
-
This has come up in some individual examples like:
- https://github.com/alphagov/govuk-frontend/issues/941
- when Dave was trying to build the GOV.UK Pay example
- https://github.com/alphagov/gov…
-
https://github.com/alphagov/govuk-design-system/blob/master/src/components/error-summary/linking-multiple-fields/index.njk#L29
The `govukDateInput`component does not accept a parameter `name`, only…
-
`lbh-frontend-react` is going to require a FormGroup component in order to correctly group form controls. I was looking for the form group styling and I found a file inside core, but it does not impor…
-
## What
Raised by a user at DWP
> On the date-input component (https://design-system.service.gov.uk/components/date-input/#error-messages), the example shown has each field (day, month and year) s…
-
There isn't a good way to do this at the moment. Informally we've adopted the convention of using blockquotes, but this isn't appropriate/accessible because of:
https://www.w3.org/TR/html/grouping…
-
Before links collapse into a menu on mobile, if the text is too long it can overlap the main header title.
(also why are these two links different colours?)
Potentially related - when the li…
-
This is an issue I have found in a few components that have array parameters.
[This example](https://github.com/alphagov/govuk-frontend/blob/master/src/govuk/components/header/template.njk#L62) ill…
-
Trying to import and use GOV.UK Frontend text inputs
```
{{ govukInput({
"label": {
"text": 'testing'
},
"id": "email_address",
"name": "email_address"
})}}
…
-
I am currently attempting to modify the `$govuk-page-width` variable. It is `960px !default`.
**My goal is to have a BEM modifier on the `govuk-width-container`. Something like `govuk-width-contai…