Nick Colley
Nick Colley
I might be doing something really stupid, but it seems like when I run this script before it impacts the output of colour which my snapshot tests depend on. https://github.com/nickcolley/jest-axe/pull/14...
> We are struggling to disable chrome's autocomplete when using this. We can set `autocomplete: "new-password"` on the input, but not on the new input in the `autocomplete__wrapper`. You can...
This project does not support IE8 which if fine but it makes it hard to progressively use this without having scripts throw errors in older browsers, ideally we'd be able...
Expands the public API to include a new `$govuk-button-background-colour` scss variable. Allows users who brand GOV.UK to do so without brittle selector overrides which can break in future updates. This...
## What Write and share a proposal for our approach to internationalisation, specifically translating hardcoded strings in component JavaScript. The proposal needs to include: - details of how we expect...
While reviewing Colin's pull request I found myself giving known knowledge of how we work that is not written down. We should document: - we prefer to use automated tests...
Some components relying on 'clip-path' may be displaying in a way that is not ideal in IE11 / Edge, which don't support clip-path.  This...
Originally raised by @injms on [alphagov/govuk-design-system](https://github.com/alphagov/govuk-design-system/issues/524) > The aXe accessiblity tool flags two issues when using the conditional reveal radio component. Running aXe on the [example page](https://design-system.service.gov.uk/components/radios/conditional-reveal/index.html) shows the following...
When tabbing into the 'Ways to help' box the contrast between the [focus outline and the text is too low at 2.57](https://contrast-ratio.com/#%23212121-on-%23ad3448 ). ![Image of Ways to help box, shows...
While doing https://github.com/alphagov/govuk-design-system/pull/919 I realised most of our page titles are inconsistent. Some use a format like `subcategory - category`, others are a single sentence. This will improve the experience...