mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 18:38:57 -04:00
Merge pull request #3677 from alphagov/remove-issue-from-accessibility-statement
Remove issue related to focus shifting onload
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
<li>low vision users cannot access the table we use to show CSV data when viewed at high zoom</li>
|
||||
<li>screen reader users may find the process of moving templates and folders confusing</li>
|
||||
<li>one page links to a PDF document that is not fully accessible</li>
|
||||
<li>screen readers users may be disorientated when pages load with the focus on a specific area</li>
|
||||
<li>the Notify status page has several accessibility issues</li>
|
||||
</ul>
|
||||
|
||||
@@ -105,10 +104,6 @@
|
||||
Screen reader users may find the process of moving templates and folders confusing. This fails <a class="govuk-link" href="https://www.w3.org/TR/WCAG21/#name-role-value">WCAG 4.1.2 success criteria (Name, role, value)</a>. We plan to fix this by November 2020.
|
||||
</p>
|
||||
|
||||
<p class="govuk-body">
|
||||
Screen reader users may find it confusing that a specific part of some pages is focused when they load. This fails <a class="govuk-link" href="https://www.w3.org/TR/WCAG21/#focus-order">WCAG 2.4.3 success criteria (Focus Order)</a>. We plan to fix this by October 2020.
|
||||
</p>
|
||||
|
||||
<h3 class="heading-small">
|
||||
PDFs and other documents
|
||||
</h3>
|
||||
@@ -173,6 +168,6 @@
|
||||
</p>
|
||||
|
||||
<p class="govuk-body">
|
||||
This statement was prepared on 23 September 2020. It was last reviewed on 23 September 2020.
|
||||
This statement was prepared on 23 September 2020. It was last reviewed on 29 September 2020.
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user