hannalaakso
hannalaakso
[Travis is set to use the `stable` version of Node.js](https://github.com/alphagov/accessible-autocomplete/blob/e87bc9e8276a82eada9e4887502a7930a3b6981d/.travis.yml#L5) which is now 11. This is throwing up errors with `fibers` and `node-gyp`. 
User should be able to submit a form with autocomplete with a `null` value because they're being presented with a text box (the UI itself doesn't suggest it is a...
## Description Once we've finished the [WCAG 2.1 compliance work](https://github.com/alphagov/govuk-design-system/issues/677), we should consider increasing visibility of any known validation errors with our code due to accessibility, legacy etc fixes. This...
## What Allow strings in our component JavaScript to be customised/changed, to allow for text in other languages, e.g: Welsh. ## Why Some service teams have a requirement to provide...
## What Split out from https://github.com/alphagov/govuk-frontend/issues/1682 The 'menu' text in the header navigation toggle button currently cannot be customised using the header Nunjucks macro. We intended to fix this in...
Running Axe against the radios and checkboxes conditional reveals flags the following error ``` Radio inputs with the same name attribute value must be part of a group To solve...
## What Research into how other projects structure their JavaScript and deal with things like public vs private methods. We should: - consider previous investigations we've done into this -...
## What If a footer has multiple links that open in a new tab or window, our [guidance](https://github.com/alphagov/govuk-design-system/pull/1179) says you could (in order to save space and avoid repetition) consider...
## Description of the issue The focus and hover states on the GOV.UK product name in the header are much wider than the enclosed content **when the product name breaks...
## What Try applying some of the approaches we saw in https://github.com/alphagov/govuk-frontend/issues/1719 with GOV.UK Frontend to help us decide what approach to take and/or to ensure they work for us....