-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP-4790: Change approach to translation of Acceeesibility statement
Pending amendments to the accessibilty statement this removes the single accessibility view that uses separate translation files in favour of separate english and welsh views. This is because large [almost entirely] static html pages are more easily amended than calls to translation files, especially when we do not actually have any actual welsh translations.
- Loading branch information
Showing
5 changed files
with
152 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<%= page_template page_title: "Accessibility statement (Welsh placeholder)" do %> | ||
<h2 class="govuk-heading-m">Using this service</h2> | ||
|
||
<p class="govuk-body"> | ||
The Legal Aid Agency (LAA) is responsible for the ‘Apply for legal aid’ service. | ||
</p> | ||
|
||
<p class="govuk-body"> | ||
We want as many people as possible to be able to use this service. For example, that means you should be able to: | ||
</p> | ||
|
||
<ul class="govuk-list govuk-list--bullet"> | ||
<li>change colours, contrast levels and fonts</li> | ||
<li>zoom in up to 300% without the text spilling off the screen</li> | ||
<li>navigate most of the website using just a keyboard</li> | ||
<li>navigate most of the website using speech recognition software</li> | ||
<li>listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)</li> | ||
</ul> | ||
|
||
<p class="govuk-body"> | ||
<%= govuk_link_to("AbilityNet has advice on making your device easier to use", "https://mcmw.abilitynet.org.uk/") %> if you have a disability. | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">What to do if you cannot access part of this service</h2> | ||
|
||
<p class="govuk-body">If you need information on this service in a different format, contact [email protected]</p> | ||
|
||
<h2 class="govuk-heading-m">Reporting accessibility problems</h2> | ||
|
||
<p class="govuk-body"> | ||
We’re always looking to improve the accessibility of this service. If you find any problems that are not listed on this page or think we’re not meeting the requirements of the accessibility regulations, contact [email protected] giving details of the issue and any assistive technology you are using. | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Enforcement procedure</h2> | ||
|
||
<p class="govuk-body"> | ||
The Equality and Human Rights Commission (EHRC) is responsible for enforcing the | ||
accessibility regulations. If you’re not happy with how we respond to your | ||
complaint, <%= govuk_link_to("contact the Equality Advisory and Support Service (EASS).", "https://www.equalityadvisoryservice.com/") %> | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Technical information about this service’s accessibility</h2> | ||
|
||
<p class="govuk-body">The LAA is committed to making its service accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.</p> | ||
|
||
<h2 class="govuk-heading-m">Compliance status</h2> | ||
|
||
<p class="govuk-body"> | ||
This service is fully compliant with the <%= govuk_link_to("Web Content Accessibility Guidelines (WCAG) version 2.1", "https://www.w3.org/TR/WCAG21/") %> AA standard. | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Disproportionate burden</h2> | ||
|
||
<p class="govuk-body">Not applicable</p> | ||
|
||
<h2 class="govuk-heading-m">Content that’s not within the scope of the accessibility regulations</h2> | ||
|
||
<p class="govuk-body">There are pages which will be difficult for screen reader users to navigate due to the structure of the page.</p> | ||
|
||
<h2 class="govuk-heading-m">Third-party content</h2> | ||
|
||
<p class="govuk-body">This service engages a third-party open banking provider called TrueLayer. TrueLayer does not support Internet Explorer 11.</p> | ||
|
||
<p class="govuk-body">This service may direct some users to third-party websites and applications. We do not control these third-party websites and are not responsible for their accessibility compliance.</p> | ||
|
||
<h2 class="govuk-heading-m">How we tested this website</h2> | ||
|
||
<p class="govuk-body">This website was last tested on 16 October 2020. The test was carried out by the Digital Accessibility Centre (DAC).</p> | ||
|
||
<h2 class="govuk-heading-m">What we’re doing to improve accessibility</h2> | ||
|
||
<p class="govuk-body">We will monitor the accessibility of this website on an on-going basis and fix any accessibility issues reported to us.</p> | ||
|
||
<p class="govuk-body">This statement was prepared on 26 October 2020 and last updated on 24 February 2022.</p> | ||
|
||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<%= page_template page_title: "Accessibility statement V2" do %> | ||
<h2 class="govuk-heading-m">Using this service</h2> | ||
|
||
<p class="govuk-body"> | ||
The Legal Aid Agency (LAA) is responsible for the ‘Apply for legal aid’ service. | ||
</p> | ||
|
||
<p class="govuk-body"> | ||
We want as many people as possible to be able to use this service. For example, that means you should be able to: | ||
</p> | ||
|
||
<ul class="govuk-list govuk-list--bullet"> | ||
<li>change colours, contrast levels and fonts</li> | ||
<li>zoom in up to 300% without the text spilling off the screen</li> | ||
<li>navigate most of the website using just a keyboard</li> | ||
<li>navigate most of the website using speech recognition software</li> | ||
<li>listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)</li> | ||
</ul> | ||
|
||
<p class="govuk-body"> | ||
<%= govuk_link_to("AbilityNet has advice on making your device easier to use", "https://mcmw.abilitynet.org.uk/") %> if you have a disability. | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">What to do if you cannot access part of this service</h2> | ||
|
||
<p class="govuk-body">If you need information on this service in a different format, contact [email protected]</p> | ||
|
||
<h2 class="govuk-heading-m">Reporting accessibility problems</h2> | ||
|
||
<p class="govuk-body"> | ||
We’re always looking to improve the accessibility of this service. If you find any problems that are not listed on this page or think we’re not meeting the requirements of the accessibility regulations, contact [email protected] giving details of the issue and any assistive technology you are using. | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Enforcement procedure</h2> | ||
|
||
<p class="govuk-body"> | ||
The Equality and Human Rights Commission (EHRC) is responsible for enforcing the | ||
accessibility regulations. If you’re not happy with how we respond to your | ||
complaint, <%= govuk_link_to("contact the Equality Advisory and Support Service (EASS).", "https://www.equalityadvisoryservice.com/") %> | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Technical information about this service’s accessibility</h2> | ||
|
||
<p class="govuk-body">The LAA is committed to making its service accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.</p> | ||
|
||
<h2 class="govuk-heading-m">Compliance status</h2> | ||
|
||
<p class="govuk-body"> | ||
This service is fully compliant with the <%= govuk_link_to("Web Content Accessibility Guidelines (WCAG) version 2.1", "https://www.w3.org/TR/WCAG21/") %> AA standard. | ||
</p> | ||
|
||
<h2 class="govuk-heading-m">Disproportionate burden</h2> | ||
|
||
<p class="govuk-body">Not applicable</p> | ||
|
||
<h2 class="govuk-heading-m">Content that’s not within the scope of the accessibility regulations</h2> | ||
|
||
<p class="govuk-body">There are pages which will be difficult for screen reader users to navigate due to the structure of the page.</p> | ||
|
||
<h2 class="govuk-heading-m">Third-party content</h2> | ||
|
||
<p class="govuk-body">This service engages a third-party open banking provider called TrueLayer. TrueLayer does not support Internet Explorer 11.</p> | ||
|
||
<p class="govuk-body">This service may direct some users to third-party websites and applications. We do not control these third-party websites and are not responsible for their accessibility compliance.</p> | ||
|
||
<h2 class="govuk-heading-m">How we tested this website</h2> | ||
|
||
<p class="govuk-body">This website was last tested on 16 October 2020. The test was carried out by the Digital Accessibility Centre (DAC).</p> | ||
|
||
<h2 class="govuk-heading-m">What we’re doing to improve accessibility</h2> | ||
|
||
<p class="govuk-body">We will monitor the accessibility of this website on an on-going basis and fix any accessibility issues reported to us.</p> | ||
|
||
<p class="govuk-body">This statement was prepared on 26 October 2020 and last updated on 24 February 2022.</p> | ||
|
||
<% end %> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.