Remove issue related to CSV table focus

This commit is contained in:
Tom Byers
2020-09-23 11:10:37 +01:00
parent eba78ebf89
commit 5e18988a3b

View File

@@ -39,7 +39,6 @@
</p>
<ul class="govuk-list govuk-list--bullet">
<li>low vision users cannot access the table we use to show CSV data when viewed at high zoom</li>
<li>keyboard-only and voice activation users cannot focus on the table we use to show CSV data</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>
@@ -102,10 +101,6 @@
Low vision users cannot access the table we use to show CSV data when viewed at high zoom. This fails <a class="govuk-link" href="https://www.w3.org/TR/WCAG21/#reflow">WCAG 1.4.10 success criteria (Reflow)</a>. We plan to fix this by the end of 2020.
</p>
<p class="govuk-body">
Keyboard-only and voice activation users cannot focus on the table we use to show CSV data. This fails <a class="govuk-link" href="https://www.w3.org/TR/WCAG21/#keyboard">WCAG 2.1.1 success criteria (Keyboard)</a>. We plan to fix this by November 2020.
</p>
<p class="govuk-body">
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>