domoscargin
domoscargin
### Steps to reproduce: 1. Open Firefox 2. Browse to http://govuk-frontend-review.herokuapp.com/full-page-examples/update-your-account-details 3. Dismiss the banner (optional) 4. Leave form fields empty 5. Submit the form 6. When the page reloads,...
Adds the `menuButtonText` parameter to customise the text of the menu toggle button that appears on narrow screens. Cherry picked this from @querkmachine's spike [#2614] as the minimum changes required....
## Description of the issue While using NVDA 2020.3 on Firefox 81, if an invalid form is submitted twice, focus is not set on the Error Summary. This means that...
## What Remove all Gulp dependencies and replace them with our own scripts. ## Why We have [made the decision to move away from Gulp](https://github.com/alphagov/govuk-frontend/issues/2558) and write our own build...
## What Update `tasks/gulp/compile-assets.js` to remove the IE8-specific compilation tasks. There will likely be side-effects (for example: the `update-assets-version` task will fail because IE8 files are not compiled). ## Why...
## What Update `gulpfile.js` to replace Gulp with our own scripts. We'll want to make sure our tasks make sense (avoiding, for example, the situation we have now where we...
## What Update `tasks/gulp/asset-version.js` to replace Gulp with our own asset version update script. This task is responsible for adding the current version to filenames. ## Why We have [made...
## What Update `tasks/gulp/compile-assets.js` to replace the non-IE8 compile Gulp tasks with our own compile scripts. Updating the IE8 tasks depends on us removing that browser support, so has been...
## What Update `tasks/gulp/clean.js` to replace Gulp with our own clean script. This task is responsible for watching cleaning a destination directory. ## Why We have [made the decision to...
## What Update `tasks/gulp/copy-to-destination.js` to replace Gulp with our own file copying script. There are currently two tasks in this file, one for copying source files to a destination, and...