-
Notifications
You must be signed in to change notification settings - Fork 0
/
wcag-evaluation.json
110 lines (110 loc) · 3.48 KB
/
wcag-evaluation.json
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
100
101
102
103
104
105
106
107
108
109
110
{
"@context": {
"reporter": "http://github.com/w3c/wai-wcag-em-report-tool/",
"wcagem": "http://www.w3.org/TR/WCAG-EM/#",
"Evaluation": "wcagem:procedure",
"defineScope": "wcagem:step1",
"scope": "wcagem:step1a",
"step1b": { "@id": "wcagem:step1b", "@type": "@id" },
"conformanceTarget": "step1b",
"accessibilitySupportBaseline": "wcagem:step1c",
"additionalEvaluationRequirements": "wcagem:step1d",
"exploreTarget": "wcagem:step2",
"essentialFunctionality": "wcagem:step2b",
"pageTypeVariety": "wcagem:step2c",
"technologiesReliedUpon": "wcagem:step2d",
"selectSample": "wcagem:step3",
"structuredSample": "wcagem:step3a",
"randomSample": "wcagem:step3b",
"Website": "wcagem:website",
"Webpage": "wcagem:webpage",
"auditSample": "wcagem:step4",
"reportFindings": "wcagem:step5",
"documentSteps": "wcagem:step5a",
"commissioner": "wcagem:commissioner",
"evaluator": "wcagem:evaluator",
"evaluationSpecifics": "wcagem:step5b",
"WCAG": "http://www.w3.org/TR/WCAG/#",
"WCAG20": "http://www.w3.org/TR/WCAG20/#",
"WCAG21": "http://www.w3.org/TR/WCAG21/#",
"WAI": "http://www.w3.org/WAI/",
"A": "WAI:WCAG2A-Conformance",
"AA": "WAI:WCAG2AA-Conformance",
"AAA": "WAI:WCAG2AAA-Conformance",
"wcagVersion": "WAI:standards-guidelines/wcag/#versions",
"reportToolVersion": "wcagem:reportToolVersion",
"earl": "http://www.w3.org/ns/earl#",
"Assertion": "earl:Assertion",
"TestMode": "earl:TestMode",
"TestCriterion": "earl:TestCriterion",
"TestCase": "earl:TestCase",
"TestRequirement": "earl:TestRequirement",
"TestSubject": "earl:TestSubject",
"TestResult": "earl:TestResult",
"OutcomeValue": "earl:OutcomeValue",
"Pass": "earl:Pass",
"Fail": "earl:Fail",
"CannotTell": "earl:CannotTell",
"NotApplicable": "earl:NotApplicable",
"NotTested": "earl:NotTested",
"assertedBy": "earl:assertedBy",
"mode": "earl:mode",
"result": "earl:result",
"subject": "earl:subject",
"test": "earl:test",
"outcome": "earl:outcome",
"dcterms": "http://purl.org/dc/terms/",
"title": "dcterms:title",
"description": "dcterms:description",
"summary": "dcterms:summary",
"date": "dcterms:date",
"hasPart": "dcterms:hasPart",
"isPartOf": "dcterms:isPartOf",
"id": "@id",
"type": "@type",
"language": "@language"
},
"language": "en",
"type": "Evaluation",
"reportToolVersion": "3.0.3",
"defineScope": {
"id": "_:defineScope",
"scope": {
"description": "This is just an example.",
"title": "GitHub Action for WCAG reports in GitHub Issues"
},
"conformanceTarget": "AA",
"accessibilitySupportBaseline": "",
"additionalEvaluationRequirements": "",
"wcagVersion": "2.1"
},
"exploreTarget": {
"id": "_:exploreTarget",
"essentialFunctionality": "",
"pageTypeVariety": "",
"technologiesReliedUpon": ["HTML", "CSS", "WAI-ARIA", "JavaScript", "SVG"]
},
"selectSample": {
"id": "_:selectSample",
"structuredSample": [],
"randomSample": []
},
"auditSample": [],
"reportFindings": {
"date": {
"type": "http://www.w3.org/TR/NOTE-datetime",
"@value": "Sat Dec 09 2023"
},
"summary": "",
"title": "",
"commissioner": "",
"evaluator": "",
"documentSteps": [
{ "id": "_:about" },
{ "id": "_:defineScope" },
{ "id": "_:exploreTarget" },
{ "id": "_:selectSample" }
],
"evaluationSpecifics": ""
}
}