Skip to content

Commit 7922a06

Browse files
committed
2 parents 58b8803 + 9df19ef commit 7922a06

11 files changed

Lines changed: 1748 additions & 60 deletions

File tree

.checks/wcag-report.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
{"error":"WCAG-check mislukt (axe-cli). Zie logs voor details."}
1+
[
2+
{
3+
"url": "http://localhost:8080/snapshot.html",
4+
"id": "color-contrast",
5+
"impact": "serious",
6+
"description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=webdriverjs",
8+
"nodes": [
9+
{
10+
"target": [
11+
".sidelabel"
12+
],
13+
"html": "<div class=\"sidelabel\">Geonovum Handreiking - Document</div>",
14+
"failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.98 (foreground color: #ffffff, background color: #80cc28, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
15+
}
16+
]
17+
},
18+
{
19+
"url": "http://localhost:8080/snapshot.html",
20+
"id": "scrollable-region-focusable",
21+
"impact": "serious",
22+
"description": "Ensure elements that have scrollable content are accessible by keyboard",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=webdriverjs",
24+
"nodes": [
25+
{
26+
"target": [
27+
".hljs"
28+
],
29+
"html": "<code aria-busy=\"false\" class=\"hljs xml\">",
30+
"failureSummary": "Fix any of the following:\n Element should have focusable content\n Element should be focusable"
31+
}
32+
]
33+
}
34+
]

0 commit comments

Comments
 (0)