domoscargin
domoscargin
Going to add [this comment](https://github.com/alphagov/govuk-frontend/pull/2763#discussion_r945536046) here for future reference. I think we should simplify our tasks and get rid of the `destination` option. From what I can see: - The...
Hi @dalepotter, Thanks for this! We recommend you use [maximum word count](https://design-system.service.gov.uk/components/character-count/#consider-if-a-word-count-is-more-helpful) for longer answers which might help here. We think it's a sensible change to consider, since there will...
Encountered this recently on the DDaT skills assessment tool, which allows 3000 characters per character count. 
I'm inclined to do 1 or 3. `gulp.watch()` is a pretty core part of Gulp's functionality so I think 2 (deftly shown in #3428) feels like a step too far....
Paging @claireashworth, since the last bit of work on this is documentation. Though we first have to decide what polyfilling actually _looks_ like going forward.
Capturing some stuff we've been chatting about regarding non-vendor polyfills. [Intl.PluralRules](https://github.com/alphagov/govuk-frontend/blob/2c96f0e8d72f4d6332b0f9f75268920baa651488/packages/govuk-frontend/src/govuk/i18n.mjs#L115-L127) - https://github.com/alphagov/govuk-frontend/issues/3465 [Intl.NumberFormat](https://github.com/alphagov/govuk-frontend/blob/2c96f0e8d72f4d6332b0f9f75268920baa651488/packages/govuk-frontend/src/govuk/i18n.mjs#L129-L141) `onpageshow` (in character-count, checkboxes, radios) `HTMLDetailsElement` (in [Details](https://github.com/alphagov/govuk-frontend/issues/3464)) `matchMedia` (in header and tabs) Some of these...
Some non-obvious IE-related things to remove: * https://github.com/alphagov/govuk-frontend/blob/2c96f0e8d72f4d6332b0f9f75268920baa651488/packages/govuk-frontend/src/govuk/template.njk#L11-L12 * https://github.com/alphagov/govuk-frontend/blob/2c96f0e8d72f4d6332b0f9f75268920baa651488/packages/govuk-frontend/src/govuk/components/components.template.test.js#L61-L63 * `focusable="false"` on SVGs https://github.com/alphagov/govuk-frontend/blob/2c96f0e8d72f4d6332b0f9f75268920baa651488/packages/govuk-frontend/src/govuk/components/button/template.njk#L21-L23
Given that the problems brought up on this issue have been dealt with, I'm going to close this ticket in favour of #2717 and update that issue to reflect any...
Potential off-the-top-of-my-head ideas for workshop activities: 1. Some kind of card sorting exercise. We give folks generic content that might get linked to from various bits of the navigation, and...
Hi @laura-biscuits, thanks to @adyhoran1 there is now: https://github.com/alphagov/govuk-design-system-backlog/issues/264