Oliver Byford

Results 80 issues of Oliver Byford

## Brief This is a collection of 'small stories' that we plan to work on in Cycle 5. We do not need to complete them all. **The other epics take...

epic

## Brief By the end of the cycle, ensure that the password component meets our [contribution criteria for developing a component or pattern](https://design-system.service.gov.uk/community/contribution-criteria/#developing-a-component-or-pattern) and is ready to be published, taking...

epic

## Overview ```[tasklist] ### Tasks - [ ] https://github.com/alphagov/govuk-design-system/issues/3457 - [ ] https://github.com/alphagov/govuk-design-system/issues/3567 ```

On smaller viewports (around 340px), the variables table overflows, because `containerClasses` in the first column and `property="og:image"` in the right-hand column are not able to wrap. ![design-system service gov uk_styles_page-template_(iPhone...

🐛 bug
page template
website

Also known as: captcha, recaptcha, honeypot, rate limiting, bot detection ## What A consistent approach to filtering out spam form submissions across GOV.UK - especially if the approach requires some...

pattern

All references to `filterLocale` from within the class appear to have been removed in 4631b19eca590790809a645a6cee9b5a558eefb6 and [there don't appear to be any other instances of it within alphagov](https://github.com/search?q=org%3Aalphagov%20filterLocale&type=code). https://github.com/alphagov/govuk_publishing_components/blob/656cee60338659445ef169d16d4737aa4d88f64f/app/assets/javascripts/govuk_publishing_components/components/accordion.js#L117-L124 On...

Hey 👋 There are two broken images in the README, both of which reference `https://github.com/charity/tech-leads-study-group/images/homework.png`. This image doesn't appear to exist in the repo, and I don't think you can...

As noted in #238, the tests for the collapsible navigation JavaScript are not particularly comprehensive. They do not cover things like: - skipping navigation items without children - the expanded/collapsed...

Rather than including a [separate favicon](https://github.com/alphagov/tech-docs-gem/blob/210d3d496b0a08b752a5ffd14cc3d0bca3f5bf80/lib/source/favicon.ico), use the favicon bundled with GOV.UK Frontend, which is linked at `assets/govuk/assets/images/favicon.ico`.

The meta tags helper hardcodes an opengraph image at `/images/govuk-large.png`: https://github.com/alphagov/tech-docs-gem/blob/210d3d496b0a08b752a5ffd14cc3d0bca3f5bf80/lib/govuk_tech_docs/meta_tags.rb#L50-L52 This image does not exist in `tech-docs-gem` or `tech-docs-template`, and so 404s in most (all?) documentation projects. The opengraph...