Owen Jones

Results 63 issues of 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...

feature request
tooling

## 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:...

accessibility
accessibility-concern
WCAG 2.2

## 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...

🐛 bug
accessibility
tabs
accessibility-concern
WCAG 2.2

## 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...

accessibility
typography
accessibility-concern
WCAG 2.2

## 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...

accessibility
button
accessibility-concern
WCAG 2.2

## 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...

🔍 investigation
typography

## 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...

documentation
tech debt

## 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...

performance
javascript

## 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...

🐛 bug
accessibility

## 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...

sass / css