Skip to content

Commit

Permalink
Adding WCAG 2.2 content to website
Browse files Browse the repository at this point in the history
Co-Authored-By: Anika Henke <[email protected]>
Co-Authored-By: Charlotte Downs <[email protected]>
Co-Authored-By: David Cox <[email protected]>
  • Loading branch information
4 people authored and colinrotherham committed Jan 11, 2024
1 parent 7ae0f67 commit bffa52c
Show file tree
Hide file tree
Showing 44 changed files with 798 additions and 23 deletions.
5 changes: 5 additions & 0 deletions config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module.exports = [
{
label: 'Community',
url: 'community'
},
{
label: 'Accessibility',
url: 'accessibility',
includeInSearch: true
}
]

Expand Down
6 changes: 3 additions & 3 deletions src/accessibility.md → src/accessibility-statement.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Accessibility
title: Accessibility statement
description: accessibility in the GOV.UK Design System
layout: layout-single-page-prose.njk
---

# Accessibility
# Accessibility statement

The GOV.UK Design System team at the Government Digital Service (<abbr>GDS</abbr>) maintains the following products:

Expand All @@ -16,7 +16,7 @@ This page explains how the team works to ensure these products are accessible.

The GOV.UK Prototype Kit website has a separate accessibility statement. [Read the GOV.UK Prototype Kit website accessibility statement](https://prototype-kit.service.gov.uk/docs/accessibility).

[Read our accessibility strategy](https://design-system.service.gov.uk/community/accessibility-strategy/) for more information on our current principles and work needed to improve the accessibility of the GOV.UK Design System.
[Read our accessibility strategy](https://design-system.service.gov.uk/accessibility/accessibility-strategy/) for more information on our current principles and work needed to improve the accessibility of the GOV.UK Design System.

[Read about how we test components using accessibility acceptance criteria](https://github.com/alphagov/govuk-frontend/blob/main/docs/contributing/test-components-using-accessibility-acceptance-criteria.md).

Expand Down
Loading

0 comments on commit bffa52c

Please sign in to comment.