Skip to content

Commit

Permalink
AP-4790: Add response days and Remove "not within scope"
Browse files Browse the repository at this point in the history
Some final tweaks.
  • Loading branch information
jsugarman committed Dec 20, 2024
1 parent 38491e2 commit 0d73ca5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
10 changes: 3 additions & 7 deletions app/views/accessibility_statement/index.cy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</p>

<p class="govuk-body">If you need information on this service in a different format, email [email protected]</p>
<p class="govuk-body">We’ll consider your request and get back to you in [number] days</p>
<p class="govuk-body">We’ll consider your request and get back to you in 8 days</p>

<h2 class="govuk-heading-m">Enforcement procedure</h2>

Expand Down Expand Up @@ -63,10 +63,6 @@
<li>Remove actions on some pages not communicated to screen reader users. This fails WCAG 2.1 success criterion 1.3.1 (Info and Relationships)</li>
</ol>

<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.</p>
Expand All @@ -79,7 +75,7 @@

<h2 class="govuk-heading-m">Preparation of this accessibility statement</h2>

<p class="govuk-body">This statement was prepared on 26 October 2020. It was last updated on 24 February 2022.</p>
<p class="govuk-body">This statement was prepared on 26 October 2020. It was last updated on 20 December 2024.</p>

<p class="govuk-body">This website was last tested on 1 September 2023 against the WCAG 2.1 AA standard. The test was carried out by the Digital Accessibility Centre (DAC).</p>
<p class="govuk-body">This website was last tested on 1 September 2023 against the WCAG 2.1 AA standard. The test was carried out by UserVision.</p>
<% end %>
10 changes: 3 additions & 7 deletions app/views/accessibility_statement/index.en.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</p>

<p class="govuk-body">If you need information on this service in a different format, email [email protected]</p>
<p class="govuk-body">We’ll consider your request and get back to you in [number] days</p>
<p class="govuk-body">We’ll consider your request and get back to you in 8 days</p>

<h2 class="govuk-heading-m">Enforcement procedure</h2>

Expand All @@ -53,7 +53,7 @@
due to the non-compliances and exemptions listed below.
</p>

<h2 class="govuk-heading-m">Non-accessible content</h2>
<h2 class="govuk-heading-m">Non-accessible content</h2>

<p class="govuk-body">The content listed below is non-accessible for the following reasons.</p>

Expand All @@ -63,10 +63,6 @@
<li>Remove actions on some pages not communicated to screen reader users. This fails WCAG 2.1 success criterion 1.3.1 (Info and Relationships)</li>
</ol>

<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.</p>
Expand All @@ -81,5 +77,5 @@

<p class="govuk-body">This statement was prepared on 26 October 2020. It was last updated on 20 December 2024.</p>

<p class="govuk-body">This website was last tested on 1 September 2023 against the WCAG 2.1 AA standard. The test was carried out by the Digital Accessibility Centre (DAC).</p>
<p class="govuk-body">This website was last tested on 1 September 2023 against the WCAG 2.1 AA standard. The test was carried out by UserVision.</p>
<% end %>
2 changes: 1 addition & 1 deletion spec/requests/accessibility_statement_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.and have_css("h2", text: "Enforcement procedure")
.and have_css("h2", text: "Technical information about this service’s accessibility")
.and have_css("h2", text: "Compliance status")
.and have_css("h2", text: "Content that’s not within the scope of the accessibility regulations")
.and have_css("h2", text: "Non-accessible content")
.and have_css("h2", text: "Third-party content")
.and have_css("h2", text: "What we’re doing to improve accessibility")
.and have_css("h2", text: "Preparation of this accessibility statement")
Expand Down

0 comments on commit 0d73ca5

Please sign in to comment.