Owen Jones
Owen Jones
## What Provide a way to easily switch between feature flag states in the review app ie: not just than manually changing a sass variable to true and reloading. @colinrotherham...
## What Investigate if the increased black border for the focus state of form inputs needs to be thicker. ## Why During testing of components against [WCAG 2.2 criterion 2.4.13:...
## Description of the issue The [tabs component](https://design-system.service.gov.uk/components/tabs/) doesn't meet the minimum requirements for [WCAG 2.2 criterion 2.4.13: focus appearance](https://www.w3.org/WAI/WCAG22/Understanding/focus-appearance.html) under circumstances where tab text is very short. This is...
## What Figure out how to present focus states for links of 4 or fewer characters and for components which use the link styles. ## Why During testing of components...
## What Revisit the focus state of the [button component](https://design-system.service.gov.uk/components/button/). ## Why During testing of this component against [WCAG 2.2 criterion 2.4.13: focus appearance](https://www.w3.org/WAI/WCAG22/Understanding/focus-appearance.html) as part of https://github.com/alphagov/govuk-frontend/issues/4347, it was...
## What Evaluate spacing between list items in our list styles. ## Why Whilst working on https://github.com/alphagov/govuk-design-system/issues/2862, we noticed that lists appear tightly spaced against the new typography scale. [See...
## What Figure out how to include the extra configuration in [our webpack example](https://github.com/alphagov/govuk-frontend/tree/main/docs/examples/webpack) ie: postcss, sass, babel etc into the test webpack config in our bundler integration tests (not...
## What Investigate ways to ensure that our [common js utilities](https://github.com/alphagov/govuk-frontend/tree/main/packages/govuk-frontend/src/govuk/common), primarily the multiple modules in [common/index/mjs](https://github.com/alphagov/govuk-frontend/blob/main/packages/govuk-frontend/src/govuk/common/index.mjs), are correctly tree-shaken when bundled. This includes but is not limited to splitting...
## What Ensure as many of our components as possible are responding when viewing govuk-frontend web pages on android devices and adjusting android's system font size. ## Why Govuk-frontend web...
## What Spike a sass mixin or function that could return both a CSS custom property and the sass variable said property is associated with. ## Why As part of...