beeps

Results 160 comments of beeps

@vanitabarrett Do you think we should wait until the JavaScript equivalent of this work is closer to completion before merging? It seems weird to release one without the other, even...

Note: It is already possible to do this by manually specifying the visually-hidden text in the Nunjucks `html` paramenter and setting `visuallyHiddenText` to an empty string. For example: ```nunjucks {{...

The above problems feel like they could be related to me: for example, we may want to make it so that there are protections against a component being initialised more...

Immediate issues that come to mind that warrant investigation: - Strings that contain quotation marks—these would likely need to be escaped or encoded in the data-* attribute. - Strings that...

Thanks @domoscargin, I think the first two in the order of precedence should be reversed. `data-*` attributes are scoped to a single instance of a component; whereas the others are...

I've made a very mild spike into this, essentially changing the Accordion component JS to add and remove `hidden="until-found"` on each sections content container (`.govuk-accordion__section-content`) instead of using class toggles...

As we're now planning to drop IE8 in v5 of Frontend, we will likely be dropping oldie entirely. Should we consider upgrading PostCSS a task for v5?

Changing the `` element to use `type="module"` is unfortunately not a complete quick fix. Defining it as a module scopes all of the variables within it, so `GOVUKFrontend` never becomes...

We may want to re-evaluate priority on this as we're starting to run into compatibility issues running node-sass with Node 16 on Apple Silicon Macs (#2574). node-sass has apparently been...

@romaricpascal I agree that the inconsistent use of the `attributes` parameter in the character count is something we should fix, but strictly speaking it's not a prerequisite for the internationalisation...