forked from angrytidy/ada-snapfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-pdf-data.json
More file actions
99 lines (99 loc) · 2.75 KB
/
test-pdf-data.json
File metadata and controls
99 lines (99 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"scan": {
"url": "https://example.com",
"timestamp": "2025-08-22T11:43:26.903Z",
"totalIssues": 5,
"issues": [
{
"id": "color-contrast",
"ruleId": "color-contrast",
"impact": "serious",
"description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
"help": "Elements must meet minimum color contrast ratio requirements",
"message": "Elements must meet minimum color contrast ratio requirements",
"wcag": "1.4.3",
"selector": "body > div:nth-child(1) > p:nth-child(2)",
"nodes": [
{
"target": [
"body > div:nth-child(1) > p:nth-child(2)"
]
}
]
},
{
"id": "image-alt",
"ruleId": "image-alt",
"impact": "critical",
"description": "Ensures <img> elements have alternate text or a role of none or presentation",
"help": "Images must have alternate text",
"message": "Images must have alternate text",
"wcag": "1.1.1",
"selector": "img[src='logo.png']",
"nodes": [
{
"target": [
"img[src='logo.png']"
]
}
]
},
{
"id": "button-name",
"ruleId": "button-name",
"impact": "critical",
"description": "Ensures buttons have accessible names",
"help": "Buttons must have accessible names",
"message": "Buttons must have accessible names",
"wcag": "4.1.2",
"selector": "button[type='submit']",
"nodes": [
{
"target": [
"button[type='submit']"
]
}
]
},
{
"id": "heading-order",
"ruleId": "heading-order",
"impact": "moderate",
"description": "Ensures the order of headings is semantically correct",
"help": "Heading levels should only increase by one",
"message": "Heading levels should only increase by one",
"wcag": "1.3.1",
"selector": "h1, h2, h3",
"nodes": [
{
"target": [
"h1",
"h2",
"h3"
]
}
]
},
{
"id": "link-name",
"ruleId": "link-name",
"impact": "minor",
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"message": "Links must have discernible text",
"wcag": "2.4.4",
"selector": "a[href='#']",
"nodes": [
{
"target": [
"a[href='#']"
]
}
]
}
],
"mode": "standard"
},
"includeAI": true,
"tier": "paid"
}