Skip to content

Commit

Permalink
Merge pull request #3145 from bitzesty/accessibility-update
Browse files Browse the repository at this point in the history
Chore: Updates accessibility statement
  • Loading branch information
phil-l-brockwell authored Nov 18, 2024
2 parents ceceba6 + 69eb84b commit 03e62ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions app/views/content_only/accessibility_statement.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ h1.govuk-heading-xl
li
| listen to most of the website using a screen reader (including the most recent versions of NVDA and VoiceOver)
p.govuk-body
| Weve also made the website text as simple as possible to understand.
| We've also made the website text as simple as possible to understand.
p.govuk-body
=> link_to 'AbilityNet', 'https://mcmw.abilitynet.org.uk/', target: '_blank', title: 'opens in a new window', rel: 'nofollow noreferrer'
| has advice on making your device easier to use if you have a disability.
Expand All @@ -45,7 +45,7 @@ h1.govuk-heading-xl
=< link_to '[email protected]', 'mailto:[email protected]'

p.govuk-body
| Well consider your request and get back to you in 15 days.
| We'll consider your request and get back to you in 15 days.

h2.govuk-heading-m
| Reporting accessibility problems with this website
Expand All @@ -55,7 +55,7 @@ h1.govuk-heading-xl
h2.govuk-heading-m
| Enforcement procedure
p.govuk-body
| The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the accessibility regulations). If youre not happy with how we respond to your complaint,
| The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the 'accessibility regulations'). If you're not happy with how we respond to your complaint,
=< link_to 'contact the Equality Advisory and Support Service (EASS)', 'https://www.equalityadvisoryservice.com/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow'
| .

Expand All @@ -75,27 +75,27 @@ h1.govuk-heading-xl
=< link_to '[email protected]', 'mailto:[email protected]', class: 'govuk-link'

h2.govuk-heading-m
| Technical information about this websites accessibility
| Technical information about this website's accessibility
p.govuk-body
| DBT is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.

h2.govuk-heading-m
| Compliance status
p.govuk-body
| This website is fully compliant with the
=< link_to 'Web Content Accessibility Guidelines version 2.1', 'https://www.w3.org/TR/WCAG21/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow'
=< link_to 'Web Content Accessibility Guidelines version 2.2', 'https://www.w3.org/TR/WCAG22/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow'
| AA standard.

h2.govuk-heading-l
| Disproportionate burden
h3.govuk-heading-m
| Content thats not within the scope of the accessibility regulations
| Content that's not within the scope of the accessibility regulations
p.govuk-body
| Some of our PDFs are non-essential to our users as they also exist in HTML form. For example, we have PDFs with case summary and feedback information.

h3.govuk-heading-m
| Preparation of this accessibility statement
p.govuk-body
| This statement was prepared on 1st November 2023.
| This statement was prepared on 18th November 2024.
p.govuk-body
| This website was last tested in September 2023. The test was carried out by Bit Zesty Limited.
| This website was last tested in November 2024. The test was carried out by Bit Zesty Limited.
10 changes: 5 additions & 5 deletions app/views/content_only/admin_accessibility_statement.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ h1.govuk-heading-xl
.article-container
article.group role="article"
p.govuk-body
| This website is run by the Department for Business and Trade (DBT). We are committed to ensuring that our application management interface is accessible to all users, including those with disabilities. We strive to adhere to the Web Content Accessibility Guidelines (WCAG) 2.1, Level AA, to ensure our platform is usable by as many people as possible.
| This website is run by the Department for Business and Trade (DBT). We are committed to ensuring that our application management interface is accessible to all users, including those with disabilities. We strive to adhere to the Web Content Accessibility Guidelines (WCAG) 2.2, Level AA, to ensure our platform is usable by as many people as possible.

h2.govuk-heading-m
| Measures to support accessibility
Expand All @@ -16,7 +16,7 @@ h1.govuk-heading-xl
li
strong
=> "Conformance to Standards:"
| We aim to comply with WCAG 2.1, Level AA standards.
| We aim to comply with WCAG 2.2, Level AA standards.
li
strong
=> "Regular Audits:"
Expand Down Expand Up @@ -127,12 +127,12 @@ h1.govuk-heading-xl
| Compliance status
p.govuk-body
| This website is fully compliant with the
=< link_to 'Web Content Accessibility Guidelines version 2.1', 'https://www.w3.org/TR/WCAG21/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow'
=< link_to 'Web Content Accessibility Guidelines version 2.2', 'https://www.w3.org/TR/WCAG22/', target: '_blank', title: 'opens in a new window', rel: 'noreferrer nofollow'
| AA standard.

h2.govuk-heading-m
| Preparation of this accessibility statement
p.govuk-body
| This statement was last updated on 1st November 2023.
| This statement was last updated on 18th November 2024.
p.govuk-body
| This website was last tested in September 2023. The test was carried out by Bit Zesty Limited.
| This website was last tested in November 2024. The test was carried out by Bit Zesty Limited.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ title = content_for?(:title) ? "#{'Appraisal view of ' if admin_in_read_only_mod
li.govuk-footer__inline-list-item
= link_to "Privacy Statement", privacy_path, class: 'govuk-footer__link'
li.govuk-footer__inline-list-item
- if request.path.include?("/users")
- if request.path.include?("/users") || current_user
= link_to "Accessibility Statement", accessibility_statement_path, class: 'govuk-footer__link'
- else
- else
= link_to "Accessibility Statement", admin_accessibility_statement_path, class: 'govuk-footer__link'
li.govuk-footer__inline-list-item
= link_to "Cookie Policy", cookies_path, class: 'govuk-footer__link'
Expand Down

0 comments on commit 03e62ef

Please sign in to comment.