Skip to content

Commit 680dbbb

Browse files
committed
Update log screenshot and text copy
1 parent 5fbb012 commit 680dbbb

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

README.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,31 @@ This is a screenshot of the build log for the demo site:
2929
<details>
3030
<summary>Text from screnshot of demo site build log</summary>
3131

32-
``` bash
33-
Results for URL: file:///opt/build/repo/demo/404.html
34-
1:28:11 PM: • Error: ARIA hidden element must not contain focusable elements (https://dequeuniversity.com/rules/axe/4.3/aria-hidden-focus?application=axeAPI)
35-
1:28:11 PM: ├── aria-hidden-focus
36-
1:28:11 PM: ├── #content-not-found. > a
37-
1:28:11 PM: └── <a class="direct-link" href="#content-not-found." aria-hidden="true">#</a>
38-
1:28:11 PM: • Error: Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.3/color-contrast?application=axeAPI)
39-
1:28:11 PM: ├── color-contrast
40-
1:28:11 PM: ├── html > body > main > p > a
41-
1:28:11 PM: Creating deploy upload records
42-
1:28:11 PM: └── <a href="/" style="color:#aaa">home</a>
43-
1:28:11 PM: 2 Errors
44-
1:28:11 PM: Results for URL: file:///opt/build/repo/demo/posts/2018-05-01/index.html
45-
1:28:11 PM: • Error: Images must have alternate text (https://dequeuniversity.com/rules/axe/4.3/image-alt?application=axeAPI)
46-
1:28:11 PM: ├── image-alt
47-
1:28:11 PM: ├── html > body > main > div:nth-child(2) > figure > img
48-
1:28:11 PM: └── <img src="/img/cats-570x720.png" width="570" height="720">
49-
1:28:11 PM: 1 Errors
50-
1:28:11 PM: Results for URL: file:///opt/build/repo/demo/contact-me/index.html
51-
1:28:11 PM: • Error: Form elements must have labels (https://dequeuniversity.com/rules/axe/4.3/label?application=axeAPI)
52-
1:28:11 PM: ├── label
53-
1:28:11 PM: ├── html > body > main > div:nth-child(2) > form > textarea
54-
1:28:11 PM: └── <textarea height="auto" rows="10" width="100%" style="width: 100%"></textarea>
55-
1:28:11 PM: Starting post processing
56-
1:28:11 PM: 1 Errors
57-
1:28:11 PM: 4 accessibility violations found! Check the logs above for more information
32+
```
33+
9:49:36 PM: Results for URL: file:///opt/build/repo/demo/404.html
34+
9:49:36 PM: • Error: ARIA hidden element must not contain focusable elements (https://dequeuniversity.com/rules/axe/4.3/aria-hidden-focus?application=axeAPI)
35+
9:49:36 PM: ├── aria-hidden-focus
36+
9:49:36 PM: ├── #content-not-found. > a
37+
9:49:36 PM: └── <a class="direct-link" href="#content-not-found." aria-hidden="true">#</a>
38+
9:49:36 PM: • Error: Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.3/color-contrast?application=axeAPI)
39+
9:49:36 PM: ├── color-contrast
40+
9:49:36 PM: ├── html > body > main > p > a
41+
9:49:36 PM: └── <a href="/" style="color:#aaa">home</a>
42+
9:49:36 PM: 2 Errors
43+
9:49:36 PM: Results for URL: file:///opt/build/repo/demo/posts/2018-05-01/index.html
44+
9:49:36 PM: • Error: Images must have alternate text (https://dequeuniversity.com/rules/axe/4.3/image-alt?application=axeAPI)
45+
9:49:36 PM: ├── image-alt
46+
9:49:36 PM: ├── html > body > main > div:nth-child(2) > figure > img
47+
9:49:36 PM: └── <img src="/img/cats-570x720.png" width="570" height="720">
48+
9:49:36 PM: Creating deploy upload records
49+
9:49:36 PM: 1 Errors
50+
9:49:36 PM: Results for URL: file:///opt/build/repo/demo/contact-me/index.html
51+
9:49:36 PM: • Error: Form elements must have labels (https://dequeuniversity.com/rules/axe/4.3/label?application=axeAPI)
52+
9:49:36 PM: ├── label
53+
9:49:36 PM: ├── html > body > main > div:nth-child(2) > form > textarea
54+
9:49:36 PM: └── <textarea height="auto" rows="10" width="100%" style="width: 100%"></textarea>
55+
9:49:36 PM: 1 Errors
56+
9:49:36 PM: 4 accessibility issues found! Check the logs for more information.
5857
```
5958
</details>
6059

assets/plugin-a11y-log.png

-829 Bytes
Loading

0 commit comments

Comments
 (0)