Skip to content

Commit

Permalink
Merge pull request #30 from aurooba/add-a11y-statement
Browse files Browse the repository at this point in the history
Adds checklist item for Accessibility Statement
  • Loading branch information
aurooba authored Sep 18, 2023
2 parents e67b640 + c79c296 commit 0c2ac25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,16 @@ <h3>Get monthly tips to help you optimize your WordPress website</h3>
checker</a> – works on a single url basis.</li>
</ul>
</article>
<article class="checklist-item">
<input id="testforms" type="checkbox">
<label for="testforms" class="tickoff"><span role="heading" aria-level="4">Do you have an Accessibility Statement? (and is it current?)</span></label>
<p>Typically found in the footer, an accessibility statement is a fantastic way to communicate how folks can get help if they have problems using your site.</p> <p>While not legally required for most websites (although if you're in the public sector, you almost certainly do need one!), having one demonstrates your commitment to accessibility and is a solid informational page to have on your website.</p>
<ul>
<li><a rel="noopener" target="_blank"
href="https://theadminbar.com/accessibility-weekly/the-what-why-and-how-of-accessibility-statements/">The What, Why, and How of Accessibility Statements</a></li>
<li><a rel="noopener" target="_blank" href="https://www.w3.org/WAI/planning/statements/">Developing an Accessibility Statement</a></li>
</ul>
</article>
<article class="checklist-item">
<input id="lighthouse" type="checkbox">
<label for="lighthouse" class="tickoff"><span role="heading" aria-level="4">Run a Lighthouse
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
WPAudit.site
===================================
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
#### v0.6.3
#### Last updated: Feb 2, 2023
#### v0.6.4
#### Last updated: September 2023
#### Created by Aurooba Ahmed

A helpful checklist to audit your website for formatting, WordPress specific optimization, accessibility, performance, and security.
Expand Down

0 comments on commit 0c2ac25

Please sign in to comment.