Skip to content

Commit

Permalink
Remove pdf and update statement to use DfE standard template
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesJarvis committed Mar 14, 2024
1 parent 87f3fed commit c88ef70
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 43 deletions.
84 changes: 41 additions & 43 deletions app/views/pages/accessibility_statement.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
<div class="govuk-grid-row">
<article class="govuk-grid-column-full">
<%= page_heading do %>
Accessibility statement for the school experience service
Accessibility statement
<% end %>

<section>
<p>
This accessibility statement applies to the Get School Experience service.
</p>

<p>
This service is run by the Department for Education (DfE).
</p>
Expand All @@ -19,7 +23,8 @@
<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 service using just a keyboard and speech recognition software</li>
<li>navigate most of the service using just a keyboard</li>
<li>navigate most of the website using speech recognition software</li>
<li>
listen to most of the service using a screen reader (including the most
recent versions of JAWS, NVDA and VoiceOver)
Expand All @@ -31,29 +36,17 @@
</p>

<p>
For advice on making your device easier to use if you have a disability
visit <%= link_to 'AbilityNet', 'https://mcmw.abilitynet.org.uk/' %>.
</p>

<p>
You can also find advice on GOV.UK at <%= link_to 'Accessibility', 'https://www.gov.uk/help/accessibility' %>.
<%= link_to 'AbilityNet (opens in a new tab)', 'https://mcmw.abilitynet.org.uk/' %>
has advice on making your device easier to use if you have a disability..
</p>
</section>

<section>
<h2 class="govuk-heading-m">Service accessibility</h2>
<h2 class="govuk-heading-m">Feedback and contact information</h2>

<p>
We are not aware of any parts of our service which are not accessible.
</p>
</section>

<section>
<h2 class="govuk-heading-m">What to do if you cannot access parts of this service</h2>

<p>
Contact us if you need information on this service in accessible PDF, audio
recording, braille, easy read or large print format.
If you need information on this website in a different format like accessible PDF,
large print, easy read, audio recording or braille:
</p>

<ul class="govuk-list">
Expand All @@ -65,20 +58,20 @@
</ul>

<p>
We'll consider your request and get back to you within 5 working days.
We'll consider your request and get back to you in 5 working days.
</p>
</section>

<section>
<h2 class="govuk-heading-m">Reporting accessibility problems with this service</h2>
<h2 class="govuk-heading-m">Reporting accessibility problems with this website</h2>

<p>
We're always looking to improve the accessibility of this service.
</p>

<p>
If you find any problems that are not listed on this page or think we're
not meeting accessibility requirements email
If you find any problems not listed on this page or think we're
not meeting accessibility requirements, contact our helpdesk by emailing
<%= mail_to '[email protected]' %>.
</p>
</section>
Expand All @@ -101,51 +94,56 @@
</section>

<section>
<h2 class="govuk-heading-m">Technical information about this service's accessibility</h2>
<h2 class="govuk-heading-m">Technical information about this website's accessibility</h2>

<p>
DfE is committed to making its service accessible, in accordance with the
The Department for Education is committed to making its websites accessible, in accordance with the
Public Sector Bodies (Websites and Mobile Applications) (No. 2)
Accessibility Regulations 2018.
</p>

<p>
This service is fully compliant with the
This service is partially compliant with the
<%= link_to 'Web Content Accessibility Guidelines version 2.1', 'https://www.w3.org/TR/WCAG21/' %>
AA standard.
AA standard, due to the following non-compliances..
</p>

<h3 class="govuk-heading-s">
Navigation and accessing information
Non-compliance with the accessibility regulations
</h3>

<p>
We have not identified any problems relating to interactive tools and
transactions.
<ul class="govuk-list">
<li>If a candidate tries to search for a school experience placement without entering a postcode,
we do not surface an error message.
This does not meet WCAG version 2.1 <%= link_to 'A – 3.3.1 Error Identification', 'https://www.w3.org/WAI/WCAG21/Understanding/error-identification.html' %>
and <%= link_to 'AA – 3.3.3 Error Suggestion', 'https://www.w3.org/WAI/WCAG21/Understanding/error-identification.html' %>.</li>
<li>If a school is populating their school experience profile,
some questions within the form have checkboxes that do not
share a common legend. This does not meet WCAG version 2.1
<%= link_to 'A – 1.3.1 Info and Relationships', 'https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html' %>.</li>
</ul>
</p>
</section>

<section>
<h2 class="govuk-heading-m">How we tested this service</h2>

<h2 class="govuk-heading-m">What we're doing to improve accessibility</h2>
<p>
This service was last tested on 3 July 2019. The test was carried out by
the <%= link_to 'Digital Accessibility Centre (DAC)', 'https://digitalaccessibilitycentre.org/' %>.
We are currently working to address the known accessibility issues.
</p>

<p>
We tested our whole service platform.
We’ll continue to test the accessibility of this service as it develops.
</p>
</section>
<section>
<h2 class="govuk-heading-m">Preparation of this accessibility statement</h2>

<p>
You can read the full <%= link_to 'Digital Accessibility Centre Report', '/reports/school-experience-accessibility-report.pdf' %>.
This statement was prepared on 14 March 2024. It was last reviewed on 14 March 2024.
</p>
</section>

<aside>
<p class="govuk-hint">
This statement was prepared on 17 September 2019.
<p>
This website was last tested on 4 April 2022. The test was carried out by Digital Accessibility Centre (DAC) Limited.
</p>
</aside>
</section>
</article>
</div>
Binary file not shown.

0 comments on commit c88ef70

Please sign in to comment.