-
## What
I've been looking at Mark Green's list of [potential enhancements to Design System and Frontend docs](https://docs.google.com/document/d/1VkwsxBOGeUbu4DHZ-q1dWI2CpGh4qHKfmFJ75B5NOI0/edit?ts=5…
-
## What
Work out what attributes and roles we want to set on the component.
Where possible and appropriate, it should be consistent with the attributes on our existing components.
There are a …
-
The govukFooter component (https://design-system.service.gov.uk/components/footer/) contains hard-coded English text for the copyright and licence statement. This issue has been referenced in issues:
…
-
## What
Links in the error summary are red, because we target them in the component CSS:
https://github.com/alphagov/govuk-frontend/blob/2b7a162b0f915483190ad56b5b15c543b8cd36c9/src/govuk/compon…
-
Including an H1 in a legend by default is not semantically correct.
When writing:
```ruby
legend: { text: "Legend text" }
```
The following HTML is output, defaulting to using an H1 tag:
`…
-
I'm having an issue working out the best way to override certain variables in components.
Here is my scss simplified:
_application.scss_
```scss
$govuk-footer-text: $nevada;
@import "~govuk…
-
## Steps to reproduce
`make all-apps`
## Stack trace
## Issue
[We've talked about removing all-apps in the past.](https://github.com/alphagov/govuk-docker/issues/384#issuecomment-669862676…
-
## What
As part of our accessibility research (https://github.com/alphagov/govuk-design-system/issues/1377), we want to amend the existing [GaaP assistive research prototype](https://github.com/alpha…
-
Recently, the feedback component was updated to use visual buttons instead of links with `role="button"` to be compliant with WCAG 2.1 AA. PR: https://github.com/alphagov/govuk_publishing_components/p…
-
I'm not sure that this is a best practice. If it is, I'm not sure why it isn't in the HTML example provided https://service-manual.nhs.uk/design-system/components/warning-callout
I'm pretty sure th…