Skip to content

Commit

Permalink
Merge pull request #191 from DFE-Digital/audits
Browse files Browse the repository at this point in the history
Update Warning component on accessibility audits page
  • Loading branch information
andyjones81 authored Nov 4, 2024
2 parents 9e89f70 + 21496d0 commit 9e04f99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/accessibility/audits/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div class="govuk-warning-text">
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
<strong class="govuk-warning-text__text">
<span class="govuk-warning-text__assistive">Warning</span>
Services built using the prototype kit, must not be presented for audits. They are not intended for production quality products or services.
<span class="govuk-warning-text__assistive"> Warning </span>
"Services built using the prototype kit, must not be presented for audits. They are not intended for production quality products or services."
</strong>
</div>

Expand All @@ -23,11 +23,11 @@ <h2 class="govuk-heading-m">Testing and templates</h2>
<p>You should have your service audited by a professional accessibility auditor, such as an <a class="govuk-link" href="https://www.digitalmarketplace.service.gov.uk/buyers/frameworks/digital-outcomes-and-specialists-5/requirements/digital-outcomes" target="_blank">external audit provider</a> or the <a href="mailto:[email protected]">DfE internal accessibility team</a>.</p>
<p>The audit should satisfy the <a class="govuk-link" target="_blank" href="https://www.gov.uk/service-manual/helping-people-to-use-your-service/getting-an-accessibility-audit">audit requirements in the GOV.UK Service Manual</a> for device and browser combinations.</p>

<p>Before you send the service for an audiotr to review, you can find common issues by <a href="https://gist.github.com/tvararu/8752e3ec5446bfafa9224db958b48e79" class="govuk-link" target="_blank">using this Trello template</a>.</p>
<p>Before you send the service for an auditor to review, you can find common issues by using this <a href="https://gist.github.com/tvararu/8752e3ec5446bfafa9224db958b48e79" class="govuk-link" target="_blank">Trello template</a>.</p>

<p>You can also use the <a class="govuk-link" href="/downloads/wcag-checklist-december-2022.xlsx">spreadsheet to test against the full WCAG guidelines</a> as a checklist.</p>

<h2 class="govuk-heading-m">Prepare a requirements brief for an audit using WCAG-EM</h2>
<h2 class="govuk-heading-m">Prepare a requirements brief</h2>

<p>Audit requirements and reporting should be completed in line with <a class="govuk-link" href="/accessibility/evaluation-methodology">Website Accessibility Conformance Evaluation Methodology (WCAG-EM)</a>.</p>

Expand All @@ -41,4 +41,4 @@ <h2 class="govuk-heading-m">Prepare a requirements brief for an audit using WCAG
<li>if any part of your service was built by a third party</li>
</ul>

{% endblock %}
{% endblock %}

0 comments on commit 9e04f99

Please sign in to comment.