Oliver Byford

Results 80 issues of Oliver Byford

#### Summary `MediaQueryList.addEventListener` was **not** based on EventTarget before Safari 14, otherwise it would implement the `addEventListener` and `removeEventListener` methods and so you would not need to use `addListener`. It...

data:api :rabbit2:

accessible-autocomplete is maintained by the [GOV.UK Design System team](https://design-system.service.gov.uk/get-in-touch/) as a standalone component. We’re only able to put in minimal work to support it. We provide support for: - accessibility...

## What Investigate whether we can update the accordion to use the `hidden="until-found"` attribute, as originally raised by @injms in https://github.com/alphagov/govuk-design-system-backlog/issues/1#issuecomment-1127769827: > The `hidden="until-found"` attribute looks to be an interesting...

πŸ” investigation
πŸ•” days
accordion

## What Enable link hover styles on links in the footer by reverting [this commit](https://github.com/alphagov/govuk-frontend/commit/8187b5733a767dfee5bff474010d8572abadac1b). We should make this change this once traffic from Chrome < 102 has dropped off...

typography
footer

## What Revisit the default value for the text decoration offset on links, set by `$govuk-link-underline-offset`: https://github.com/alphagov/govuk-frontend/blob/c9d331c2a155de6244c8fb240c22923e074a8099/src/govuk/settings/_links.scss#L39-L46 ## Why As noted in https://github.com/alphagov/govuk-frontend/pull/2183#issuecomment-831933308, when we introduced the new link styles...

πŸ•” hours
design
typography

## What The template for the Table component includes a number of classes which are not used for styling. - `govuk-table__head` on the `` - `govuk-table__body` on the `` -...

table

## Context We have the concept of 't-shirt sizes' (`xl`, `l`, `m`, `s`, `xs`) for text, for example headings, labels, legends, table captions. They use consistent font sizes, but the...

feature request
πŸ•” hours
sass / css
typography

## What Mark the `govuk-button--disabled` modifier class as deprecated, and communicate the change to users. ## Why Adding the `--disabled` modifier class to the button does not prevent users from...

accessibility
button

## What Relies on the class having been marked as deprecated in #2271. It's currently possible to make 'link buttons' look disabled by using the `.govuk-button--disabled` modifier class. However, it...

breaking change
button

At the minute, the new link styles introduced in 3.12.0 are disabled by default, and we require users to set a flag `$govuk-new-link-styles: true` before importing GOV.UK Frontend in order...

breaking change
typography