Skip to content

Commit

Permalink
Merge branch 'main' into edit-links-wcag-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-lau-sig7 authored Nov 19, 2024
2 parents 44c25b3 + 72d3c96 commit 14821d6
Show file tree
Hide file tree
Showing 19 changed files with 142 additions and 143 deletions.
160 changes: 80 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jstransformer-marked": "^1.4.0",
"jstransformer-nunjucks": "^1.2.0",
"lint-staged": "^15.2.10",
"marked": "^15.0.0",
"marked": "^15.0.1",
"marked-gfm-heading-id": "^4.1.1",
"marked-highlight": "^2.2.1",
"marked-smartypants": "^1.1.9",
Expand All @@ -94,7 +94,7 @@
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"puppeteer": "^23.3.0",
"rollup": "^4.25.0",
"rollup": "^4.27.2",
"sass-export": "^2.1.2",
"serve-static": "^1.16.2",
"sitemap": "^8.0.0",
Expand Down
18 changes: 9 additions & 9 deletions src/accessibility-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ The [GOV.UK Design System website](https://design-system.service.gov.uk/) was la

DAC tested a sample of pages to cover the different content types in the GOV.UK Design System website. They were:

- [the homepage](https://design-system.service.gov.uk/)
- [a short content page](https://design-system.service.gov.uk/community/design-system-working-group/)
- [a long content page](https://design-system.service.gov.uk/styles/layout/)
- [an overview page](https://design-system.service.gov.uk/community/)
- [a styles page](https://design-system.service.gov.uk/styles/headings/)
- [a component page](https://design-system.service.gov.uk/components/radios/)
- [a pattern page](https://design-system.service.gov.uk/patterns/question-pages/)
- the [GOV.UK Design System homepage](https://design-system.service.gov.uk/)
- a short content page: [Design System working group](https://design-system.service.gov.uk/community/design-system-working-group/)
- a long content page: [Layout styles](https://design-system.service.gov.uk/styles/layout/)
- an overview page: [Community section](https://design-system.service.gov.uk/community/)
- a styles page: [Headings styles](https://design-system.service.gov.uk/styles/headings/)
- a component page: [Radios component](https://design-system.service.gov.uk/components/radios/)
- a pattern page: [Question pages pattern](https://design-system.service.gov.uk/patterns/question-pages/)

DAC also tested the global search functionality that appears in the header of the GOV.UK Design System website.

Expand All @@ -101,11 +101,11 @@ The [GOV.UK Frontend documentation website](http://frontend.design-system.servic

DAC tested the [Technical Documentation Template](https://tdt-documentation.london.cloudapps.digital/), which is the template for the GOV.UK Frontend documentation website.

To learn more, read the [Technical Documentation Template accessibility statement](https://tdt-documentation.london.cloudapps.digital/accessibility/).
To learn more, read the [Accessibility statement for Technical Documentation Template and documentation](https://github.com/alphagov/tdt-documentation/blob/main/source/accessibility/index.html.md.erb).

### Frontend codebase

The GOV.UK Frontend codebase is not a website but a [code repository](https://github.com/alphagov/govuk-frontend) and [npm package](https://www.npmjs.com/package/govuk-frontend).
The GOV.UK Frontend codebase is not a website but a [code repository on GitHub](https://github.com/alphagov/govuk-frontend) and [a software package on npm (Node Package Manager)](https://www.npmjs.com/package/govuk-frontend).

Examples using the GOV.UK Frontend codebase were last audited for accessibility issues by an external group in May 2023. The audit was carried out by the [Digital Accessibility Centre (DAC)](https://digitalaccessibilitycentre.org/).

Expand Down
Loading

0 comments on commit 14821d6

Please sign in to comment.