Tom Byers
Tom Byers
I've done some research on this pattern that might prove useful, talking to the designers involved and looking through the references in the description. ## Themes Across all the references...
@fofr does your implementation include messaging for when users go over the number of words? Curious because I've had that in previous projects but not sure it was ever validated...
www.gov.uk has a banner shown to users of older browsers: (That screenshot is from IE10 on Windows 7.) It links through to this page: https://www.gov.uk/help/browsers [The code that shows the...
Thanks for the comment @tameemsafi. The code is from 6 years old when the browser support went down to IE6(!) so jQuery was useful to plug all the gaps in...
@nickcolley I didn't know that was why we didn't ever do the logic on the server-side, thanks! Do you know why [the cookie message is shown by JS](https://github.com/alphagov/govuk_template/blob/master/source/assets/javascripts/cookie-bar.js#L11) but [the...
I'm plugging Design System into GOV.UK Notify at the moment. The majority of our pages contain form controls (which will soon use components) so this would benefit us as well.
Could possibly be considered alongside these other issues about the size of click targets: - [Tap targets on links within lists are too small](https://github.com/alphagov/govuk-frontend/issues/2118) - [Consider larger elements for a...
Since I raised this issue, my team (GOV.UK Notify) has implemented a fix for the issue so its worth adding an update. We decided that fragment identifiers **should** be stripped...