testaro 60.7.3 → 60.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "60.7.3",
3
+ "version": "60.7.4",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,16 +33,16 @@
33
33
  <main>
34
34
  <h1>Page with good and bad ARIA description references</h1>
35
35
  <p>WAVE is an application that tests web pages for <span aria-describedby="a11yWhat">accessibility</span></p>
36
- <p>Defect 1: MDN Web Docs is a website that documents the standards underlying <span aria-describedby="wwwWhat">the World Wide Web</span></p>
36
+ <p>Defect 1: MDN Web Docs is a website that documents the standards underlying <span aria-describedby="wwwWhat">the World Wide Web</span></p>
37
37
  <p>The three largest countries in North America are:</p>
38
38
  <ul>
39
39
  <li>Canada</li>
40
40
  <li aria-describedby="usaAlt">Defect 2: United States of America</li>
41
41
  <li>Mexico</li>
42
42
  </ul>
43
- <p id="usaALT">The United States of America is often called <q>America</q>.</p>
43
+ <p id="usaAlt">The United States of America is often called <q>America</q>.</p>
44
44
  <p id="a11yWhat">Accessibility is the quality of being designed and implemented for universal usability for users with a range of abilities and disabilities.</p>
45
- <p id="usaALT">The United States of America is often called <q>USA</q>.</p>
45
+ <p id="usaAlt">The United States of America is often called <q>USA</q>.</p>
46
46
  </main>
47
47
  </body>
48
48
  </html>