@verndale/accessibility-standards 1.0.0 → 3.0.0
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/OPERATING.md +3 -1
- package/README.md +4 -0
- package/bin/accessibility-standards.mjs +1 -1
- package/dist/manifest.json +159 -101
- package/dist/profiles/ai-orchestration/coverage-manifest.json +724 -68
- package/dist/profiles/ai-orchestration/implementation/accessibility.md +825 -10
- package/dist/profiles/ai-orchestration/pattern-contracts.json +1015 -343
- package/dist/profiles/ai-orchestration/patterns/accordion.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/alert.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/carousel.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/checkbox.md +27 -0
- package/dist/profiles/ai-orchestration/patterns/combobox.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/consequential-submission.md +15 -1
- package/dist/profiles/ai-orchestration/patterns/dialog.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/disclosure.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/dynamic-status.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/field.md +15 -0
- package/dist/profiles/ai-orchestration/patterns/image.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/listbox.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/media-player.md +17 -0
- package/dist/profiles/ai-orchestration/patterns/menu-button.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/menu.md +30 -0
- package/dist/profiles/ai-orchestration/patterns/pagination.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/popover.md +15 -0
- package/dist/profiles/ai-orchestration/patterns/progress.md +15 -0
- package/dist/profiles/ai-orchestration/patterns/radio-group.md +27 -0
- package/dist/profiles/ai-orchestration/patterns/slider.md +31 -0
- package/dist/profiles/ai-orchestration/patterns/spinbutton.md +28 -0
- package/dist/profiles/ai-orchestration/patterns/tabs.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/tooltip.md +14 -0
- package/dist/profiles/ai-orchestration/patterns/tree-view.md +31 -0
- package/dist/profiles/ai-orchestration/patterns/validation.md +15 -0
- package/dist/profiles/ai-orchestration/review/accessibility.md +21 -6
- package/dist/profiles/ai-orchestration/semantics/accessible-authentication.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/accessible-name.md +8 -1
- package/dist/profiles/ai-orchestration/semantics/alert.md +7 -0
- package/dist/profiles/ai-orchestration/semantics/consequential-action.md +6 -1
- package/dist/profiles/ai-orchestration/semantics/consistent-help.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/data-table.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/dragging-alternative.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/expanded-state.md +6 -0
- package/dist/profiles/ai-orchestration/semantics/focus.initial.md +4 -0
- package/dist/profiles/ai-orchestration/semantics/focus.return.md +4 -0
- package/dist/profiles/ai-orchestration/semantics/focus.visible.md +8 -1
- package/dist/profiles/ai-orchestration/semantics/form-error.md +8 -1
- package/dist/profiles/ai-orchestration/semantics/form-label.md +7 -0
- package/dist/profiles/ai-orchestration/semantics/form-required.md +7 -0
- package/dist/profiles/ai-orchestration/semantics/headings.md +7 -0
- package/dist/profiles/ai-orchestration/semantics/keyboard.escape.md +4 -0
- package/dist/profiles/ai-orchestration/semantics/keyboard.md +7 -0
- package/dist/profiles/ai-orchestration/semantics/landmarks.md +6 -0
- package/dist/profiles/ai-orchestration/semantics/live-status.md +7 -1
- package/dist/profiles/ai-orchestration/semantics/media-alternatives.md +11 -0
- package/dist/profiles/ai-orchestration/semantics/motion-control.md +8 -1
- package/dist/profiles/ai-orchestration/semantics/name-role-value.md +6 -1
- package/dist/profiles/ai-orchestration/semantics/native-dialog.md +7 -0
- package/dist/profiles/ai-orchestration/semantics/native-elements.md +5 -0
- package/dist/profiles/ai-orchestration/semantics/non-text-alternative.md +5 -0
- package/dist/profiles/ai-orchestration/semantics/redundant-entry.md +13 -0
- package/dist/profiles/ai-orchestration/semantics/roles-states-properties.md +6 -0
- package/dist/profiles/ai-orchestration/semantics/selected-state.md +6 -0
- package/dist/profiles/ai-orchestration/semantics/target-size.md +6 -1
- package/dist/profiles/ai-orchestration/semantics.json +843 -100
- package/dist/profiles/ai-orchestration/testing/accessibility.md +33 -3
- package/dist/profiles/ai-orchestration/ui-design-brain-bindings.json +836 -0
- package/dist/profiles/conductor/a11y-semantics.md +270 -10
- package/dist/profiles/conductor/accessibility-quality.md +557 -1
- package/dist/profiles/conductor/applicability-matrix.json +270 -230
- package/dist/profiles/conductor/coverage-manifest.json +724 -68
- package/dist/profiles/conductor/pattern-contracts.json +1015 -343
- package/dist/profiles/conductor/patterns/accordion.json +42 -24
- package/dist/profiles/conductor/patterns/alert.json +36 -18
- package/dist/profiles/conductor/patterns/carousel.json +43 -25
- package/dist/profiles/conductor/patterns/checkbox.json +67 -0
- package/dist/profiles/conductor/patterns/combobox.json +44 -26
- package/dist/profiles/conductor/patterns/consequential-submission.json +41 -22
- package/dist/profiles/conductor/patterns/dialog.json +44 -26
- package/dist/profiles/conductor/patterns/disclosure.json +40 -22
- package/dist/profiles/conductor/patterns/dynamic-status.json +38 -19
- package/dist/profiles/conductor/patterns/field.json +58 -22
- package/dist/profiles/conductor/patterns/image.json +48 -19
- package/dist/profiles/conductor/patterns/listbox.json +42 -24
- package/dist/profiles/conductor/patterns/media-player.json +76 -26
- package/dist/profiles/conductor/patterns/menu-button.json +41 -23
- package/dist/profiles/conductor/patterns/menu.json +78 -0
- package/dist/profiles/conductor/patterns/pagination.json +41 -22
- package/dist/profiles/conductor/patterns/popover.json +49 -23
- package/dist/profiles/conductor/patterns/progress.json +45 -20
- package/dist/profiles/conductor/patterns/radio-group.json +69 -0
- package/dist/profiles/conductor/patterns/slider.json +84 -0
- package/dist/profiles/conductor/patterns/spinbutton.json +74 -0
- package/dist/profiles/conductor/patterns/tabs.json +41 -23
- package/dist/profiles/conductor/patterns/tooltip.json +38 -20
- package/dist/profiles/conductor/patterns/tree-view.json +77 -0
- package/dist/profiles/conductor/patterns/validation.json +59 -23
- package/dist/profiles/conductor/semantics.json +843 -100
- package/dist/profiles/conductor/ui-design-brain-bindings.json +836 -0
- package/dist/projection-manifest.json +123 -82
- package/dist/requirements-to-implementation.md +8 -0
- package/lib/build-manifest.mjs +12 -6
- package/lib/build.mjs +21 -7
- package/lib/compile-applicability.mjs +131 -10
- package/lib/coverage.mjs +20 -0
- package/lib/digest.mjs +8 -0
- package/lib/index.mjs +1 -1
- package/lib/load.mjs +44 -1
- package/lib/provenance.mjs +51 -0
- package/lib/render.mjs +115 -31
- package/lib/sync.mjs +242 -28
- package/lib/validate.mjs +557 -24
- package/package.json +27 -10
- package/profiles/ai-orchestration/profile.json +1 -1
- package/profiles/ai-orchestration/templates/patterns/README.md +1 -1
- package/profiles/ai-orchestration/templates/review/README.md +1 -1
- package/profiles/ai-orchestration/templates/semantics/README.md +1 -1
- package/profiles/ai-orchestration/templates/testing/README.md +1 -1
- package/profiles/conductor/profile.json +1 -1
- package/profiles/conductor/templates/evidence/README.md +1 -1
- package/profiles/conductor/templates/patterns/README.md +1 -1
- package/profiles/conductor/templates/semantics/README.md +1 -1
- package/schemas/consumer-config.schema.json +1 -1
- package/schemas/contract.schema.json +1 -0
- package/schemas/manifest.schema.json +1 -1
- package/schemas/pattern.schema.json +98 -1
- package/schemas/profile.schema.json +1 -1
- package/schemas/projection-manifest.schema.json +84 -1
- package/schemas/semantic.schema.json +26 -1
- package/schemas/standards-reference.schema.json +105 -0
- package/schemas/ui-design-brain-bindings.schema.json +86 -0
- package/schemas/wcag-coverage.schema.json +93 -0
- package/src/applicability/facts.yml +27 -1
- package/src/applicability/matrix.yml +8 -9
- package/src/applicability/ui-design-brain-bindings.yml +196 -0
- package/src/contract.yml +1 -0
- package/src/coverage/wcag-2.2.yml +68 -0
- package/src/patterns/disclosure/accordion.yml +1 -1
- package/src/patterns/disclosure/disclosure.yml +1 -1
- package/src/patterns/feedback/alert.yml +1 -1
- package/src/patterns/feedback/dynamic-status.yml +1 -1
- package/src/patterns/feedback/progress.yml +1 -1
- package/src/patterns/forms/consequential-submission.yml +1 -1
- package/src/patterns/forms/field.yml +1 -1
- package/src/patterns/forms/spinbutton.yml +1 -0
- package/src/patterns/forms/validation.yml +1 -1
- package/src/patterns/media/carousel.yml +1 -1
- package/src/patterns/media/image.yml +1 -1
- package/src/patterns/media/media-player.yml +1 -1
- package/src/patterns/navigation/menu-button.yml +1 -1
- package/src/patterns/navigation/menu.yml +1 -0
- package/src/patterns/navigation/pagination.yml +1 -1
- package/src/patterns/navigation/tabs.yml +1 -1
- package/src/patterns/navigation/tree-view.yml +1 -0
- package/src/patterns/overlays/dialog.yml +1 -1
- package/src/patterns/overlays/popover.yml +1 -1
- package/src/patterns/overlays/tooltip.yml +1 -1
- package/src/patterns/selection/checkbox.yml +1 -0
- package/src/patterns/selection/combobox.yml +1 -1
- package/src/patterns/selection/listbox.yml +1 -1
- package/src/patterns/selection/radio-group.yml +1 -0
- package/src/patterns/selection/slider.yml +1 -0
- package/src/semantics/accessible-names.yml +1 -1
- package/src/semantics/forms.yml +1 -1
- package/src/semantics/headings-landmarks.yml +1 -1
- package/src/semantics/keyboard-focus.yml +1 -1
- package/src/semantics/live-regions.yml +1 -1
- package/src/semantics/media.yml +1 -1
- package/src/semantics/native-elements.yml +1 -1
- package/src/semantics/roles-states-properties.yml +1 -1
- package/src/semantics/tables.yml +1 -1
- package/src/semantics/wcag-2.2.yml +1 -0
- package/src/sources.yml +1 -1
|
@@ -1,289 +1,1032 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_generated": "GENERATED by @verndale/accessibility-standards; DO NOT EDIT",
|
|
3
|
-
"
|
|
3
|
+
"_provenance": {
|
|
4
|
+
"package": "@verndale/accessibility-standards@3.0.0",
|
|
5
|
+
"profile": "ai-orchestration",
|
|
6
|
+
"profile_digest": "de396e9a23010dff2e8abf3ae7e8500153599583ffa31a595b3a94fbe9df3da4",
|
|
7
|
+
"profile_version": "3.0.0",
|
|
8
|
+
"schema_version": 3,
|
|
9
|
+
"source_digest": "708ac82783bfb5ebcce31e4dada15d8580863f5e37b32d1807adf61e415ed5af"
|
|
10
|
+
},
|
|
11
|
+
"foundations": [
|
|
12
|
+
{
|
|
13
|
+
"id": "foundation.conformance-boundary",
|
|
14
|
+
"kind": "foundation",
|
|
15
|
+
"requirement": "Automated checks provide evidence but do not establish conformance; every applicable outcome needs its declared proof routes.",
|
|
16
|
+
"title": "Conformance boundary",
|
|
17
|
+
"version": "1.0.0"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": "foundation.standards-hierarchy",
|
|
21
|
+
"kind": "foundation",
|
|
22
|
+
"requirement": "Prefer native platform semantics; apply WCAG conformance, ARIA only where needed, APG interaction guidance, then non-conflicting product policy.",
|
|
23
|
+
"title": "Standards hierarchy",
|
|
24
|
+
"version": "1.0.0"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "foundation.wcag-2.2",
|
|
28
|
+
"kind": "foundation",
|
|
29
|
+
"requirement": "Meet WCAG 2.2 Level A and AA. Target size minimum is 24 by 24 CSS pixels or an allowed exception; 44 by 44 is enhanced guidance only.",
|
|
30
|
+
"title": "WCAG 2.2 AA baseline",
|
|
31
|
+
"version": "1.0.0"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"policies": [
|
|
35
|
+
{
|
|
36
|
+
"id": "policy.enhanced-quality",
|
|
37
|
+
"kind": "policy",
|
|
38
|
+
"requirement": "Enhanced guidance is advisory and cannot be represented as a conformance failure unless the consumer explicitly adopts it as product policy.",
|
|
39
|
+
"title": "Enhanced quality",
|
|
40
|
+
"version": "1.0.0"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "policy.target-size",
|
|
44
|
+
"kind": "policy",
|
|
45
|
+
"requirement": "Enforce WCAG 2.5.8 at 24 by 24 CSS pixels or a documented exception; report 44 by 44 as enhanced guidance, never as the AA minimum.",
|
|
46
|
+
"title": "Target size policy",
|
|
47
|
+
"version": "1.0.0"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"schema_version": 3,
|
|
4
51
|
"semantics": [
|
|
52
|
+
{
|
|
53
|
+
"id": "semantics.accessible-authentication",
|
|
54
|
+
"kind": "semantic",
|
|
55
|
+
"proof": [
|
|
56
|
+
"e2e",
|
|
57
|
+
"human"
|
|
58
|
+
],
|
|
59
|
+
"requirement": "Do not require a cognitive function test at any authentication step unless that step provides a non-cognitive alternative or an assistive mechanism such as password-manager support or copy and paste, including pasting a complete one-time code, or the test is limited to the object-recognition or user-provided personal-content exception.",
|
|
60
|
+
"standards_refs": [
|
|
61
|
+
{
|
|
62
|
+
"authority": "wcag-2.2",
|
|
63
|
+
"identifier": "3.3.8",
|
|
64
|
+
"level": "AA",
|
|
65
|
+
"normative": true,
|
|
66
|
+
"url": "https://www.w3.org/TR/WCAG22/#accessible-authentication-minimum"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"authority": "wcag-2.2-understanding",
|
|
70
|
+
"identifier": "3.3.8",
|
|
71
|
+
"level": "AA",
|
|
72
|
+
"normative": false,
|
|
73
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/accessible-authentication-minimum.html"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"title": "Accessible authentication",
|
|
77
|
+
"version": "1.0.0"
|
|
78
|
+
},
|
|
5
79
|
{
|
|
6
80
|
"id": "semantics.accessible-name",
|
|
7
|
-
"version": "1.0.0",
|
|
8
|
-
"title": "Accessible name",
|
|
9
81
|
"kind": "semantic",
|
|
10
|
-
"requirement": "Every interactive or meaning-bearing control has a concise programmatic name derived from visible text when available.",
|
|
11
82
|
"proof": [
|
|
12
83
|
"unit",
|
|
13
84
|
"axe",
|
|
14
85
|
"human"
|
|
15
|
-
]
|
|
86
|
+
],
|
|
87
|
+
"requirement": "Every interactive or meaning-bearing control has a concise programmatic name. For user interface components whose visible labels include text or images of text, the accessible name contains the text presented visually; preserve that text's order where practical.",
|
|
88
|
+
"standards_refs": [
|
|
89
|
+
{
|
|
90
|
+
"authority": "wcag-2.2",
|
|
91
|
+
"identifier": "2.5.3",
|
|
92
|
+
"level": "A",
|
|
93
|
+
"normative": true,
|
|
94
|
+
"url": "https://www.w3.org/TR/WCAG22/#label-in-name"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"authority": "wcag-2.2",
|
|
98
|
+
"identifier": "4.1.2",
|
|
99
|
+
"level": "A",
|
|
100
|
+
"normative": true,
|
|
101
|
+
"url": "https://www.w3.org/TR/WCAG22/#name-role-value"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"authority": "wcag-2.2-understanding",
|
|
105
|
+
"identifier": "2.5.3",
|
|
106
|
+
"level": "A",
|
|
107
|
+
"normative": false,
|
|
108
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/label-in-name.html"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"authority": "wcag-2.2-understanding",
|
|
112
|
+
"identifier": "4.1.2",
|
|
113
|
+
"level": "A",
|
|
114
|
+
"normative": false,
|
|
115
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"title": "Accessible name",
|
|
119
|
+
"version": "1.0.0"
|
|
16
120
|
},
|
|
17
121
|
{
|
|
18
122
|
"id": "semantics.alert",
|
|
19
|
-
"version": "1.0.0",
|
|
20
|
-
"title": "Urgent alert",
|
|
21
123
|
"kind": "semantic",
|
|
22
|
-
"requirement": "Use alert semantics only for urgent, time-sensitive messages that require immediate announcement.",
|
|
23
124
|
"proof": [
|
|
24
125
|
"unit",
|
|
25
126
|
"human"
|
|
26
|
-
]
|
|
127
|
+
],
|
|
128
|
+
"requirement": "Use alert semantics only for urgent, time-sensitive messages that require immediate announcement.",
|
|
129
|
+
"standards_refs": [
|
|
130
|
+
{
|
|
131
|
+
"authority": "aria-apg",
|
|
132
|
+
"identifier": "alert",
|
|
133
|
+
"normative": false,
|
|
134
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/patterns/alert/"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"authority": "wai-aria-1.2",
|
|
138
|
+
"identifier": "alert",
|
|
139
|
+
"normative": true,
|
|
140
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#alert"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"authority": "wcag-2.2",
|
|
144
|
+
"identifier": "4.1.3",
|
|
145
|
+
"level": "AA",
|
|
146
|
+
"normative": true,
|
|
147
|
+
"url": "https://www.w3.org/TR/WCAG22/#status-messages"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"authority": "wcag-2.2-understanding",
|
|
151
|
+
"identifier": "4.1.3",
|
|
152
|
+
"level": "AA",
|
|
153
|
+
"normative": false,
|
|
154
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/status-messages.html"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"title": "Urgent alert",
|
|
158
|
+
"version": "1.0.0"
|
|
27
159
|
},
|
|
28
160
|
{
|
|
29
161
|
"id": "semantics.consequential-action",
|
|
30
|
-
"
|
|
162
|
+
"kind": "semantic",
|
|
163
|
+
"proof": [
|
|
164
|
+
"e2e",
|
|
165
|
+
"human"
|
|
166
|
+
],
|
|
167
|
+
"requirement": "For web pages that cause legal commitments or financial transactions, modify or delete user-controllable data in data storage systems, or submit user test responses, at least one safeguard is provided: submissions are reversible; user-entered data is checked for input errors and the user can correct them; or a mechanism lets the user review, confirm, and correct information before finalizing the submission.",
|
|
168
|
+
"standards_refs": [
|
|
169
|
+
{
|
|
170
|
+
"authority": "wcag-2.2",
|
|
171
|
+
"identifier": "3.3.4",
|
|
172
|
+
"level": "AA",
|
|
173
|
+
"normative": true,
|
|
174
|
+
"url": "https://www.w3.org/TR/WCAG22/#error-prevention-legal-financial-data"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"authority": "wcag-2.2-understanding",
|
|
178
|
+
"identifier": "3.3.4",
|
|
179
|
+
"level": "AA",
|
|
180
|
+
"normative": false,
|
|
181
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/error-prevention-legal-financial-data.html"
|
|
182
|
+
}
|
|
183
|
+
],
|
|
31
184
|
"title": "Consequential action",
|
|
185
|
+
"version": "1.0.0"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "semantics.consistent-help",
|
|
32
189
|
"kind": "semantic",
|
|
33
|
-
"requirement": "Legal, financial, destructive, or data-submitting actions support review, confirmation, or reversal as required.",
|
|
34
190
|
"proof": [
|
|
35
191
|
"e2e",
|
|
36
192
|
"human"
|
|
37
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"requirement": "When human contact details or mechanisms, self-help, or fully automated contact mechanisms repeat across pages in the same set, they occur in the same serialized order relative to other content for the same page variation unless the user initiates a change. This does not require adding help.",
|
|
195
|
+
"standards_refs": [
|
|
196
|
+
{
|
|
197
|
+
"authority": "wcag-2.2",
|
|
198
|
+
"identifier": "3.2.6",
|
|
199
|
+
"level": "A",
|
|
200
|
+
"normative": true,
|
|
201
|
+
"url": "https://www.w3.org/TR/WCAG22/#consistent-help"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"authority": "wcag-2.2-understanding",
|
|
205
|
+
"identifier": "3.2.6",
|
|
206
|
+
"level": "A",
|
|
207
|
+
"normative": false,
|
|
208
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/consistent-help.html"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"title": "Consistent help",
|
|
212
|
+
"version": "1.0.0"
|
|
38
213
|
},
|
|
39
214
|
{
|
|
40
215
|
"id": "semantics.data-table",
|
|
41
|
-
"version": "1.0.0",
|
|
42
|
-
"title": "Data table",
|
|
43
216
|
"kind": "semantic",
|
|
44
|
-
"requirement": "Tabular relationships use table markup with associated headers; interactive grids implement their full keyboard model.",
|
|
45
217
|
"proof": [
|
|
46
218
|
"axe",
|
|
47
219
|
"e2e",
|
|
48
220
|
"human"
|
|
49
|
-
]
|
|
221
|
+
],
|
|
222
|
+
"requirement": "Tabular relationships use table semantics with programmatically associated row and column headers.",
|
|
223
|
+
"standards_refs": [
|
|
224
|
+
{
|
|
225
|
+
"authority": "aria-apg",
|
|
226
|
+
"identifier": "table",
|
|
227
|
+
"normative": false,
|
|
228
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/patterns/table/"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"authority": "wcag-2.2",
|
|
232
|
+
"identifier": "1.3.1",
|
|
233
|
+
"level": "A",
|
|
234
|
+
"normative": true,
|
|
235
|
+
"url": "https://www.w3.org/TR/WCAG22/#info-and-relationships"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"authority": "wcag-2.2-understanding",
|
|
239
|
+
"identifier": "1.3.1",
|
|
240
|
+
"level": "A",
|
|
241
|
+
"normative": false,
|
|
242
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"title": "Data table",
|
|
246
|
+
"version": "1.0.0"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": "semantics.dragging-alternative",
|
|
250
|
+
"kind": "semantic",
|
|
251
|
+
"proof": [
|
|
252
|
+
"e2e",
|
|
253
|
+
"human"
|
|
254
|
+
],
|
|
255
|
+
"requirement": "Author-provided functionality operated by dragging also provides an equivalent single-pointer method that does not require dragging, unless dragging is essential or the functionality is determined by the user agent and not modified by the author.",
|
|
256
|
+
"standards_refs": [
|
|
257
|
+
{
|
|
258
|
+
"authority": "wcag-2.2",
|
|
259
|
+
"identifier": "2.5.7",
|
|
260
|
+
"level": "AA",
|
|
261
|
+
"normative": true,
|
|
262
|
+
"url": "https://www.w3.org/TR/WCAG22/#dragging-movements"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"authority": "wcag-2.2-understanding",
|
|
266
|
+
"identifier": "2.5.7",
|
|
267
|
+
"level": "AA",
|
|
268
|
+
"normative": false,
|
|
269
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/dragging-movements.html"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"title": "Dragging alternative",
|
|
273
|
+
"version": "1.0.0"
|
|
50
274
|
},
|
|
51
275
|
{
|
|
52
276
|
"id": "semantics.expanded-state",
|
|
53
|
-
"version": "1.0.0",
|
|
54
|
-
"title": "Expanded state",
|
|
55
277
|
"kind": "semantic",
|
|
56
|
-
"requirement": "Expandable controls expose aria-expanded and identify the controlled region when needed.",
|
|
57
278
|
"proof": [
|
|
58
279
|
"unit",
|
|
59
280
|
"axe",
|
|
60
281
|
"e2e"
|
|
61
|
-
]
|
|
282
|
+
],
|
|
283
|
+
"requirement": "Expandable controls expose aria-expanded and identify the controlled region when needed.",
|
|
284
|
+
"standards_refs": [
|
|
285
|
+
{
|
|
286
|
+
"authority": "wai-aria-1.2",
|
|
287
|
+
"identifier": "aria-expanded",
|
|
288
|
+
"normative": true,
|
|
289
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#aria-expanded"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"authority": "wcag-2.2",
|
|
293
|
+
"identifier": "4.1.2",
|
|
294
|
+
"level": "A",
|
|
295
|
+
"normative": true,
|
|
296
|
+
"url": "https://www.w3.org/TR/WCAG22/#name-role-value"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"authority": "wcag-2.2-understanding",
|
|
300
|
+
"identifier": "4.1.2",
|
|
301
|
+
"level": "A",
|
|
302
|
+
"normative": false,
|
|
303
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"title": "Expanded state",
|
|
307
|
+
"version": "1.0.0"
|
|
62
308
|
},
|
|
63
309
|
{
|
|
64
310
|
"id": "semantics.focus.initial",
|
|
65
|
-
"version": "1.0.0",
|
|
66
|
-
"title": "Initial focus",
|
|
67
311
|
"kind": "semantic",
|
|
68
|
-
"requirement": "On activation, focus moves to the deterministic target appropriate to the pattern.",
|
|
69
312
|
"proof": [
|
|
70
313
|
"unit",
|
|
71
314
|
"e2e"
|
|
72
|
-
]
|
|
315
|
+
],
|
|
316
|
+
"requirement": "On activation, focus moves to the deterministic target appropriate to the pattern.",
|
|
317
|
+
"standards_refs": [
|
|
318
|
+
{
|
|
319
|
+
"authority": "aria-apg",
|
|
320
|
+
"identifier": "dialog-modal",
|
|
321
|
+
"normative": false,
|
|
322
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/#keyboard_interaction"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"title": "Initial focus",
|
|
326
|
+
"version": "1.0.0"
|
|
73
327
|
},
|
|
74
328
|
{
|
|
75
329
|
"id": "semantics.focus.return",
|
|
76
|
-
"version": "1.0.0",
|
|
77
|
-
"title": "Focus return",
|
|
78
330
|
"kind": "semantic",
|
|
79
|
-
"requirement": "On dismissal, focus returns to the invoking control or a documented logical successor.",
|
|
80
331
|
"proof": [
|
|
81
332
|
"unit",
|
|
82
333
|
"e2e"
|
|
83
|
-
]
|
|
334
|
+
],
|
|
335
|
+
"requirement": "On dismissal, focus returns to the invoking control or a documented logical successor.",
|
|
336
|
+
"standards_refs": [
|
|
337
|
+
{
|
|
338
|
+
"authority": "aria-apg",
|
|
339
|
+
"identifier": "dialog-modal",
|
|
340
|
+
"normative": false,
|
|
341
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/#keyboard_interaction"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"title": "Focus return",
|
|
345
|
+
"version": "1.0.0"
|
|
84
346
|
},
|
|
85
347
|
{
|
|
86
348
|
"id": "semantics.focus.visible",
|
|
87
|
-
"version": "1.0.0",
|
|
88
|
-
"title": "Visible focus",
|
|
89
349
|
"kind": "semantic",
|
|
90
|
-
"requirement": "Keyboard focus is visible, sufficiently contrasted, and not fully obscured.",
|
|
91
350
|
"proof": [
|
|
92
351
|
"e2e",
|
|
93
352
|
"human"
|
|
94
|
-
]
|
|
353
|
+
],
|
|
354
|
+
"requirement": "A visible keyboard focus indicator is available, and focused components are not entirely hidden by author-created content.",
|
|
355
|
+
"standards_refs": [
|
|
356
|
+
{
|
|
357
|
+
"authority": "wcag-2.2",
|
|
358
|
+
"identifier": "2.4.11",
|
|
359
|
+
"level": "AA",
|
|
360
|
+
"normative": true,
|
|
361
|
+
"url": "https://www.w3.org/TR/WCAG22/#focus-not-obscured-minimum"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"authority": "wcag-2.2",
|
|
365
|
+
"identifier": "2.4.7",
|
|
366
|
+
"level": "AA",
|
|
367
|
+
"normative": true,
|
|
368
|
+
"url": "https://www.w3.org/TR/WCAG22/#focus-visible"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"authority": "wcag-2.2-understanding",
|
|
372
|
+
"identifier": "2.4.11",
|
|
373
|
+
"level": "AA",
|
|
374
|
+
"normative": false,
|
|
375
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum.html"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"authority": "wcag-2.2-understanding",
|
|
379
|
+
"identifier": "2.4.7",
|
|
380
|
+
"level": "AA",
|
|
381
|
+
"normative": false,
|
|
382
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/focus-visible.html"
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"title": "Visible focus",
|
|
386
|
+
"version": "1.0.0"
|
|
95
387
|
},
|
|
96
388
|
{
|
|
97
389
|
"id": "semantics.form-error",
|
|
98
|
-
"version": "1.0.0",
|
|
99
|
-
"title": "Form error",
|
|
100
390
|
"kind": "semantic",
|
|
101
|
-
"requirement": "Identify errors in text, associate them with fields, and provide correction guidance.",
|
|
102
391
|
"proof": [
|
|
103
392
|
"unit",
|
|
104
393
|
"axe",
|
|
105
394
|
"e2e",
|
|
106
395
|
"human"
|
|
107
|
-
]
|
|
396
|
+
],
|
|
397
|
+
"requirement": "When an input error is automatically detected, identify the item in error and describe the error to the user in text. When correction suggestions are known, provide them unless doing so would jeopardize the security or purpose of the content.",
|
|
398
|
+
"standards_refs": [
|
|
399
|
+
{
|
|
400
|
+
"authority": "wcag-2.2",
|
|
401
|
+
"identifier": "3.3.1",
|
|
402
|
+
"level": "A",
|
|
403
|
+
"normative": true,
|
|
404
|
+
"url": "https://www.w3.org/TR/WCAG22/#error-identification"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"authority": "wcag-2.2",
|
|
408
|
+
"identifier": "3.3.3",
|
|
409
|
+
"level": "AA",
|
|
410
|
+
"normative": true,
|
|
411
|
+
"url": "https://www.w3.org/TR/WCAG22/#error-suggestion"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"authority": "wcag-2.2-understanding",
|
|
415
|
+
"identifier": "3.3.1",
|
|
416
|
+
"level": "A",
|
|
417
|
+
"normative": false,
|
|
418
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/error-identification.html"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"authority": "wcag-2.2-understanding",
|
|
422
|
+
"identifier": "3.3.3",
|
|
423
|
+
"level": "AA",
|
|
424
|
+
"normative": false,
|
|
425
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/error-suggestion.html"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"title": "Form error",
|
|
429
|
+
"version": "1.0.0"
|
|
108
430
|
},
|
|
109
431
|
{
|
|
110
432
|
"id": "semantics.form-label",
|
|
111
|
-
"version": "1.0.0",
|
|
112
|
-
"title": "Form label",
|
|
113
433
|
"kind": "semantic",
|
|
114
|
-
"requirement": "Every form control has a persistent programmatically associated label.",
|
|
115
434
|
"proof": [
|
|
116
435
|
"unit",
|
|
117
436
|
"axe"
|
|
118
|
-
]
|
|
437
|
+
],
|
|
438
|
+
"requirement": "Every form control has a persistent programmatically associated label.",
|
|
439
|
+
"standards_refs": [
|
|
440
|
+
{
|
|
441
|
+
"authority": "wcag-2.2",
|
|
442
|
+
"identifier": "1.3.1",
|
|
443
|
+
"level": "A",
|
|
444
|
+
"normative": true,
|
|
445
|
+
"url": "https://www.w3.org/TR/WCAG22/#info-and-relationships"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"authority": "wcag-2.2",
|
|
449
|
+
"identifier": "3.3.2",
|
|
450
|
+
"level": "A",
|
|
451
|
+
"normative": true,
|
|
452
|
+
"url": "https://www.w3.org/TR/WCAG22/#labels-or-instructions"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"authority": "wcag-2.2-understanding",
|
|
456
|
+
"identifier": "1.3.1",
|
|
457
|
+
"level": "A",
|
|
458
|
+
"normative": false,
|
|
459
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"authority": "wcag-2.2-understanding",
|
|
463
|
+
"identifier": "3.3.2",
|
|
464
|
+
"level": "A",
|
|
465
|
+
"normative": false,
|
|
466
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/labels-or-instructions.html"
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"title": "Form label",
|
|
470
|
+
"version": "1.0.0"
|
|
119
471
|
},
|
|
120
472
|
{
|
|
121
473
|
"id": "semantics.form-required",
|
|
122
|
-
"version": "1.0.0",
|
|
123
|
-
"title": "Required field",
|
|
124
474
|
"kind": "semantic",
|
|
125
|
-
"requirement": "Requiredness is communicated visually and programmatically before submission.",
|
|
126
475
|
"proof": [
|
|
127
476
|
"unit",
|
|
128
477
|
"axe"
|
|
129
|
-
]
|
|
478
|
+
],
|
|
479
|
+
"requirement": "Requiredness is communicated visually and programmatically before submission.",
|
|
480
|
+
"standards_refs": [
|
|
481
|
+
{
|
|
482
|
+
"authority": "wcag-2.2",
|
|
483
|
+
"identifier": "1.3.1",
|
|
484
|
+
"level": "A",
|
|
485
|
+
"normative": true,
|
|
486
|
+
"url": "https://www.w3.org/TR/WCAG22/#info-and-relationships"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"authority": "wcag-2.2",
|
|
490
|
+
"identifier": "3.3.2",
|
|
491
|
+
"level": "A",
|
|
492
|
+
"normative": true,
|
|
493
|
+
"url": "https://www.w3.org/TR/WCAG22/#labels-or-instructions"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"authority": "wcag-2.2-understanding",
|
|
497
|
+
"identifier": "1.3.1",
|
|
498
|
+
"level": "A",
|
|
499
|
+
"normative": false,
|
|
500
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"authority": "wcag-2.2-understanding",
|
|
504
|
+
"identifier": "3.3.2",
|
|
505
|
+
"level": "A",
|
|
506
|
+
"normative": false,
|
|
507
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/labels-or-instructions.html"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"title": "Required field",
|
|
511
|
+
"version": "1.0.0"
|
|
130
512
|
},
|
|
131
513
|
{
|
|
132
514
|
"id": "semantics.headings",
|
|
133
|
-
"version": "1.0.0",
|
|
134
|
-
"title": "Heading structure",
|
|
135
515
|
"kind": "semantic",
|
|
136
|
-
"requirement": "Headings describe document structure without choosing levels for visual appearance.",
|
|
137
516
|
"proof": [
|
|
138
517
|
"axe",
|
|
139
518
|
"human"
|
|
140
|
-
]
|
|
519
|
+
],
|
|
520
|
+
"requirement": "Headings describe document structure without choosing levels for visual appearance.",
|
|
521
|
+
"standards_refs": [
|
|
522
|
+
{
|
|
523
|
+
"authority": "wcag-2.2",
|
|
524
|
+
"identifier": "1.3.1",
|
|
525
|
+
"level": "A",
|
|
526
|
+
"normative": true,
|
|
527
|
+
"url": "https://www.w3.org/TR/WCAG22/#info-and-relationships"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"authority": "wcag-2.2",
|
|
531
|
+
"identifier": "2.4.6",
|
|
532
|
+
"level": "AA",
|
|
533
|
+
"normative": true,
|
|
534
|
+
"url": "https://www.w3.org/TR/WCAG22/#headings-and-labels"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"authority": "wcag-2.2-understanding",
|
|
538
|
+
"identifier": "1.3.1",
|
|
539
|
+
"level": "A",
|
|
540
|
+
"normative": false,
|
|
541
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"authority": "wcag-2.2-understanding",
|
|
545
|
+
"identifier": "2.4.6",
|
|
546
|
+
"level": "AA",
|
|
547
|
+
"normative": false,
|
|
548
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/headings-and-labels.html"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"title": "Heading structure",
|
|
552
|
+
"version": "1.0.0"
|
|
141
553
|
},
|
|
142
554
|
{
|
|
143
555
|
"id": "semantics.keyboard",
|
|
144
|
-
"version": "1.0.0",
|
|
145
|
-
"title": "Keyboard operation",
|
|
146
556
|
"kind": "semantic",
|
|
147
|
-
"requirement": "All functionality is operable with a keyboard without traps.",
|
|
148
557
|
"proof": [
|
|
149
558
|
"e2e",
|
|
150
559
|
"human"
|
|
151
|
-
]
|
|
560
|
+
],
|
|
561
|
+
"requirement": "All functionality is operable with a keyboard without traps.",
|
|
562
|
+
"standards_refs": [
|
|
563
|
+
{
|
|
564
|
+
"authority": "wcag-2.2",
|
|
565
|
+
"identifier": "2.1.1",
|
|
566
|
+
"level": "A",
|
|
567
|
+
"normative": true,
|
|
568
|
+
"url": "https://www.w3.org/TR/WCAG22/#keyboard"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"authority": "wcag-2.2",
|
|
572
|
+
"identifier": "2.1.2",
|
|
573
|
+
"level": "A",
|
|
574
|
+
"normative": true,
|
|
575
|
+
"url": "https://www.w3.org/TR/WCAG22/#no-keyboard-trap"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"authority": "wcag-2.2-understanding",
|
|
579
|
+
"identifier": "2.1.1",
|
|
580
|
+
"level": "A",
|
|
581
|
+
"normative": false,
|
|
582
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/keyboard.html"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"authority": "wcag-2.2-understanding",
|
|
586
|
+
"identifier": "2.1.2",
|
|
587
|
+
"level": "A",
|
|
588
|
+
"normative": false,
|
|
589
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/no-keyboard-trap.html"
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"title": "Keyboard operation",
|
|
593
|
+
"version": "1.0.0"
|
|
152
594
|
},
|
|
153
595
|
{
|
|
154
596
|
"id": "semantics.keyboard.escape",
|
|
155
|
-
"version": "1.0.0",
|
|
156
|
-
"title": "Escape dismissal",
|
|
157
597
|
"kind": "semantic",
|
|
158
|
-
"requirement": "Escape closes the topmost dismissible overlay without activating its trigger.",
|
|
159
598
|
"proof": [
|
|
160
599
|
"unit",
|
|
161
600
|
"e2e"
|
|
162
|
-
]
|
|
601
|
+
],
|
|
602
|
+
"requirement": "Escape closes the topmost dismissible overlay without activating its trigger.",
|
|
603
|
+
"standards_refs": [
|
|
604
|
+
{
|
|
605
|
+
"authority": "aria-apg",
|
|
606
|
+
"identifier": "dialog-modal",
|
|
607
|
+
"normative": false,
|
|
608
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/#keyboard_interaction"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"title": "Escape dismissal",
|
|
612
|
+
"version": "1.0.0"
|
|
163
613
|
},
|
|
164
614
|
{
|
|
165
615
|
"id": "semantics.landmarks",
|
|
166
|
-
"version": "1.0.0",
|
|
167
|
-
"title": "Landmarks",
|
|
168
616
|
"kind": "semantic",
|
|
169
|
-
"requirement": "Use native landmarks and name repeated landmarks only when a name is required to distinguish them.",
|
|
170
617
|
"proof": [
|
|
171
618
|
"axe",
|
|
172
619
|
"human"
|
|
173
|
-
]
|
|
620
|
+
],
|
|
621
|
+
"requirement": "Use native landmarks and name repeated landmarks only when a name is required to distinguish them.",
|
|
622
|
+
"standards_refs": [
|
|
623
|
+
{
|
|
624
|
+
"authority": "aria-apg",
|
|
625
|
+
"identifier": "landmark-regions",
|
|
626
|
+
"normative": false,
|
|
627
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/practices/landmark-regions/"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"authority": "wcag-2.2",
|
|
631
|
+
"identifier": "1.3.1",
|
|
632
|
+
"level": "A",
|
|
633
|
+
"normative": true,
|
|
634
|
+
"url": "https://www.w3.org/TR/WCAG22/#info-and-relationships"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"authority": "wcag-2.2-understanding",
|
|
638
|
+
"identifier": "1.3.1",
|
|
639
|
+
"level": "A",
|
|
640
|
+
"normative": false,
|
|
641
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"title": "Landmarks",
|
|
645
|
+
"version": "1.0.0"
|
|
174
646
|
},
|
|
175
647
|
{
|
|
176
648
|
"id": "semantics.live-status",
|
|
177
|
-
"version": "1.0.0",
|
|
178
|
-
"title": "Status announcements",
|
|
179
649
|
"kind": "semantic",
|
|
180
|
-
"requirement": "Important asynchronous status updates are exposed through a correctly scoped, non-duplicative live region.",
|
|
181
650
|
"proof": [
|
|
182
651
|
"unit",
|
|
183
652
|
"e2e",
|
|
184
653
|
"human"
|
|
185
|
-
]
|
|
654
|
+
],
|
|
655
|
+
"requirement": "Status messages that can be programmatically determined are exposed to assistive technology through appropriate roles or properties without receiving focus, using correctly scoped and non-duplicative live regions where needed.",
|
|
656
|
+
"standards_refs": [
|
|
657
|
+
{
|
|
658
|
+
"authority": "wai-aria-1.2",
|
|
659
|
+
"identifier": "status",
|
|
660
|
+
"normative": true,
|
|
661
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#status"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"authority": "wcag-2.2",
|
|
665
|
+
"identifier": "4.1.3",
|
|
666
|
+
"level": "AA",
|
|
667
|
+
"normative": true,
|
|
668
|
+
"url": "https://www.w3.org/TR/WCAG22/#status-messages"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"authority": "wcag-2.2-understanding",
|
|
672
|
+
"identifier": "4.1.3",
|
|
673
|
+
"level": "AA",
|
|
674
|
+
"normative": false,
|
|
675
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/status-messages.html"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"title": "Status announcements",
|
|
679
|
+
"version": "1.0.0"
|
|
186
680
|
},
|
|
187
681
|
{
|
|
188
682
|
"id": "semantics.media-alternatives",
|
|
189
|
-
"version": "1.0.0",
|
|
190
|
-
"title": "Media alternatives",
|
|
191
683
|
"kind": "semantic",
|
|
192
|
-
"requirement": "Prerecorded media provides applicable captions, transcripts, and audio description.",
|
|
193
684
|
"proof": [
|
|
194
685
|
"human"
|
|
195
|
-
]
|
|
686
|
+
],
|
|
687
|
+
"requirement": "Prerecorded media provides applicable captions, transcripts, and audio description.",
|
|
688
|
+
"standards_refs": [
|
|
689
|
+
{
|
|
690
|
+
"authority": "wcag-2.2",
|
|
691
|
+
"identifier": "1.2.1",
|
|
692
|
+
"level": "A",
|
|
693
|
+
"normative": true,
|
|
694
|
+
"url": "https://www.w3.org/TR/WCAG22/#audio-only-and-video-only-prerecorded"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"authority": "wcag-2.2",
|
|
698
|
+
"identifier": "1.2.2",
|
|
699
|
+
"level": "A",
|
|
700
|
+
"normative": true,
|
|
701
|
+
"url": "https://www.w3.org/TR/WCAG22/#captions-prerecorded"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"authority": "wcag-2.2",
|
|
705
|
+
"identifier": "1.2.3",
|
|
706
|
+
"level": "A",
|
|
707
|
+
"normative": true,
|
|
708
|
+
"url": "https://www.w3.org/TR/WCAG22/#audio-description-or-media-alternative-prerecorded"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"authority": "wcag-2.2",
|
|
712
|
+
"identifier": "1.2.5",
|
|
713
|
+
"level": "AA",
|
|
714
|
+
"normative": true,
|
|
715
|
+
"url": "https://www.w3.org/TR/WCAG22/#audio-description-prerecorded"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"authority": "wcag-2.2-understanding",
|
|
719
|
+
"identifier": "1.2.1",
|
|
720
|
+
"level": "A",
|
|
721
|
+
"normative": false,
|
|
722
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/audio-only-and-video-only-prerecorded.html"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"authority": "wcag-2.2-understanding",
|
|
726
|
+
"identifier": "1.2.2",
|
|
727
|
+
"level": "A",
|
|
728
|
+
"normative": false,
|
|
729
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/captions-prerecorded.html"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"authority": "wcag-2.2-understanding",
|
|
733
|
+
"identifier": "1.2.3",
|
|
734
|
+
"level": "A",
|
|
735
|
+
"normative": false,
|
|
736
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/audio-description-or-media-alternative-prerecorded.html"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"authority": "wcag-2.2-understanding",
|
|
740
|
+
"identifier": "1.2.5",
|
|
741
|
+
"level": "AA",
|
|
742
|
+
"normative": false,
|
|
743
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/audio-description-prerecorded.html"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"title": "Media alternatives",
|
|
747
|
+
"version": "1.0.0"
|
|
196
748
|
},
|
|
197
749
|
{
|
|
198
750
|
"id": "semantics.motion-control",
|
|
199
|
-
"version": "1.0.0",
|
|
200
|
-
"title": "Motion control",
|
|
201
751
|
"kind": "semantic",
|
|
202
|
-
"requirement": "Respect reduced-motion preferences and provide controls for moving or time-limited content where required.",
|
|
203
752
|
"proof": [
|
|
204
753
|
"e2e",
|
|
205
754
|
"human"
|
|
206
|
-
]
|
|
755
|
+
],
|
|
756
|
+
"requirement": "Moving, blinking, or scrolling content that starts automatically, lasts more than five seconds, and appears alongside other content provides pause, stop, or hide controls unless essential. Automatically starting, parallel auto-updating content provides pause, stop, or hide controls or lets the user control update frequency unless essential. Honor reduced-motion preferences as a mechanism for disabling non-essential interaction-triggered animation.",
|
|
757
|
+
"standards_refs": [
|
|
758
|
+
{
|
|
759
|
+
"authority": "wcag-2.2",
|
|
760
|
+
"identifier": "2.2.2",
|
|
761
|
+
"level": "A",
|
|
762
|
+
"normative": true,
|
|
763
|
+
"url": "https://www.w3.org/TR/WCAG22/#pause-stop-hide"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"authority": "wcag-2.2",
|
|
767
|
+
"identifier": "2.3.3",
|
|
768
|
+
"level": "AAA",
|
|
769
|
+
"normative": true,
|
|
770
|
+
"url": "https://www.w3.org/TR/WCAG22/#animation-from-interactions"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"authority": "wcag-2.2-understanding",
|
|
774
|
+
"identifier": "2.2.2",
|
|
775
|
+
"level": "A",
|
|
776
|
+
"normative": false,
|
|
777
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/pause-stop-hide.html"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"authority": "wcag-2.2-understanding",
|
|
781
|
+
"identifier": "2.3.3",
|
|
782
|
+
"level": "AAA",
|
|
783
|
+
"normative": false,
|
|
784
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/animation-from-interactions.html"
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"title": "Motion control",
|
|
788
|
+
"version": "1.0.0"
|
|
207
789
|
},
|
|
208
790
|
{
|
|
209
791
|
"id": "semantics.name-role-value",
|
|
210
|
-
"version": "1.0.0",
|
|
211
|
-
"title": "Name role value",
|
|
212
792
|
"kind": "semantic",
|
|
213
|
-
"requirement": "Expose the correct accessible name, role, value, and state through the platform accessibility API.",
|
|
214
793
|
"proof": [
|
|
215
794
|
"unit",
|
|
216
795
|
"axe",
|
|
217
796
|
"human"
|
|
218
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"requirement": "For every user interface component, the name and role can be programmatically determined; states, properties, and values that users can set can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies.",
|
|
799
|
+
"standards_refs": [
|
|
800
|
+
{
|
|
801
|
+
"authority": "wcag-2.2",
|
|
802
|
+
"identifier": "4.1.2",
|
|
803
|
+
"level": "A",
|
|
804
|
+
"normative": true,
|
|
805
|
+
"url": "https://www.w3.org/TR/WCAG22/#name-role-value"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"authority": "wcag-2.2-understanding",
|
|
809
|
+
"identifier": "4.1.2",
|
|
810
|
+
"level": "A",
|
|
811
|
+
"normative": false,
|
|
812
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"title": "Name role value",
|
|
816
|
+
"version": "1.0.0"
|
|
219
817
|
},
|
|
220
818
|
{
|
|
221
819
|
"id": "semantics.native-dialog",
|
|
222
|
-
"version": "1.0.0",
|
|
223
|
-
"title": "Native dialog semantics",
|
|
224
820
|
"kind": "semantic",
|
|
225
|
-
"requirement": "Use dialog semantics with a programmatic name and modal state only when interaction is modal.",
|
|
226
821
|
"proof": [
|
|
227
822
|
"axe",
|
|
228
823
|
"e2e",
|
|
229
824
|
"human"
|
|
230
|
-
]
|
|
825
|
+
],
|
|
826
|
+
"requirement": "Use dialog semantics with a programmatic name and modal state only when interaction is modal.",
|
|
827
|
+
"standards_refs": [
|
|
828
|
+
{
|
|
829
|
+
"authority": "aria-apg",
|
|
830
|
+
"identifier": "dialog-modal",
|
|
831
|
+
"normative": false,
|
|
832
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"authority": "wai-aria-1.2",
|
|
836
|
+
"identifier": "dialog",
|
|
837
|
+
"normative": true,
|
|
838
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#dialog"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"authority": "wcag-2.2",
|
|
842
|
+
"identifier": "4.1.2",
|
|
843
|
+
"level": "A",
|
|
844
|
+
"normative": true,
|
|
845
|
+
"url": "https://www.w3.org/TR/WCAG22/#name-role-value"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"authority": "wcag-2.2-understanding",
|
|
849
|
+
"identifier": "4.1.2",
|
|
850
|
+
"level": "A",
|
|
851
|
+
"normative": false,
|
|
852
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"title": "Native dialog semantics",
|
|
856
|
+
"version": "1.0.0"
|
|
231
857
|
},
|
|
232
858
|
{
|
|
233
859
|
"id": "semantics.native-elements",
|
|
234
|
-
"version": "1.0.0",
|
|
235
|
-
"title": "Native elements",
|
|
236
860
|
"kind": "semantic",
|
|
237
|
-
"requirement": "Use the native HTML element whose semantics and behavior match the control before adding ARIA.",
|
|
238
861
|
"proof": [
|
|
239
862
|
"axe",
|
|
240
863
|
"human"
|
|
241
|
-
]
|
|
864
|
+
],
|
|
865
|
+
"requirement": "Use the native HTML element whose semantics and behavior match the control before adding ARIA.",
|
|
866
|
+
"standards_refs": [
|
|
867
|
+
{
|
|
868
|
+
"authority": "aria-apg",
|
|
869
|
+
"identifier": "read-me-first",
|
|
870
|
+
"normative": false,
|
|
871
|
+
"url": "https://www.w3.org/WAI/ARIA/apg/practices/read-me-first/"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"authority": "wai-aria-1.2",
|
|
875
|
+
"identifier": "host_general_conflict",
|
|
876
|
+
"normative": true,
|
|
877
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#host_general_conflict"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"title": "Native elements",
|
|
881
|
+
"version": "1.0.0"
|
|
242
882
|
},
|
|
243
883
|
{
|
|
244
884
|
"id": "semantics.non-text-alternative",
|
|
245
|
-
"version": "1.0.0",
|
|
246
|
-
"title": "Non-text alternative",
|
|
247
885
|
"kind": "semantic",
|
|
248
|
-
"requirement": "Meaningful non-text content has an equivalent alternative and decorative content is ignored by assistive technology.",
|
|
249
886
|
"proof": [
|
|
250
887
|
"axe",
|
|
251
888
|
"human"
|
|
252
|
-
]
|
|
889
|
+
],
|
|
890
|
+
"requirement": "Meaningful non-text content has an equivalent alternative and decorative content is ignored by assistive technology.",
|
|
891
|
+
"standards_refs": [
|
|
892
|
+
{
|
|
893
|
+
"authority": "wcag-2.2",
|
|
894
|
+
"identifier": "1.1.1",
|
|
895
|
+
"level": "A",
|
|
896
|
+
"normative": true,
|
|
897
|
+
"url": "https://www.w3.org/TR/WCAG22/#non-text-content"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"authority": "wcag-2.2-understanding",
|
|
901
|
+
"identifier": "1.1.1",
|
|
902
|
+
"level": "A",
|
|
903
|
+
"normative": false,
|
|
904
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/non-text-content.html"
|
|
905
|
+
}
|
|
906
|
+
],
|
|
907
|
+
"title": "Non-text alternative",
|
|
908
|
+
"version": "1.0.0"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"id": "semantics.redundant-entry",
|
|
912
|
+
"kind": "semantic",
|
|
913
|
+
"proof": [
|
|
914
|
+
"e2e",
|
|
915
|
+
"human"
|
|
916
|
+
],
|
|
917
|
+
"requirement": "Information previously entered by or provided to the user and required again in the same process is auto-populated or available to select, unless re-entry is essential, required for security, or the prior information is no longer valid.",
|
|
918
|
+
"standards_refs": [
|
|
919
|
+
{
|
|
920
|
+
"authority": "wcag-2.2",
|
|
921
|
+
"identifier": "3.3.7",
|
|
922
|
+
"level": "A",
|
|
923
|
+
"normative": true,
|
|
924
|
+
"url": "https://www.w3.org/TR/WCAG22/#redundant-entry"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"authority": "wcag-2.2-understanding",
|
|
928
|
+
"identifier": "3.3.7",
|
|
929
|
+
"level": "A",
|
|
930
|
+
"normative": false,
|
|
931
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/redundant-entry.html"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"title": "Redundant entry",
|
|
935
|
+
"version": "1.0.0"
|
|
253
936
|
},
|
|
254
937
|
{
|
|
255
938
|
"id": "semantics.roles-states-properties",
|
|
256
|
-
"version": "1.0.0",
|
|
257
|
-
"title": "Roles states and properties",
|
|
258
939
|
"kind": "semantic",
|
|
259
|
-
"requirement": "Apply only valid ARIA roles, states, and properties and keep exposed state synchronized with rendered behavior.",
|
|
260
940
|
"proof": [
|
|
261
941
|
"unit",
|
|
262
942
|
"axe",
|
|
263
943
|
"e2e"
|
|
264
|
-
]
|
|
944
|
+
],
|
|
945
|
+
"requirement": "Apply only valid ARIA roles, states, and properties and keep exposed state synchronized with rendered behavior.",
|
|
946
|
+
"standards_refs": [
|
|
947
|
+
{
|
|
948
|
+
"authority": "wai-aria-1.2",
|
|
949
|
+
"identifier": "roles",
|
|
950
|
+
"normative": true,
|
|
951
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#roles"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"authority": "wcag-2.2",
|
|
955
|
+
"identifier": "4.1.2",
|
|
956
|
+
"level": "A",
|
|
957
|
+
"normative": true,
|
|
958
|
+
"url": "https://www.w3.org/TR/WCAG22/#name-role-value"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"authority": "wcag-2.2-understanding",
|
|
962
|
+
"identifier": "4.1.2",
|
|
963
|
+
"level": "A",
|
|
964
|
+
"normative": false,
|
|
965
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
|
|
966
|
+
}
|
|
967
|
+
],
|
|
968
|
+
"title": "Roles states and properties",
|
|
969
|
+
"version": "1.0.0"
|
|
265
970
|
},
|
|
266
971
|
{
|
|
267
972
|
"id": "semantics.selected-state",
|
|
268
|
-
"version": "1.0.0",
|
|
269
|
-
"title": "Selected state",
|
|
270
973
|
"kind": "semantic",
|
|
271
|
-
"requirement": "Selection widgets expose current selection with the state required by their role.",
|
|
272
974
|
"proof": [
|
|
273
975
|
"unit",
|
|
274
976
|
"e2e"
|
|
275
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"requirement": "Selection widgets expose current selection with the state required by their role.",
|
|
979
|
+
"standards_refs": [
|
|
980
|
+
{
|
|
981
|
+
"authority": "wai-aria-1.2",
|
|
982
|
+
"identifier": "aria-selected",
|
|
983
|
+
"normative": true,
|
|
984
|
+
"url": "https://www.w3.org/TR/wai-aria-1.2/#aria-selected"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"authority": "wcag-2.2",
|
|
988
|
+
"identifier": "4.1.2",
|
|
989
|
+
"level": "A",
|
|
990
|
+
"normative": true,
|
|
991
|
+
"url": "https://www.w3.org/TR/WCAG22/#name-role-value"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"authority": "wcag-2.2-understanding",
|
|
995
|
+
"identifier": "4.1.2",
|
|
996
|
+
"level": "A",
|
|
997
|
+
"normative": false,
|
|
998
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"title": "Selected state",
|
|
1002
|
+
"version": "1.0.0"
|
|
276
1003
|
},
|
|
277
1004
|
{
|
|
278
1005
|
"id": "semantics.target-size",
|
|
279
|
-
"version": "1.0.0",
|
|
280
|
-
"title": "Target size",
|
|
281
1006
|
"kind": "semantic",
|
|
282
|
-
"requirement": "Pointer targets meet 24 by 24 CSS pixels or a WCAG 2.5.8 exception; 44 by 44 is an enhanced recommendation.",
|
|
283
1007
|
"proof": [
|
|
284
1008
|
"e2e",
|
|
285
1009
|
"human"
|
|
286
|
-
]
|
|
1010
|
+
],
|
|
1011
|
+
"requirement": "Each pointer target contains an axis-aligned 24 by 24 CSS pixel square unless one of these exceptions applies: an undersized target is positioned so that a 24 CSS pixel diameter circle centered on its bounding box does not intersect another target or the corresponding circle for another undersized target; an equivalent control on the same page meets this criterion; the target is in a sentence or its size is otherwise constrained by the line-height of non-target text; the target size is determined by an unmodified user agent; or the target's particular presentation is essential or legally required for the information being conveyed.",
|
|
1012
|
+
"standards_refs": [
|
|
1013
|
+
{
|
|
1014
|
+
"authority": "wcag-2.2",
|
|
1015
|
+
"identifier": "2.5.8",
|
|
1016
|
+
"level": "AA",
|
|
1017
|
+
"normative": true,
|
|
1018
|
+
"url": "https://www.w3.org/TR/WCAG22/#target-size-minimum"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"authority": "wcag-2.2-understanding",
|
|
1022
|
+
"identifier": "2.5.8",
|
|
1023
|
+
"level": "AA",
|
|
1024
|
+
"normative": false,
|
|
1025
|
+
"url": "https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html"
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
"title": "Target size",
|
|
1029
|
+
"version": "1.0.0"
|
|
287
1030
|
}
|
|
288
1031
|
]
|
|
289
1032
|
}
|