chrome-devtools-frontend 1.0.1026673 → 1.0.1027585
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/config/owner/LIGHTHOUSE_OWNERS +1 -1
- package/front_end/core/host/UserMetrics.ts +2 -1
- package/front_end/core/i18n/locales/en-US.json +6 -0
- package/front_end/core/i18n/locales/en-XL.json +6 -0
- package/front_end/core/root/Runtime.ts +1 -0
- package/front_end/core/sdk/NetworkManager.ts +24 -3
- package/front_end/core/sdk/ResourceTreeModel.ts +1 -1
- package/front_end/core/sdk/sdk-meta.ts +7 -0
- package/front_end/devtools_compatibility.js +1 -0
- package/front_end/entrypoints/main/MainImpl.ts +5 -0
- package/front_end/generated/ARIAProperties.js +723 -723
- package/front_end/generated/SupportedCSSProperties.js +2835 -2835
- package/front_end/legacy_test_runner/axe_core_test_runner/axe_core_test_runner.js +1 -1
- package/front_end/models/bindings/DebuggerLanguagePlugins.ts +38 -11
- package/front_end/models/bindings/IgnoreListManager.ts +20 -5
- package/front_end/panels/accessibility/ARIAAttributesView.ts +2 -0
- package/front_end/panels/console/consoleView.css +4 -0
- package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +45 -50
- package/front_end/panels/lighthouse/LighthousePanel.ts +2 -0
- package/front_end/panels/settings/FrameworkIgnoreListSettingsTab.ts +16 -0
- package/front_end/panels/sources/DebuggerPlugin.ts +6 -0
- package/front_end/ui/components/panel_feedback/PreviewToggle.ts +15 -16
- package/front_end/ui/components/panel_feedback/previewToggle.css +13 -15
- package/front_end/ui/legacy/ARIAUtils.ts +1 -75
- package/front_end/ui/legacy/ListControl.ts +4 -0
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +13 -3
- package/front_end/ui/legacy/inspectorCommon.css +0 -9
- package/package.json +1 -1
@@ -5,1516 +5,1516 @@
|
|
5
5
|
export const config = {
|
6
6
|
"attributes": [
|
7
7
|
{
|
8
|
-
"name": "aria-activedescendant",
|
8
|
+
"name": "aria-activedescendant",
|
9
9
|
"type": "IDREF"
|
10
|
-
},
|
10
|
+
},
|
11
11
|
{
|
12
|
-
"default": "false",
|
13
|
-
"name": "aria-atomic",
|
12
|
+
"default": "false",
|
13
|
+
"name": "aria-atomic",
|
14
14
|
"type": "boolean"
|
15
|
-
},
|
15
|
+
},
|
16
16
|
{
|
17
|
-
"default": "none",
|
17
|
+
"default": "none",
|
18
18
|
"enum": [
|
19
|
-
"inline",
|
20
|
-
"list",
|
21
|
-
"both",
|
19
|
+
"inline",
|
20
|
+
"list",
|
21
|
+
"both",
|
22
22
|
"none"
|
23
|
-
],
|
24
|
-
"name": "aria-autocomplete",
|
23
|
+
],
|
24
|
+
"name": "aria-autocomplete",
|
25
25
|
"type": "token"
|
26
|
-
},
|
26
|
+
},
|
27
27
|
{
|
28
|
-
"default": "false",
|
29
|
-
"name": "aria-busy",
|
28
|
+
"default": "false",
|
29
|
+
"name": "aria-busy",
|
30
30
|
"type": "boolean"
|
31
|
-
},
|
31
|
+
},
|
32
32
|
{
|
33
|
-
"default": "undefined",
|
33
|
+
"default": "undefined",
|
34
34
|
"enum": [
|
35
|
-
"true",
|
36
|
-
"false",
|
37
|
-
"mixed",
|
35
|
+
"true",
|
36
|
+
"false",
|
37
|
+
"mixed",
|
38
38
|
"undefined"
|
39
|
-
],
|
40
|
-
"name": "aria-checked",
|
39
|
+
],
|
40
|
+
"name": "aria-checked",
|
41
41
|
"type": "token"
|
42
|
-
},
|
42
|
+
},
|
43
43
|
{
|
44
|
-
"name": "aria-colcount",
|
44
|
+
"name": "aria-colcount",
|
45
45
|
"type": "integer"
|
46
|
-
},
|
46
|
+
},
|
47
47
|
{
|
48
|
-
"name": "aria-colindex",
|
48
|
+
"name": "aria-colindex",
|
49
49
|
"type": "integer"
|
50
|
-
},
|
50
|
+
},
|
51
51
|
{
|
52
|
-
"name": "aria-colspan",
|
52
|
+
"name": "aria-colspan",
|
53
53
|
"type": "integer"
|
54
|
-
},
|
54
|
+
},
|
55
55
|
{
|
56
|
-
"name": "aria-controls",
|
56
|
+
"name": "aria-controls",
|
57
57
|
"type": "IDREF_list"
|
58
|
-
},
|
58
|
+
},
|
59
59
|
{
|
60
|
-
"default": "false",
|
60
|
+
"default": "false",
|
61
61
|
"enum": [
|
62
|
-
"page",
|
63
|
-
"step",
|
64
|
-
"location",
|
65
|
-
"date",
|
66
|
-
"time",
|
67
|
-
"true",
|
62
|
+
"page",
|
63
|
+
"step",
|
64
|
+
"location",
|
65
|
+
"date",
|
66
|
+
"time",
|
67
|
+
"true",
|
68
68
|
"false"
|
69
|
-
],
|
70
|
-
"name": "aria-current",
|
69
|
+
],
|
70
|
+
"name": "aria-current",
|
71
71
|
"type": "token"
|
72
|
-
},
|
72
|
+
},
|
73
73
|
{
|
74
|
-
"name": "aria-describedby",
|
74
|
+
"name": "aria-describedby",
|
75
75
|
"type": "IDREF_list"
|
76
|
-
},
|
76
|
+
},
|
77
77
|
{
|
78
|
-
"name": "aria-description",
|
78
|
+
"name": "aria-description",
|
79
79
|
"type": "string"
|
80
|
-
},
|
80
|
+
},
|
81
81
|
{
|
82
|
-
"name": "aria-details",
|
82
|
+
"name": "aria-details",
|
83
83
|
"type": "IDREF"
|
84
|
-
},
|
84
|
+
},
|
85
85
|
{
|
86
|
-
"default": "false",
|
87
|
-
"name": "aria-disabled",
|
86
|
+
"default": "false",
|
87
|
+
"name": "aria-disabled",
|
88
88
|
"type": "boolean"
|
89
|
-
},
|
89
|
+
},
|
90
90
|
{
|
91
|
-
"default": "none",
|
91
|
+
"default": "none",
|
92
92
|
"enum": [
|
93
|
-
"copy",
|
94
|
-
"move",
|
95
|
-
"link",
|
96
|
-
"execute",
|
97
|
-
"popup",
|
93
|
+
"copy",
|
94
|
+
"move",
|
95
|
+
"link",
|
96
|
+
"execute",
|
97
|
+
"popup",
|
98
98
|
"none"
|
99
|
-
],
|
100
|
-
"name": "aria-dropeffect",
|
99
|
+
],
|
100
|
+
"name": "aria-dropeffect",
|
101
101
|
"type": "token_list"
|
102
|
-
},
|
102
|
+
},
|
103
103
|
{
|
104
|
-
"name": "aria-errormessage",
|
104
|
+
"name": "aria-errormessage",
|
105
105
|
"type": "IDREF"
|
106
|
-
},
|
106
|
+
},
|
107
107
|
{
|
108
|
-
"default": "undefined",
|
108
|
+
"default": "undefined",
|
109
109
|
"enum": [
|
110
|
-
"true",
|
111
|
-
"false",
|
110
|
+
"true",
|
111
|
+
"false",
|
112
112
|
"undefined"
|
113
|
-
],
|
114
|
-
"name": "aria-expanded",
|
113
|
+
],
|
114
|
+
"name": "aria-expanded",
|
115
115
|
"type": "token"
|
116
|
-
},
|
116
|
+
},
|
117
117
|
{
|
118
|
-
"name": "aria-flowto",
|
118
|
+
"name": "aria-flowto",
|
119
119
|
"type": "IDREF_list"
|
120
|
-
},
|
120
|
+
},
|
121
121
|
{
|
122
|
-
"default": "undefined",
|
122
|
+
"default": "undefined",
|
123
123
|
"enum": [
|
124
|
-
"true",
|
125
|
-
"false",
|
124
|
+
"true",
|
125
|
+
"false",
|
126
126
|
"undefined"
|
127
|
-
],
|
128
|
-
"name": "aria-grabbed",
|
127
|
+
],
|
128
|
+
"name": "aria-grabbed",
|
129
129
|
"type": "token"
|
130
|
-
},
|
130
|
+
},
|
131
131
|
{
|
132
|
-
"default": "false",
|
132
|
+
"default": "false",
|
133
133
|
"enum": [
|
134
|
-
"false",
|
135
|
-
"true",
|
136
|
-
"menu",
|
137
|
-
"listbox",
|
138
|
-
"tree",
|
139
|
-
"grid",
|
134
|
+
"false",
|
135
|
+
"true",
|
136
|
+
"menu",
|
137
|
+
"listbox",
|
138
|
+
"tree",
|
139
|
+
"grid",
|
140
140
|
"dialog"
|
141
|
-
],
|
142
|
-
"name": "aria-haspopup",
|
141
|
+
],
|
142
|
+
"name": "aria-haspopup",
|
143
143
|
"type": "token"
|
144
|
-
},
|
144
|
+
},
|
145
145
|
{
|
146
|
-
"default": "undefined",
|
146
|
+
"default": "undefined",
|
147
147
|
"enum": [
|
148
|
-
"true",
|
149
|
-
"false",
|
148
|
+
"true",
|
149
|
+
"false",
|
150
150
|
"undefined"
|
151
|
-
],
|
152
|
-
"name": "aria-hidden",
|
151
|
+
],
|
152
|
+
"name": "aria-hidden",
|
153
153
|
"type": "token"
|
154
|
-
},
|
154
|
+
},
|
155
155
|
{
|
156
|
-
"default": "false",
|
156
|
+
"default": "false",
|
157
157
|
"enum": [
|
158
|
-
"grammar",
|
159
|
-
"false",
|
160
|
-
"spelling",
|
158
|
+
"grammar",
|
159
|
+
"false",
|
160
|
+
"spelling",
|
161
161
|
"true"
|
162
|
-
],
|
163
|
-
"name": "aria-invalid",
|
162
|
+
],
|
163
|
+
"name": "aria-invalid",
|
164
164
|
"type": "token"
|
165
|
-
},
|
165
|
+
},
|
166
166
|
{
|
167
|
-
"name": "aria-keyshortcuts",
|
167
|
+
"name": "aria-keyshortcuts",
|
168
168
|
"type": "string"
|
169
|
-
},
|
169
|
+
},
|
170
170
|
{
|
171
|
-
"name": "aria-label",
|
171
|
+
"name": "aria-label",
|
172
172
|
"type": "string"
|
173
|
-
},
|
173
|
+
},
|
174
174
|
{
|
175
|
-
"name": "aria-labelledby",
|
175
|
+
"name": "aria-labelledby",
|
176
176
|
"type": "IDREF_list"
|
177
|
-
},
|
177
|
+
},
|
178
178
|
{
|
179
|
-
"name": "aria-labeledby",
|
179
|
+
"name": "aria-labeledby",
|
180
180
|
"type": "IDREF_list"
|
181
|
-
},
|
181
|
+
},
|
182
182
|
{
|
183
|
-
"name": "aria-level",
|
183
|
+
"name": "aria-level",
|
184
184
|
"type": "integer"
|
185
|
-
},
|
185
|
+
},
|
186
186
|
{
|
187
|
-
"default": "off",
|
187
|
+
"default": "off",
|
188
188
|
"enum": [
|
189
|
-
"off",
|
190
|
-
"polite",
|
189
|
+
"off",
|
190
|
+
"polite",
|
191
191
|
"assertive"
|
192
|
-
],
|
193
|
-
"name": "aria-live",
|
192
|
+
],
|
193
|
+
"name": "aria-live",
|
194
194
|
"type": "token"
|
195
|
-
},
|
195
|
+
},
|
196
196
|
{
|
197
|
-
"default": "false",
|
198
|
-
"name": "aria-modal",
|
197
|
+
"default": "false",
|
198
|
+
"name": "aria-modal",
|
199
199
|
"type": "boolean"
|
200
|
-
},
|
200
|
+
},
|
201
201
|
{
|
202
|
-
"default": "false",
|
203
|
-
"name": "aria-multiline",
|
202
|
+
"default": "false",
|
203
|
+
"name": "aria-multiline",
|
204
204
|
"type": "boolean"
|
205
|
-
},
|
205
|
+
},
|
206
206
|
{
|
207
|
-
"default": "false",
|
208
|
-
"name": "aria-multiselectable",
|
207
|
+
"default": "false",
|
208
|
+
"name": "aria-multiselectable",
|
209
209
|
"type": "boolean"
|
210
|
-
},
|
210
|
+
},
|
211
211
|
{
|
212
|
-
"default": "undefined",
|
212
|
+
"default": "undefined",
|
213
213
|
"enum": [
|
214
|
-
"horizontal",
|
215
|
-
"undefined",
|
214
|
+
"horizontal",
|
215
|
+
"undefined",
|
216
216
|
"vertical"
|
217
|
-
],
|
218
|
-
"name": "aria-orientation",
|
217
|
+
],
|
218
|
+
"name": "aria-orientation",
|
219
219
|
"type": "token"
|
220
|
-
},
|
220
|
+
},
|
221
221
|
{
|
222
|
-
"name": "aria-owns",
|
222
|
+
"name": "aria-owns",
|
223
223
|
"type": "IDREF_list"
|
224
|
-
},
|
224
|
+
},
|
225
225
|
{
|
226
|
-
"name": "aria-placeholder",
|
226
|
+
"name": "aria-placeholder",
|
227
227
|
"type": "string"
|
228
|
-
},
|
228
|
+
},
|
229
229
|
{
|
230
|
-
"name": "aria-posinset",
|
230
|
+
"name": "aria-posinset",
|
231
231
|
"type": "integer"
|
232
|
-
},
|
232
|
+
},
|
233
233
|
{
|
234
|
-
"default": "undefined",
|
234
|
+
"default": "undefined",
|
235
235
|
"enum": [
|
236
|
-
"true",
|
237
|
-
"false",
|
238
|
-
"mixed",
|
236
|
+
"true",
|
237
|
+
"false",
|
238
|
+
"mixed",
|
239
239
|
"undefined"
|
240
|
-
],
|
241
|
-
"name": "aria-pressed",
|
240
|
+
],
|
241
|
+
"name": "aria-pressed",
|
242
242
|
"type": "token"
|
243
|
-
},
|
243
|
+
},
|
244
244
|
{
|
245
|
-
"default": "false",
|
246
|
-
"name": "aria-readonly",
|
245
|
+
"default": "false",
|
246
|
+
"name": "aria-readonly",
|
247
247
|
"type": "boolean"
|
248
|
-
},
|
248
|
+
},
|
249
249
|
{
|
250
|
-
"default": "additions text",
|
250
|
+
"default": "additions text",
|
251
251
|
"enum": [
|
252
|
-
"additions",
|
253
|
-
"removals",
|
254
|
-
"text",
|
252
|
+
"additions",
|
253
|
+
"removals",
|
254
|
+
"text",
|
255
255
|
"all"
|
256
|
-
],
|
257
|
-
"name": "aria-relevant",
|
256
|
+
],
|
257
|
+
"name": "aria-relevant",
|
258
258
|
"type": "token_list"
|
259
|
-
},
|
259
|
+
},
|
260
260
|
{
|
261
|
-
"default": "false",
|
262
|
-
"name": "aria-required",
|
261
|
+
"default": "false",
|
262
|
+
"name": "aria-required",
|
263
263
|
"type": "boolean"
|
264
|
-
},
|
264
|
+
},
|
265
265
|
{
|
266
|
-
"name": "aria-roledescription",
|
266
|
+
"name": "aria-roledescription",
|
267
267
|
"type": "string"
|
268
|
-
},
|
268
|
+
},
|
269
269
|
{
|
270
|
-
"name": "aria-rowcount",
|
270
|
+
"name": "aria-rowcount",
|
271
271
|
"type": "integer"
|
272
|
-
},
|
272
|
+
},
|
273
273
|
{
|
274
|
-
"name": "aria-rowindex",
|
274
|
+
"name": "aria-rowindex",
|
275
275
|
"type": "integer"
|
276
|
-
},
|
276
|
+
},
|
277
277
|
{
|
278
|
-
"name": "aria-rowspan",
|
278
|
+
"name": "aria-rowspan",
|
279
279
|
"type": "integer"
|
280
|
-
},
|
280
|
+
},
|
281
281
|
{
|
282
|
-
"default": "undefined",
|
282
|
+
"default": "undefined",
|
283
283
|
"enum": [
|
284
|
-
"true",
|
285
|
-
"false",
|
284
|
+
"true",
|
285
|
+
"false",
|
286
286
|
"undefined"
|
287
|
-
],
|
288
|
-
"name": "aria-selected",
|
287
|
+
],
|
288
|
+
"name": "aria-selected",
|
289
289
|
"type": "token"
|
290
|
-
},
|
290
|
+
},
|
291
291
|
{
|
292
|
-
"name": "aria-setsize",
|
292
|
+
"name": "aria-setsize",
|
293
293
|
"type": "integer"
|
294
|
-
},
|
294
|
+
},
|
295
295
|
{
|
296
|
-
"default": "none",
|
296
|
+
"default": "none",
|
297
297
|
"enum": [
|
298
|
-
"ascending",
|
299
|
-
"descending",
|
300
|
-
"none",
|
298
|
+
"ascending",
|
299
|
+
"descending",
|
300
|
+
"none",
|
301
301
|
"other"
|
302
|
-
],
|
303
|
-
"name": "aria-sort",
|
302
|
+
],
|
303
|
+
"name": "aria-sort",
|
304
304
|
"type": "token"
|
305
|
-
},
|
305
|
+
},
|
306
306
|
{
|
307
|
-
"name": "aria-touchpassthrough",
|
308
|
-
"runtimeEnabled": "AriaTouchPassthrough",
|
307
|
+
"name": "aria-touchpassthrough",
|
308
|
+
"runtimeEnabled": "AriaTouchPassthrough",
|
309
309
|
"type": "boolean"
|
310
|
-
},
|
310
|
+
},
|
311
311
|
{
|
312
|
-
"name": "aria-valuemax",
|
312
|
+
"name": "aria-valuemax",
|
313
313
|
"type": "decimal"
|
314
|
-
},
|
314
|
+
},
|
315
315
|
{
|
316
|
-
"name": "aria-valuemin",
|
316
|
+
"name": "aria-valuemin",
|
317
317
|
"type": "decimal"
|
318
|
-
},
|
318
|
+
},
|
319
319
|
{
|
320
|
-
"name": "aria-valuenow",
|
320
|
+
"name": "aria-valuenow",
|
321
321
|
"type": "decimal"
|
322
|
-
},
|
322
|
+
},
|
323
323
|
{
|
324
|
-
"name": "aria-valuetext",
|
324
|
+
"name": "aria-valuetext",
|
325
325
|
"type": "string"
|
326
|
-
},
|
326
|
+
},
|
327
327
|
{
|
328
|
-
"name": "aria-virtualcontent",
|
328
|
+
"name": "aria-virtualcontent",
|
329
329
|
"type": "string"
|
330
330
|
}
|
331
|
-
],
|
331
|
+
],
|
332
332
|
"metadata": {
|
333
|
-
"attrsNullNamespace": true,
|
334
|
-
"export": "CORE_EXPORT",
|
335
|
-
"namespace": "HTML",
|
336
|
-
"namespacePrefix": "xhtml",
|
333
|
+
"attrsNullNamespace": true,
|
334
|
+
"export": "CORE_EXPORT",
|
335
|
+
"namespace": "HTML",
|
336
|
+
"namespacePrefix": "xhtml",
|
337
337
|
"namespaceURI": "http://www.w3.org/1999/xhtml"
|
338
|
-
},
|
338
|
+
},
|
339
339
|
"roles": [
|
340
340
|
{
|
341
341
|
"implicitValues": {
|
342
|
-
"aria-atomic": "true",
|
342
|
+
"aria-atomic": "true",
|
343
343
|
"aria-live": "assertive"
|
344
|
-
},
|
345
|
-
"name": "alert",
|
344
|
+
},
|
345
|
+
"name": "alert",
|
346
346
|
"nameFrom": [
|
347
347
|
"author"
|
348
|
-
],
|
348
|
+
],
|
349
349
|
"superclasses": [
|
350
350
|
"section"
|
351
351
|
]
|
352
|
-
},
|
352
|
+
},
|
353
353
|
{
|
354
|
-
"name": "alertdialog",
|
354
|
+
"name": "alertdialog",
|
355
355
|
"nameFrom": [
|
356
356
|
"author"
|
357
|
-
],
|
358
|
-
"nameRequired": true,
|
357
|
+
],
|
358
|
+
"nameRequired": true,
|
359
359
|
"superclasses": [
|
360
|
-
"alert",
|
360
|
+
"alert",
|
361
361
|
"dialog"
|
362
362
|
]
|
363
|
-
},
|
363
|
+
},
|
364
364
|
{
|
365
|
-
"name": "application",
|
365
|
+
"name": "application",
|
366
366
|
"nameFrom": [
|
367
367
|
"author"
|
368
|
-
],
|
369
|
-
"nameRequired": true,
|
368
|
+
],
|
369
|
+
"nameRequired": true,
|
370
370
|
"superclasses": [
|
371
371
|
"structure"
|
372
372
|
]
|
373
|
-
},
|
373
|
+
},
|
374
374
|
{
|
375
|
-
"name": "article",
|
375
|
+
"name": "article",
|
376
376
|
"nameFrom": [
|
377
377
|
"author"
|
378
|
-
],
|
378
|
+
],
|
379
379
|
"superclasses": [
|
380
380
|
"document"
|
381
|
-
],
|
381
|
+
],
|
382
382
|
"supportedAttributes": [
|
383
|
-
"aria-posinset",
|
383
|
+
"aria-posinset",
|
384
384
|
"aria-setsize"
|
385
385
|
]
|
386
|
-
},
|
386
|
+
},
|
387
387
|
{
|
388
|
-
"name": "banner",
|
388
|
+
"name": "banner",
|
389
389
|
"nameFrom": [
|
390
390
|
"author"
|
391
|
-
],
|
391
|
+
],
|
392
392
|
"superclasses": [
|
393
393
|
"landmark"
|
394
394
|
]
|
395
|
-
},
|
395
|
+
},
|
396
396
|
{
|
397
|
-
"childrenPresentational": true,
|
398
|
-
"name": "button",
|
397
|
+
"childrenPresentational": true,
|
398
|
+
"name": "button",
|
399
399
|
"nameFrom": [
|
400
|
-
"contents",
|
400
|
+
"contents",
|
401
401
|
"author"
|
402
|
-
],
|
403
|
-
"nameRequired": true,
|
402
|
+
],
|
403
|
+
"nameRequired": true,
|
404
404
|
"superclasses": [
|
405
405
|
"command"
|
406
|
-
],
|
406
|
+
],
|
407
407
|
"supportedAttributes": [
|
408
|
-
"aria-expanded",
|
408
|
+
"aria-expanded",
|
409
409
|
"aria-pressed"
|
410
410
|
]
|
411
|
-
},
|
411
|
+
},
|
412
412
|
{
|
413
|
-
"name": "cell",
|
413
|
+
"name": "cell",
|
414
414
|
"namefrom": [
|
415
|
-
"contents",
|
415
|
+
"contents",
|
416
416
|
"author"
|
417
|
-
],
|
418
|
-
"scope": "row",
|
417
|
+
],
|
418
|
+
"scope": "row",
|
419
419
|
"superclasses": [
|
420
420
|
"section"
|
421
|
-
],
|
421
|
+
],
|
422
422
|
"supportedAttributes": [
|
423
|
-
"aria-colindex",
|
424
|
-
"aria-colspan",
|
425
|
-
"aria-rowindex",
|
423
|
+
"aria-colindex",
|
424
|
+
"aria-colspan",
|
425
|
+
"aria-rowindex",
|
426
426
|
"aria-rowspan"
|
427
427
|
]
|
428
|
-
},
|
428
|
+
},
|
429
429
|
{
|
430
430
|
"implicitValues": {
|
431
431
|
"aria-checked": false
|
432
|
-
},
|
433
|
-
"name": "checkbox",
|
432
|
+
},
|
433
|
+
"name": "checkbox",
|
434
434
|
"nameFrom": [
|
435
|
-
"contents",
|
435
|
+
"contents",
|
436
436
|
"author"
|
437
|
-
],
|
438
|
-
"nameRequired": true,
|
437
|
+
],
|
438
|
+
"nameRequired": true,
|
439
439
|
"requiredAttributes": [
|
440
440
|
"aria-checked"
|
441
|
-
],
|
441
|
+
],
|
442
442
|
"superclasses": [
|
443
443
|
"input"
|
444
|
-
],
|
444
|
+
],
|
445
445
|
"supportedAttributes": [
|
446
446
|
"aria-readonly"
|
447
447
|
]
|
448
|
-
},
|
448
|
+
},
|
449
449
|
{
|
450
|
-
"name": "columnheader",
|
450
|
+
"name": "columnheader",
|
451
451
|
"nameFrom": [
|
452
|
-
"contents",
|
452
|
+
"contents",
|
453
453
|
"author"
|
454
|
-
],
|
455
|
-
"nameRequired": true,
|
454
|
+
],
|
455
|
+
"nameRequired": true,
|
456
456
|
"scope": [
|
457
457
|
"row"
|
458
|
-
],
|
458
|
+
],
|
459
459
|
"superclasses": [
|
460
|
-
"gridcell",
|
461
|
-
"sectionhead",
|
460
|
+
"gridcell",
|
461
|
+
"sectionhead",
|
462
462
|
"widget"
|
463
|
-
],
|
463
|
+
],
|
464
464
|
"supportedAttributes": [
|
465
465
|
"aria-sort"
|
466
466
|
]
|
467
|
-
},
|
467
|
+
},
|
468
468
|
{
|
469
469
|
"implicitValues": {
|
470
|
-
"aria-expanded": "false",
|
470
|
+
"aria-expanded": "false",
|
471
471
|
"aria-haspopup": "listbox"
|
472
|
-
},
|
472
|
+
},
|
473
473
|
"mustContain": [
|
474
474
|
"textbox"
|
475
|
-
],
|
476
|
-
"name": "combobox",
|
475
|
+
],
|
476
|
+
"name": "combobox",
|
477
477
|
"nameFrom": [
|
478
478
|
"author"
|
479
|
-
],
|
480
|
-
"nameRequired": true,
|
479
|
+
],
|
480
|
+
"nameRequired": true,
|
481
481
|
"requiredAttributes": [
|
482
|
-
"aria-controls",
|
482
|
+
"aria-controls",
|
483
483
|
"aria-expanded"
|
484
|
-
],
|
484
|
+
],
|
485
485
|
"superclasses": [
|
486
486
|
"select"
|
487
|
-
],
|
487
|
+
],
|
488
488
|
"supportedAttributes": [
|
489
|
-
"aria-autocomplete",
|
490
|
-
"aria-readonly",
|
489
|
+
"aria-autocomplete",
|
490
|
+
"aria-readonly",
|
491
491
|
"aria-required"
|
492
492
|
]
|
493
|
-
},
|
493
|
+
},
|
494
494
|
{
|
495
|
-
"abstract": true,
|
496
|
-
"name": "command",
|
495
|
+
"abstract": true,
|
496
|
+
"name": "command",
|
497
497
|
"nameFrom": [
|
498
498
|
"author"
|
499
|
-
],
|
499
|
+
],
|
500
500
|
"superclasses": [
|
501
501
|
"widget"
|
502
502
|
]
|
503
|
-
},
|
503
|
+
},
|
504
504
|
{
|
505
|
-
"name": "complementary",
|
505
|
+
"name": "complementary",
|
506
506
|
"nameFrom": [
|
507
507
|
"author"
|
508
|
-
],
|
508
|
+
],
|
509
509
|
"superclasses": [
|
510
510
|
"landmark"
|
511
511
|
]
|
512
|
-
},
|
512
|
+
},
|
513
513
|
{
|
514
|
-
"abstract": true,
|
515
|
-
"name": "composite",
|
514
|
+
"abstract": true,
|
515
|
+
"name": "composite",
|
516
516
|
"nameFrom": [
|
517
517
|
"author"
|
518
|
-
],
|
518
|
+
],
|
519
519
|
"superclasses": [
|
520
520
|
"widget"
|
521
|
-
],
|
521
|
+
],
|
522
522
|
"supportedAttributes": [
|
523
523
|
"aria-activedescendant"
|
524
524
|
]
|
525
|
-
},
|
525
|
+
},
|
526
526
|
{
|
527
|
-
"name": "contentinfo",
|
527
|
+
"name": "contentinfo",
|
528
528
|
"nameFrom": [
|
529
529
|
"author"
|
530
|
-
],
|
530
|
+
],
|
531
531
|
"superclasses": [
|
532
532
|
"landmark"
|
533
533
|
]
|
534
|
-
},
|
534
|
+
},
|
535
535
|
{
|
536
|
-
"name": "definition",
|
536
|
+
"name": "definition",
|
537
537
|
"nameFrom": [
|
538
538
|
"author"
|
539
|
-
],
|
539
|
+
],
|
540
540
|
"superclasses": [
|
541
541
|
"section"
|
542
542
|
]
|
543
|
-
},
|
543
|
+
},
|
544
544
|
{
|
545
|
-
"name": "dialog",
|
545
|
+
"name": "dialog",
|
546
546
|
"nameFrom": [
|
547
547
|
"author"
|
548
|
-
],
|
549
|
-
"nameRequired": true,
|
548
|
+
],
|
549
|
+
"nameRequired": true,
|
550
550
|
"superclasses": [
|
551
551
|
"window"
|
552
552
|
]
|
553
|
-
},
|
553
|
+
},
|
554
554
|
{
|
555
|
-
"name": "directory",
|
555
|
+
"name": "directory",
|
556
556
|
"nameFrom": [
|
557
557
|
"author"
|
558
|
-
],
|
558
|
+
],
|
559
559
|
"superclasses": [
|
560
560
|
"list"
|
561
561
|
]
|
562
|
-
},
|
562
|
+
},
|
563
563
|
{
|
564
|
-
"name": "document",
|
564
|
+
"name": "document",
|
565
565
|
"nameFrom": [
|
566
566
|
"author"
|
567
|
-
],
|
568
|
-
"nameRequired": false,
|
567
|
+
],
|
568
|
+
"nameRequired": false,
|
569
569
|
"superclasses": [
|
570
570
|
"structure"
|
571
|
-
],
|
571
|
+
],
|
572
572
|
"supportedAttributes": [
|
573
573
|
"aria-expanded"
|
574
574
|
]
|
575
|
-
},
|
575
|
+
},
|
576
576
|
{
|
577
577
|
"mustContain": [
|
578
578
|
"article"
|
579
|
-
],
|
580
|
-
"name": "feed",
|
579
|
+
],
|
580
|
+
"name": "feed",
|
581
581
|
"nameFrom": [
|
582
582
|
"author"
|
583
|
-
],
|
584
|
-
"nameRequired": false,
|
583
|
+
],
|
584
|
+
"nameRequired": false,
|
585
585
|
"superclasses": [
|
586
586
|
"list"
|
587
587
|
]
|
588
|
-
},
|
588
|
+
},
|
589
589
|
{
|
590
|
-
"name": "figure",
|
591
|
-
"nameRequired": false,
|
590
|
+
"name": "figure",
|
591
|
+
"nameRequired": false,
|
592
592
|
"namefrom": [
|
593
593
|
"author"
|
594
|
-
],
|
594
|
+
],
|
595
595
|
"superclasses": [
|
596
596
|
"section"
|
597
597
|
]
|
598
|
-
},
|
598
|
+
},
|
599
599
|
{
|
600
|
-
"name": "form",
|
600
|
+
"name": "form",
|
601
601
|
"nameFrom": [
|
602
602
|
"author"
|
603
|
-
],
|
603
|
+
],
|
604
604
|
"superclasses": [
|
605
605
|
"landmark"
|
606
606
|
]
|
607
|
-
},
|
607
|
+
},
|
608
608
|
{
|
609
609
|
"mustContain": [
|
610
610
|
"row"
|
611
|
-
],
|
612
|
-
"name": "grid",
|
611
|
+
],
|
612
|
+
"name": "grid",
|
613
613
|
"nameFrom": [
|
614
614
|
"author"
|
615
|
-
],
|
616
|
-
"nameRequired": true,
|
615
|
+
],
|
616
|
+
"nameRequired": true,
|
617
617
|
"superclasses": [
|
618
|
-
"composite",
|
618
|
+
"composite",
|
619
619
|
"table"
|
620
|
-
],
|
620
|
+
],
|
621
621
|
"supportedAttributes": [
|
622
|
-
"aria-level",
|
623
|
-
"aria-multiselectable",
|
622
|
+
"aria-level",
|
623
|
+
"aria-multiselectable",
|
624
624
|
"aria-readonly"
|
625
625
|
]
|
626
|
-
},
|
626
|
+
},
|
627
627
|
{
|
628
|
-
"name": "gridcell",
|
628
|
+
"name": "gridcell",
|
629
629
|
"nameFrom": [
|
630
|
-
"contents",
|
630
|
+
"contents",
|
631
631
|
"author"
|
632
|
-
],
|
633
|
-
"nameRequired": true,
|
632
|
+
],
|
633
|
+
"nameRequired": true,
|
634
634
|
"scope": [
|
635
635
|
"row"
|
636
|
-
],
|
636
|
+
],
|
637
637
|
"superclasses": [
|
638
|
-
"cell",
|
638
|
+
"cell",
|
639
639
|
"widget"
|
640
|
-
],
|
640
|
+
],
|
641
641
|
"supportedAttributes": [
|
642
|
-
"aria-readonly",
|
643
|
-
"aria-required",
|
642
|
+
"aria-readonly",
|
643
|
+
"aria-required",
|
644
644
|
"aria-selected"
|
645
645
|
]
|
646
|
-
},
|
646
|
+
},
|
647
647
|
{
|
648
|
-
"name": "group",
|
648
|
+
"name": "group",
|
649
649
|
"nameFrom": [
|
650
650
|
"author"
|
651
|
-
],
|
651
|
+
],
|
652
652
|
"superclasses": [
|
653
653
|
"section"
|
654
|
-
],
|
654
|
+
],
|
655
655
|
"supportedAttributes": [
|
656
656
|
"aria-activedescendant"
|
657
657
|
]
|
658
|
-
},
|
658
|
+
},
|
659
659
|
{
|
660
660
|
"implicitValues": {
|
661
661
|
"aria-level": "2"
|
662
|
-
},
|
663
|
-
"name": "heading",
|
664
|
-
"nameRequired": true,
|
662
|
+
},
|
663
|
+
"name": "heading",
|
664
|
+
"nameRequired": true,
|
665
665
|
"namefrom": [
|
666
|
-
"contents",
|
666
|
+
"contents",
|
667
667
|
"author"
|
668
|
-
],
|
668
|
+
],
|
669
669
|
"superclasses": [
|
670
670
|
"sectionhead"
|
671
|
-
],
|
671
|
+
],
|
672
672
|
"supportedAttributes": [
|
673
673
|
"aria-level"
|
674
674
|
]
|
675
|
-
},
|
675
|
+
},
|
676
676
|
{
|
677
|
-
"childrenPresentational": true,
|
678
|
-
"name": "img",
|
677
|
+
"childrenPresentational": true,
|
678
|
+
"name": "img",
|
679
679
|
"nameFrom": [
|
680
680
|
"author"
|
681
|
-
],
|
682
|
-
"nameRequired": true,
|
681
|
+
],
|
682
|
+
"nameRequired": true,
|
683
683
|
"superclasses": [
|
684
684
|
"section"
|
685
685
|
]
|
686
|
-
},
|
686
|
+
},
|
687
687
|
{
|
688
|
-
"abstract": true,
|
689
|
-
"name": "input",
|
688
|
+
"abstract": true,
|
689
|
+
"name": "input",
|
690
690
|
"nameFrom": [
|
691
691
|
"author"
|
692
|
-
],
|
692
|
+
],
|
693
693
|
"superclasses": [
|
694
694
|
"widget"
|
695
695
|
]
|
696
|
-
},
|
696
|
+
},
|
697
697
|
{
|
698
|
-
"abstract": true,
|
699
|
-
"name": "landmark",
|
698
|
+
"abstract": true,
|
699
|
+
"name": "landmark",
|
700
700
|
"nameFrom": [
|
701
701
|
"author"
|
702
|
-
],
|
703
|
-
"nameRequired": false,
|
702
|
+
],
|
703
|
+
"nameRequired": false,
|
704
704
|
"superclasses": [
|
705
705
|
"section"
|
706
706
|
]
|
707
|
-
},
|
707
|
+
},
|
708
708
|
{
|
709
|
-
"name": "link",
|
709
|
+
"name": "link",
|
710
710
|
"nameFrom": [
|
711
|
-
"contents",
|
711
|
+
"contents",
|
712
712
|
"author"
|
713
|
-
],
|
714
|
-
"nameRequired": true,
|
713
|
+
],
|
714
|
+
"nameRequired": true,
|
715
715
|
"superclasses": [
|
716
716
|
"command"
|
717
|
-
],
|
717
|
+
],
|
718
718
|
"supportedAttributes": [
|
719
719
|
"aria-expanded"
|
720
720
|
]
|
721
|
-
},
|
721
|
+
},
|
722
722
|
{
|
723
723
|
"implicitValues": {
|
724
724
|
"aria-orientation": "vertical"
|
725
|
-
},
|
725
|
+
},
|
726
726
|
"mustContain": [
|
727
727
|
"listitem"
|
728
|
-
],
|
729
|
-
"name": "list",
|
728
|
+
],
|
729
|
+
"name": "list",
|
730
730
|
"nameFrom": [
|
731
731
|
"author"
|
732
|
-
],
|
732
|
+
],
|
733
733
|
"superclasses": [
|
734
734
|
"section"
|
735
735
|
]
|
736
|
-
},
|
736
|
+
},
|
737
737
|
{
|
738
738
|
"implicitValues": {
|
739
739
|
"aria-orientation": "vertical"
|
740
|
-
},
|
740
|
+
},
|
741
741
|
"mustContain": [
|
742
742
|
"option"
|
743
|
-
],
|
744
|
-
"name": "listbox",
|
743
|
+
],
|
744
|
+
"name": "listbox",
|
745
745
|
"nameFrom": [
|
746
746
|
"author"
|
747
|
-
],
|
748
|
-
"nameRequired": true,
|
747
|
+
],
|
748
|
+
"nameRequired": true,
|
749
749
|
"superclasses": [
|
750
750
|
"select"
|
751
|
-
],
|
751
|
+
],
|
752
752
|
"supportedAttributes": [
|
753
|
-
"aria-multiselectable",
|
754
|
-
"aria-readonly",
|
753
|
+
"aria-multiselectable",
|
754
|
+
"aria-readonly",
|
755
755
|
"aria-required"
|
756
756
|
]
|
757
|
-
},
|
757
|
+
},
|
758
758
|
{
|
759
|
-
"name": "listitem",
|
759
|
+
"name": "listitem",
|
760
760
|
"nameFrom": [
|
761
761
|
"author"
|
762
|
-
],
|
762
|
+
],
|
763
763
|
"scope": [
|
764
|
-
"group",
|
764
|
+
"group",
|
765
765
|
"list"
|
766
|
-
],
|
766
|
+
],
|
767
767
|
"superclasses": [
|
768
768
|
"section"
|
769
|
-
],
|
769
|
+
],
|
770
770
|
"supportedAttributes": [
|
771
|
-
"aria-level",
|
772
|
-
"aria-posinset",
|
771
|
+
"aria-level",
|
772
|
+
"aria-posinset",
|
773
773
|
"aria-setsize"
|
774
774
|
]
|
775
|
-
},
|
775
|
+
},
|
776
776
|
{
|
777
777
|
"implicitValues": {
|
778
778
|
"aria-live": "polite"
|
779
|
-
},
|
780
|
-
"name": "log",
|
779
|
+
},
|
780
|
+
"name": "log",
|
781
781
|
"nameFrom": [
|
782
782
|
"author"
|
783
|
-
],
|
784
|
-
"nameRequired": true,
|
783
|
+
],
|
784
|
+
"nameRequired": true,
|
785
785
|
"superclasses": [
|
786
786
|
"section"
|
787
787
|
]
|
788
|
-
},
|
788
|
+
},
|
789
789
|
{
|
790
|
-
"name": "main",
|
790
|
+
"name": "main",
|
791
791
|
"nameFrom": [
|
792
792
|
"author"
|
793
|
-
],
|
793
|
+
],
|
794
794
|
"superclasses": [
|
795
795
|
"landmark"
|
796
796
|
]
|
797
|
-
},
|
797
|
+
},
|
798
798
|
{
|
799
|
-
"name": "marquee",
|
799
|
+
"name": "marquee",
|
800
800
|
"nameFrom": [
|
801
801
|
"author"
|
802
|
-
],
|
803
|
-
"nameRequired": true,
|
802
|
+
],
|
803
|
+
"nameRequired": true,
|
804
804
|
"superclasses": [
|
805
805
|
"section"
|
806
806
|
]
|
807
|
-
},
|
807
|
+
},
|
808
808
|
{
|
809
|
-
"childrenPresentational": true,
|
810
|
-
"name": "math",
|
809
|
+
"childrenPresentational": true,
|
810
|
+
"name": "math",
|
811
811
|
"nameFrom": [
|
812
812
|
"author"
|
813
|
-
],
|
814
|
-
"nameRequired": true,
|
813
|
+
],
|
814
|
+
"nameRequired": true,
|
815
815
|
"superclasses": [
|
816
816
|
"section"
|
817
817
|
]
|
818
|
-
},
|
818
|
+
},
|
819
819
|
{
|
820
820
|
"implicitValues": {
|
821
821
|
"aria-orientation": "vertical"
|
822
|
-
},
|
822
|
+
},
|
823
823
|
"mustContain": [
|
824
|
-
"group",
|
825
|
-
"menuitemradio",
|
826
|
-
"menuitem",
|
827
|
-
"menuitemcheckbox",
|
824
|
+
"group",
|
825
|
+
"menuitemradio",
|
826
|
+
"menuitem",
|
827
|
+
"menuitemcheckbox",
|
828
828
|
"menuitemradio"
|
829
|
-
],
|
830
|
-
"name": "menu",
|
829
|
+
],
|
830
|
+
"name": "menu",
|
831
831
|
"nameFrom": [
|
832
832
|
"author"
|
833
|
-
],
|
833
|
+
],
|
834
834
|
"superclasses": [
|
835
835
|
"select"
|
836
836
|
]
|
837
|
-
},
|
837
|
+
},
|
838
838
|
{
|
839
839
|
"implicitValues": {
|
840
840
|
"aria-orientation": "horizontal"
|
841
|
-
},
|
841
|
+
},
|
842
842
|
"mustContain": [
|
843
|
-
"menuitem",
|
844
|
-
"menuitemradio",
|
843
|
+
"menuitem",
|
844
|
+
"menuitemradio",
|
845
845
|
"menuitemcheckbox"
|
846
|
-
],
|
847
|
-
"name": "menubar",
|
846
|
+
],
|
847
|
+
"name": "menubar",
|
848
848
|
"nameFrom": [
|
849
849
|
"author"
|
850
|
-
],
|
850
|
+
],
|
851
851
|
"superclasses": [
|
852
852
|
"menu"
|
853
853
|
]
|
854
|
-
},
|
854
|
+
},
|
855
855
|
{
|
856
|
-
"name": "menuitem",
|
856
|
+
"name": "menuitem",
|
857
857
|
"nameFrom": [
|
858
|
-
"contents",
|
858
|
+
"contents",
|
859
859
|
"author"
|
860
|
-
],
|
861
|
-
"nameRequired": true,
|
860
|
+
],
|
861
|
+
"nameRequired": true,
|
862
862
|
"scope": [
|
863
|
-
"group",
|
864
|
-
"menu",
|
863
|
+
"group",
|
864
|
+
"menu",
|
865
865
|
"menubar"
|
866
|
-
],
|
866
|
+
],
|
867
867
|
"superclasses": [
|
868
868
|
"command"
|
869
869
|
]
|
870
|
-
},
|
870
|
+
},
|
871
871
|
{
|
872
|
-
"childrenPresentational": true,
|
872
|
+
"childrenPresentational": true,
|
873
873
|
"implicitValues": {
|
874
874
|
"aria-checked": false
|
875
|
-
},
|
876
|
-
"name": "menuitemcheckbox",
|
875
|
+
},
|
876
|
+
"name": "menuitemcheckbox",
|
877
877
|
"nameFrom": [
|
878
|
-
"contents",
|
878
|
+
"contents",
|
879
879
|
"author"
|
880
|
-
],
|
881
|
-
"nameRequired": true,
|
880
|
+
],
|
881
|
+
"nameRequired": true,
|
882
882
|
"scope": [
|
883
|
-
"menu",
|
883
|
+
"menu",
|
884
884
|
"menubar"
|
885
|
-
],
|
885
|
+
],
|
886
886
|
"superclasses": [
|
887
|
-
"checkbox",
|
887
|
+
"checkbox",
|
888
888
|
"menuitem"
|
889
889
|
]
|
890
|
-
},
|
890
|
+
},
|
891
891
|
{
|
892
|
-
"childrenPresentational": true,
|
892
|
+
"childrenPresentational": true,
|
893
893
|
"implicitValues": {
|
894
894
|
"aria-checked": false
|
895
|
-
},
|
896
|
-
"name": "menuitemradio",
|
895
|
+
},
|
896
|
+
"name": "menuitemradio",
|
897
897
|
"nameFrom": [
|
898
|
-
"contents",
|
898
|
+
"contents",
|
899
899
|
"author"
|
900
|
-
],
|
901
|
-
"nameRequired": true,
|
900
|
+
],
|
901
|
+
"nameRequired": true,
|
902
902
|
"scope": [
|
903
|
-
"menu",
|
904
|
-
"menubar",
|
903
|
+
"menu",
|
904
|
+
"menubar",
|
905
905
|
"group"
|
906
|
-
],
|
906
|
+
],
|
907
907
|
"superclasses": [
|
908
|
-
"menuitemcheckbox",
|
908
|
+
"menuitemcheckbox",
|
909
909
|
"radio"
|
910
910
|
]
|
911
|
-
},
|
911
|
+
},
|
912
912
|
{
|
913
|
-
"name": "navigation",
|
913
|
+
"name": "navigation",
|
914
914
|
"nameFrom": [
|
915
915
|
"author"
|
916
|
-
],
|
916
|
+
],
|
917
917
|
"superclasses": [
|
918
918
|
"landmark"
|
919
919
|
]
|
920
|
-
},
|
920
|
+
},
|
921
921
|
{
|
922
|
-
"name": "none",
|
922
|
+
"name": "none",
|
923
923
|
"superclasses": [
|
924
924
|
"structure"
|
925
925
|
]
|
926
|
-
},
|
926
|
+
},
|
927
927
|
{
|
928
|
-
"name": "note",
|
928
|
+
"name": "note",
|
929
929
|
"nameFrom": [
|
930
930
|
"author"
|
931
|
-
],
|
931
|
+
],
|
932
932
|
"superclasses": [
|
933
933
|
"section"
|
934
934
|
]
|
935
|
-
},
|
935
|
+
},
|
936
936
|
{
|
937
|
-
"childrenPresentational": true,
|
937
|
+
"childrenPresentational": true,
|
938
938
|
"implicitValues": {
|
939
939
|
"aria-selected": "false"
|
940
|
-
},
|
941
|
-
"name": "option",
|
940
|
+
},
|
941
|
+
"name": "option",
|
942
942
|
"nameFrom": [
|
943
|
-
"contents",
|
943
|
+
"contents",
|
944
944
|
"author"
|
945
|
-
],
|
946
|
-
"nameRequired": true,
|
945
|
+
],
|
946
|
+
"nameRequired": true,
|
947
947
|
"requiredAttributes": [
|
948
948
|
"aria-selected"
|
949
|
-
],
|
949
|
+
],
|
950
950
|
"scope": [
|
951
951
|
"listbox"
|
952
|
-
],
|
952
|
+
],
|
953
953
|
"superclasses": [
|
954
954
|
"input"
|
955
|
-
],
|
955
|
+
],
|
956
956
|
"supportedAttributes": [
|
957
|
-
"aria-checked",
|
958
|
-
"aria-posinset",
|
957
|
+
"aria-checked",
|
958
|
+
"aria-posinset",
|
959
959
|
"aria-setsize"
|
960
960
|
]
|
961
|
-
},
|
961
|
+
},
|
962
962
|
{
|
963
|
-
"name": "presentation",
|
963
|
+
"name": "presentation",
|
964
964
|
"superclasses": [
|
965
965
|
"structure"
|
966
966
|
]
|
967
|
-
},
|
967
|
+
},
|
968
968
|
{
|
969
|
-
"childrenPresentational": true,
|
970
|
-
"name": "progressbar",
|
969
|
+
"childrenPresentational": true,
|
970
|
+
"name": "progressbar",
|
971
971
|
"nameFrom": [
|
972
972
|
"author"
|
973
|
-
],
|
974
|
-
"nameRequired": true,
|
973
|
+
],
|
974
|
+
"nameRequired": true,
|
975
975
|
"superclasses": [
|
976
976
|
"range"
|
977
977
|
]
|
978
|
-
},
|
978
|
+
},
|
979
979
|
{
|
980
|
-
"childrenPresentational": true,
|
980
|
+
"childrenPresentational": true,
|
981
981
|
"implicitValues": {
|
982
982
|
"aria-checked": "false"
|
983
|
-
},
|
984
|
-
"name": "radio",
|
983
|
+
},
|
984
|
+
"name": "radio",
|
985
985
|
"nameFrom": [
|
986
|
-
"contents",
|
986
|
+
"contents",
|
987
987
|
"author"
|
988
|
-
],
|
989
|
-
"nameRequired": true,
|
988
|
+
],
|
989
|
+
"nameRequired": true,
|
990
990
|
"requiredAttributes": [
|
991
991
|
"aria-checked"
|
992
|
-
],
|
992
|
+
],
|
993
993
|
"superclasses": [
|
994
994
|
"input"
|
995
|
-
],
|
995
|
+
],
|
996
996
|
"supportedAttributes": [
|
997
|
-
"aria-posinset",
|
997
|
+
"aria-posinset",
|
998
998
|
"aria-setsize"
|
999
999
|
]
|
1000
|
-
},
|
1000
|
+
},
|
1001
1001
|
{
|
1002
1002
|
"mustContain": [
|
1003
1003
|
"radio"
|
1004
|
-
],
|
1005
|
-
"name": "radiogroup",
|
1004
|
+
],
|
1005
|
+
"name": "radiogroup",
|
1006
1006
|
"nameFrom": [
|
1007
1007
|
"author"
|
1008
|
-
],
|
1009
|
-
"nameRequired": true,
|
1008
|
+
],
|
1009
|
+
"nameRequired": true,
|
1010
1010
|
"superclasses": [
|
1011
1011
|
"select"
|
1012
|
-
],
|
1012
|
+
],
|
1013
1013
|
"supportedAttributes": [
|
1014
|
-
"aria-readonly",
|
1014
|
+
"aria-readonly",
|
1015
1015
|
"aria-required"
|
1016
1016
|
]
|
1017
|
-
},
|
1017
|
+
},
|
1018
1018
|
{
|
1019
|
-
"abstract": true,
|
1020
|
-
"name": "range",
|
1019
|
+
"abstract": true,
|
1020
|
+
"name": "range",
|
1021
1021
|
"nameFrom": [
|
1022
1022
|
"author"
|
1023
|
-
],
|
1023
|
+
],
|
1024
1024
|
"superclasses": [
|
1025
1025
|
"widget"
|
1026
|
-
],
|
1026
|
+
],
|
1027
1027
|
"supportedAttributes": [
|
1028
|
-
"aria-valuemax",
|
1029
|
-
"aria-valuemin",
|
1030
|
-
"aria-valuenow",
|
1028
|
+
"aria-valuemax",
|
1029
|
+
"aria-valuemin",
|
1030
|
+
"aria-valuenow",
|
1031
1031
|
"aria-valuetext"
|
1032
1032
|
]
|
1033
|
-
},
|
1033
|
+
},
|
1034
1034
|
{
|
1035
|
-
"name": "region",
|
1035
|
+
"name": "region",
|
1036
1036
|
"nameFrom": [
|
1037
1037
|
"author"
|
1038
|
-
],
|
1039
|
-
"nameRequired": true,
|
1038
|
+
],
|
1039
|
+
"nameRequired": true,
|
1040
1040
|
"superclasses": [
|
1041
1041
|
"landmark"
|
1042
1042
|
]
|
1043
|
-
},
|
1043
|
+
},
|
1044
1044
|
{
|
1045
|
-
"abstract": true,
|
1046
|
-
"name": "roletype",
|
1045
|
+
"abstract": true,
|
1046
|
+
"name": "roletype",
|
1047
1047
|
"supportedAttributes": [
|
1048
|
-
"aria-atomic",
|
1049
|
-
"aria-busy",
|
1050
|
-
"aria-controls",
|
1051
|
-
"aria-current",
|
1052
|
-
"aria-describedby",
|
1053
|
-
"aria-details",
|
1054
|
-
"aria-disabled",
|
1055
|
-
"aria-dropeffect",
|
1056
|
-
"aria-errormessage",
|
1057
|
-
"aria-flowto",
|
1058
|
-
"aria-grabbed",
|
1059
|
-
"aria-haspopup",
|
1060
|
-
"aria-hidden",
|
1061
|
-
"aria-invalid",
|
1062
|
-
"aria-keyshortcuts",
|
1063
|
-
"aria-label",
|
1064
|
-
"aria-labelledby",
|
1065
|
-
"aria-live",
|
1066
|
-
"aria-owns",
|
1067
|
-
"aria-relevant",
|
1048
|
+
"aria-atomic",
|
1049
|
+
"aria-busy",
|
1050
|
+
"aria-controls",
|
1051
|
+
"aria-current",
|
1052
|
+
"aria-describedby",
|
1053
|
+
"aria-details",
|
1054
|
+
"aria-disabled",
|
1055
|
+
"aria-dropeffect",
|
1056
|
+
"aria-errormessage",
|
1057
|
+
"aria-flowto",
|
1058
|
+
"aria-grabbed",
|
1059
|
+
"aria-haspopup",
|
1060
|
+
"aria-hidden",
|
1061
|
+
"aria-invalid",
|
1062
|
+
"aria-keyshortcuts",
|
1063
|
+
"aria-label",
|
1064
|
+
"aria-labelledby",
|
1065
|
+
"aria-live",
|
1066
|
+
"aria-owns",
|
1067
|
+
"aria-relevant",
|
1068
1068
|
"aria-roledescription"
|
1069
1069
|
]
|
1070
|
-
},
|
1070
|
+
},
|
1071
1071
|
{
|
1072
1072
|
"mustContain": [
|
1073
|
-
"cell",
|
1074
|
-
"columnheader",
|
1075
|
-
"gridcell",
|
1073
|
+
"cell",
|
1074
|
+
"columnheader",
|
1075
|
+
"gridcell",
|
1076
1076
|
"rowheader"
|
1077
|
-
],
|
1078
|
-
"name": "row",
|
1077
|
+
],
|
1078
|
+
"name": "row",
|
1079
1079
|
"nameFrom": [
|
1080
|
-
"contents",
|
1080
|
+
"contents",
|
1081
1081
|
"author"
|
1082
|
-
],
|
1082
|
+
],
|
1083
1083
|
"scope": [
|
1084
|
-
"grid",
|
1085
|
-
"rowgroup",
|
1086
|
-
"table",
|
1084
|
+
"grid",
|
1085
|
+
"rowgroup",
|
1086
|
+
"table",
|
1087
1087
|
"treegrid"
|
1088
|
-
],
|
1088
|
+
],
|
1089
1089
|
"superclasses": [
|
1090
|
-
"group",
|
1090
|
+
"group",
|
1091
1091
|
"widget"
|
1092
|
-
],
|
1092
|
+
],
|
1093
1093
|
"supportedAttributes": [
|
1094
|
-
"aria-colindex",
|
1095
|
-
"aria-level",
|
1096
|
-
"aria-rowindex",
|
1097
|
-
"aria-selected",
|
1098
|
-
"aria-setsize",
|
1094
|
+
"aria-colindex",
|
1095
|
+
"aria-level",
|
1096
|
+
"aria-rowindex",
|
1097
|
+
"aria-selected",
|
1098
|
+
"aria-setsize",
|
1099
1099
|
"aria-posinset"
|
1100
1100
|
]
|
1101
|
-
},
|
1101
|
+
},
|
1102
1102
|
{
|
1103
1103
|
"mustContain": [
|
1104
1104
|
"row"
|
1105
|
-
],
|
1106
|
-
"name": "rowgroup",
|
1105
|
+
],
|
1106
|
+
"name": "rowgroup",
|
1107
1107
|
"nameFrom": [
|
1108
|
-
"contents",
|
1108
|
+
"contents",
|
1109
1109
|
"author"
|
1110
|
-
],
|
1110
|
+
],
|
1111
1111
|
"scope": [
|
1112
|
-
"grid",
|
1113
|
-
"table",
|
1112
|
+
"grid",
|
1113
|
+
"table",
|
1114
1114
|
"treegrid"
|
1115
|
-
],
|
1115
|
+
],
|
1116
1116
|
"superclasses": [
|
1117
1117
|
"structure"
|
1118
1118
|
]
|
1119
|
-
},
|
1119
|
+
},
|
1120
1120
|
{
|
1121
|
-
"name": "rowheader",
|
1121
|
+
"name": "rowheader",
|
1122
1122
|
"nameFrom": [
|
1123
|
-
"contents",
|
1123
|
+
"contents",
|
1124
1124
|
"author"
|
1125
|
-
],
|
1126
|
-
"nameRequired": true,
|
1125
|
+
],
|
1126
|
+
"nameRequired": true,
|
1127
1127
|
"scope": [
|
1128
1128
|
"row"
|
1129
|
-
],
|
1129
|
+
],
|
1130
1130
|
"superclasses": [
|
1131
|
-
"cell",
|
1132
|
-
"gridcell",
|
1131
|
+
"cell",
|
1132
|
+
"gridcell",
|
1133
1133
|
"sectionhead"
|
1134
|
-
],
|
1134
|
+
],
|
1135
1135
|
"supportedAttributes": [
|
1136
1136
|
"aria-sort"
|
1137
1137
|
]
|
1138
|
-
},
|
1138
|
+
},
|
1139
1139
|
{
|
1140
|
-
"childrenPresentational": true,
|
1140
|
+
"childrenPresentational": true,
|
1141
1141
|
"implicitValues": {
|
1142
|
-
"aria-orientation": "vertical",
|
1143
|
-
"aria-valuemax": "100",
|
1142
|
+
"aria-orientation": "vertical",
|
1143
|
+
"aria-valuemax": "100",
|
1144
1144
|
"aria-valuemin": "0"
|
1145
|
-
},
|
1146
|
-
"name": "scrollbar",
|
1145
|
+
},
|
1146
|
+
"name": "scrollbar",
|
1147
1147
|
"nameFrom": [
|
1148
1148
|
"author"
|
1149
|
-
],
|
1150
|
-
"nameRequired": false,
|
1149
|
+
],
|
1150
|
+
"nameRequired": false,
|
1151
1151
|
"requiredAttributes": [
|
1152
|
-
"aria-controls",
|
1153
|
-
"aria-orientation",
|
1154
|
-
"aria-valuemax",
|
1155
|
-
"aria-valuemin",
|
1152
|
+
"aria-controls",
|
1153
|
+
"aria-orientation",
|
1154
|
+
"aria-valuemax",
|
1155
|
+
"aria-valuemin",
|
1156
1156
|
"aria-valuenow"
|
1157
|
-
],
|
1157
|
+
],
|
1158
1158
|
"superclasses": [
|
1159
1159
|
"range"
|
1160
1160
|
]
|
1161
|
-
},
|
1161
|
+
},
|
1162
1162
|
{
|
1163
|
-
"name": "search",
|
1163
|
+
"name": "search",
|
1164
1164
|
"nameFrom": [
|
1165
1165
|
"author"
|
1166
|
-
],
|
1166
|
+
],
|
1167
1167
|
"superclasses": [
|
1168
1168
|
"landmark"
|
1169
1169
|
]
|
1170
|
-
},
|
1170
|
+
},
|
1171
1171
|
{
|
1172
|
-
"name": "searchbox",
|
1172
|
+
"name": "searchbox",
|
1173
1173
|
"nameFrom": [
|
1174
1174
|
"author"
|
1175
|
-
],
|
1176
|
-
"nameRequired": true,
|
1175
|
+
],
|
1176
|
+
"nameRequired": true,
|
1177
1177
|
"superclasses": [
|
1178
1178
|
"textbox"
|
1179
1179
|
]
|
1180
|
-
},
|
1180
|
+
},
|
1181
1181
|
{
|
1182
|
-
"abstract": true,
|
1183
|
-
"name": "section",
|
1182
|
+
"abstract": true,
|
1183
|
+
"name": "section",
|
1184
1184
|
"superclasses": [
|
1185
1185
|
"structure"
|
1186
|
-
],
|
1186
|
+
],
|
1187
1187
|
"supportedAttributes": [
|
1188
1188
|
"aria-expanded"
|
1189
1189
|
]
|
1190
|
-
},
|
1190
|
+
},
|
1191
1191
|
{
|
1192
|
-
"abstract": true,
|
1193
|
-
"name": "sectionhead",
|
1192
|
+
"abstract": true,
|
1193
|
+
"name": "sectionhead",
|
1194
1194
|
"nameFrom": [
|
1195
|
-
"contents",
|
1195
|
+
"contents",
|
1196
1196
|
"author"
|
1197
|
-
],
|
1197
|
+
],
|
1198
1198
|
"superclasses": [
|
1199
1199
|
"structure"
|
1200
|
-
],
|
1200
|
+
],
|
1201
1201
|
"supportedAttributes": [
|
1202
1202
|
"aria-expanded"
|
1203
1203
|
]
|
1204
|
-
},
|
1204
|
+
},
|
1205
1205
|
{
|
1206
|
-
"abstract": true,
|
1207
|
-
"name": "select",
|
1206
|
+
"abstract": true,
|
1207
|
+
"name": "select",
|
1208
1208
|
"nameFrom": [
|
1209
1209
|
"author"
|
1210
|
-
],
|
1210
|
+
],
|
1211
1211
|
"superclasses": [
|
1212
|
-
"composite",
|
1212
|
+
"composite",
|
1213
1213
|
"group"
|
1214
1214
|
]
|
1215
|
-
},
|
1215
|
+
},
|
1216
1216
|
{
|
1217
|
-
"name": "separator",
|
1217
|
+
"name": "separator",
|
1218
1218
|
"nameFrom": [
|
1219
1219
|
"author"
|
1220
|
-
],
|
1220
|
+
],
|
1221
1221
|
"superclasses": [
|
1222
1222
|
"structure"
|
1223
|
-
],
|
1223
|
+
],
|
1224
1224
|
"supportedAttributes": [
|
1225
|
-
"aria-orientation",
|
1226
|
-
"aria-valuemin",
|
1227
|
-
"aria-valuemax",
|
1228
|
-
"aria-valuenow",
|
1225
|
+
"aria-orientation",
|
1226
|
+
"aria-valuemin",
|
1227
|
+
"aria-valuemax",
|
1228
|
+
"aria-valuenow",
|
1229
1229
|
"aria-valuetext"
|
1230
1230
|
]
|
1231
|
-
},
|
1231
|
+
},
|
1232
1232
|
{
|
1233
|
-
"childrenPresentational": true,
|
1233
|
+
"childrenPresentational": true,
|
1234
1234
|
"implicitValues": {
|
1235
|
-
"aria-orientation": "horizontal",
|
1236
|
-
"aria-valuemax": "100",
|
1235
|
+
"aria-orientation": "horizontal",
|
1236
|
+
"aria-valuemax": "100",
|
1237
1237
|
"aria-valuemin": "0"
|
1238
|
-
},
|
1239
|
-
"name": "slider",
|
1238
|
+
},
|
1239
|
+
"name": "slider",
|
1240
1240
|
"nameFrom": [
|
1241
1241
|
"author"
|
1242
|
-
],
|
1243
|
-
"nameRequired": true,
|
1242
|
+
],
|
1243
|
+
"nameRequired": true,
|
1244
1244
|
"requiredAttributes": [
|
1245
|
-
"aria-valuemax",
|
1246
|
-
"aria-valuemin",
|
1245
|
+
"aria-valuemax",
|
1246
|
+
"aria-valuemin",
|
1247
1247
|
"aria-valuenow"
|
1248
|
-
],
|
1248
|
+
],
|
1249
1249
|
"superclasses": [
|
1250
|
-
"input",
|
1250
|
+
"input",
|
1251
1251
|
"range"
|
1252
|
-
],
|
1252
|
+
],
|
1253
1253
|
"supportedAttributes": [
|
1254
1254
|
"aria-orientation"
|
1255
1255
|
]
|
1256
|
-
},
|
1256
|
+
},
|
1257
1257
|
{
|
1258
1258
|
"implicitValues": {
|
1259
1259
|
"aria-valuenow": "0"
|
1260
|
-
},
|
1261
|
-
"name": "spinbutton",
|
1260
|
+
},
|
1261
|
+
"name": "spinbutton",
|
1262
1262
|
"nameFrom": [
|
1263
1263
|
"author"
|
1264
|
-
],
|
1265
|
-
"nameRequired": true,
|
1264
|
+
],
|
1265
|
+
"nameRequired": true,
|
1266
1266
|
"requiredAttributes": [
|
1267
|
-
"aria-valuemax",
|
1268
|
-
"aria-valuemin",
|
1267
|
+
"aria-valuemax",
|
1268
|
+
"aria-valuemin",
|
1269
1269
|
"aria-valuenow"
|
1270
|
-
],
|
1270
|
+
],
|
1271
1271
|
"superclasses": [
|
1272
|
-
"composite",
|
1273
|
-
"input",
|
1272
|
+
"composite",
|
1273
|
+
"input",
|
1274
1274
|
"range"
|
1275
|
-
],
|
1275
|
+
],
|
1276
1276
|
"supportedAttributes": [
|
1277
|
-
"aria-required",
|
1277
|
+
"aria-required",
|
1278
1278
|
"aria-readonly"
|
1279
1279
|
]
|
1280
|
-
},
|
1280
|
+
},
|
1281
1281
|
{
|
1282
1282
|
"implicitValues": {
|
1283
|
-
"aria-atomic": "true",
|
1283
|
+
"aria-atomic": "true",
|
1284
1284
|
"aria-live": "polite"
|
1285
|
-
},
|
1286
|
-
"name": "status",
|
1285
|
+
},
|
1286
|
+
"name": "status",
|
1287
1287
|
"nameFrom": [
|
1288
1288
|
"author"
|
1289
|
-
],
|
1289
|
+
],
|
1290
1290
|
"superclasses": [
|
1291
1291
|
"section"
|
1292
1292
|
]
|
1293
|
-
},
|
1293
|
+
},
|
1294
1294
|
{
|
1295
|
-
"abstract": true,
|
1296
|
-
"name": "structure",
|
1295
|
+
"abstract": true,
|
1296
|
+
"name": "structure",
|
1297
1297
|
"superclasses": [
|
1298
1298
|
"roletype"
|
1299
1299
|
]
|
1300
|
-
},
|
1300
|
+
},
|
1301
1301
|
{
|
1302
|
-
"childrenPresentational": true,
|
1302
|
+
"childrenPresentational": true,
|
1303
1303
|
"implicitValues": {
|
1304
1304
|
"aria-checked": "false"
|
1305
|
-
},
|
1306
|
-
"name": "switch",
|
1305
|
+
},
|
1306
|
+
"name": "switch",
|
1307
1307
|
"nameFrom": [
|
1308
|
-
"contents",
|
1308
|
+
"contents",
|
1309
1309
|
"author"
|
1310
|
-
],
|
1311
|
-
"nameRequired": true,
|
1310
|
+
],
|
1311
|
+
"nameRequired": true,
|
1312
1312
|
"requiredAttributes": [
|
1313
1313
|
"aria-checked"
|
1314
|
-
],
|
1314
|
+
],
|
1315
1315
|
"superclasses": [
|
1316
1316
|
"checkbox"
|
1317
1317
|
]
|
1318
|
-
},
|
1318
|
+
},
|
1319
1319
|
{
|
1320
|
-
"childrenPresentational": true,
|
1320
|
+
"childrenPresentational": true,
|
1321
1321
|
"implicitValues": {
|
1322
1322
|
"aria-selected": "false"
|
1323
|
-
},
|
1324
|
-
"name": "tab",
|
1323
|
+
},
|
1324
|
+
"name": "tab",
|
1325
1325
|
"nameFrom": [
|
1326
|
-
"contents",
|
1326
|
+
"contents",
|
1327
1327
|
"author"
|
1328
|
-
],
|
1328
|
+
],
|
1329
1329
|
"scope": [
|
1330
1330
|
"tablist"
|
1331
|
-
],
|
1331
|
+
],
|
1332
1332
|
"superclasses": [
|
1333
|
-
"sectionhead",
|
1333
|
+
"sectionhead",
|
1334
1334
|
"widget"
|
1335
|
-
],
|
1335
|
+
],
|
1336
1336
|
"supportedAttributes": [
|
1337
1337
|
"aria-selected"
|
1338
1338
|
]
|
1339
|
-
},
|
1339
|
+
},
|
1340
1340
|
{
|
1341
1341
|
"mustContain": [
|
1342
1342
|
"row"
|
1343
|
-
],
|
1344
|
-
"name": "table",
|
1343
|
+
],
|
1344
|
+
"name": "table",
|
1345
1345
|
"nameFrom": [
|
1346
1346
|
"author"
|
1347
|
-
],
|
1348
|
-
"nameRequired": true,
|
1347
|
+
],
|
1348
|
+
"nameRequired": true,
|
1349
1349
|
"superclasses": [
|
1350
1350
|
"section"
|
1351
|
-
],
|
1351
|
+
],
|
1352
1352
|
"supportedAttributes": [
|
1353
|
-
"aria-colcount",
|
1353
|
+
"aria-colcount",
|
1354
1354
|
"aria-rowcount"
|
1355
1355
|
]
|
1356
|
-
},
|
1356
|
+
},
|
1357
1357
|
{
|
1358
1358
|
"implicitValues": {
|
1359
1359
|
"aria-orientation": "horizontal"
|
1360
|
-
},
|
1360
|
+
},
|
1361
1361
|
"mustContain": [
|
1362
1362
|
"tab"
|
1363
|
-
],
|
1364
|
-
"name": "tablist",
|
1363
|
+
],
|
1364
|
+
"name": "tablist",
|
1365
1365
|
"nameFrom": [
|
1366
1366
|
"author"
|
1367
|
-
],
|
1367
|
+
],
|
1368
1368
|
"superclasses": [
|
1369
1369
|
"composite"
|
1370
|
-
],
|
1370
|
+
],
|
1371
1371
|
"supportedAttributes": [
|
1372
|
-
"aria-level",
|
1373
|
-
"aria-multiselectable",
|
1372
|
+
"aria-level",
|
1373
|
+
"aria-multiselectable",
|
1374
1374
|
"aria-orientation"
|
1375
1375
|
]
|
1376
|
-
},
|
1376
|
+
},
|
1377
1377
|
{
|
1378
|
-
"name": "tabpanel",
|
1378
|
+
"name": "tabpanel",
|
1379
1379
|
"nameFrom": [
|
1380
1380
|
"author"
|
1381
|
-
],
|
1382
|
-
"nameRequired": true,
|
1381
|
+
],
|
1382
|
+
"nameRequired": true,
|
1383
1383
|
"superclasses": [
|
1384
1384
|
"section"
|
1385
1385
|
]
|
1386
|
-
},
|
1386
|
+
},
|
1387
1387
|
{
|
1388
|
-
"name": "term",
|
1388
|
+
"name": "term",
|
1389
1389
|
"nameFrom": [
|
1390
1390
|
"author"
|
1391
|
-
],
|
1391
|
+
],
|
1392
1392
|
"superclasses": [
|
1393
1393
|
"section"
|
1394
1394
|
]
|
1395
|
-
},
|
1395
|
+
},
|
1396
1396
|
{
|
1397
|
-
"name": "textbox",
|
1397
|
+
"name": "textbox",
|
1398
1398
|
"nameFrom": [
|
1399
1399
|
"author"
|
1400
|
-
],
|
1401
|
-
"nameRequired": true,
|
1400
|
+
],
|
1401
|
+
"nameRequired": true,
|
1402
1402
|
"superclasses": [
|
1403
1403
|
"input"
|
1404
|
-
],
|
1404
|
+
],
|
1405
1405
|
"supportedAttributes": [
|
1406
|
-
"aria-activedescendant",
|
1407
|
-
"aria-autocomplete",
|
1408
|
-
"aria-multiline",
|
1409
|
-
"aria-placeholder",
|
1410
|
-
"aria-readonly",
|
1406
|
+
"aria-activedescendant",
|
1407
|
+
"aria-autocomplete",
|
1408
|
+
"aria-multiline",
|
1409
|
+
"aria-placeholder",
|
1410
|
+
"aria-readonly",
|
1411
1411
|
"aria-required"
|
1412
1412
|
]
|
1413
|
-
},
|
1413
|
+
},
|
1414
1414
|
{
|
1415
|
-
"name": "timer",
|
1415
|
+
"name": "timer",
|
1416
1416
|
"nameFrom": [
|
1417
1417
|
"author"
|
1418
|
-
],
|
1418
|
+
],
|
1419
1419
|
"superclasses": [
|
1420
1420
|
"status"
|
1421
1421
|
]
|
1422
|
-
},
|
1422
|
+
},
|
1423
1423
|
{
|
1424
1424
|
"implicitValues": {
|
1425
1425
|
"aria-orientation": "horizontal"
|
1426
|
-
},
|
1427
|
-
"name": "toolbar",
|
1426
|
+
},
|
1427
|
+
"name": "toolbar",
|
1428
1428
|
"nameFrom": [
|
1429
1429
|
"author"
|
1430
|
-
],
|
1430
|
+
],
|
1431
1431
|
"superclasses": [
|
1432
1432
|
"group"
|
1433
|
-
],
|
1433
|
+
],
|
1434
1434
|
"supportedAttributes": [
|
1435
1435
|
"aria-orientation"
|
1436
1436
|
]
|
1437
|
-
},
|
1437
|
+
},
|
1438
1438
|
{
|
1439
|
-
"name": "tooltip",
|
1439
|
+
"name": "tooltip",
|
1440
1440
|
"nameFrom": [
|
1441
|
-
"contents",
|
1441
|
+
"contents",
|
1442
1442
|
"author"
|
1443
|
-
],
|
1444
|
-
"nameRequired": true,
|
1443
|
+
],
|
1444
|
+
"nameRequired": true,
|
1445
1445
|
"superclasses": [
|
1446
1446
|
"section"
|
1447
1447
|
]
|
1448
|
-
},
|
1448
|
+
},
|
1449
1449
|
{
|
1450
1450
|
"implicitValues": {
|
1451
1451
|
"aria-orientation": "vertical"
|
1452
|
-
},
|
1452
|
+
},
|
1453
1453
|
"mustContain": [
|
1454
|
-
"group",
|
1454
|
+
"group",
|
1455
1455
|
"treeitem"
|
1456
|
-
],
|
1457
|
-
"name": "tree",
|
1456
|
+
],
|
1457
|
+
"name": "tree",
|
1458
1458
|
"nameFrom": [
|
1459
1459
|
"author"
|
1460
|
-
],
|
1461
|
-
"nameRequired": true,
|
1460
|
+
],
|
1461
|
+
"nameRequired": true,
|
1462
1462
|
"superclasses": [
|
1463
1463
|
"select"
|
1464
|
-
],
|
1464
|
+
],
|
1465
1465
|
"supportedAttributes": [
|
1466
|
-
"aria-multiselectable",
|
1466
|
+
"aria-multiselectable",
|
1467
1467
|
"aria-required"
|
1468
1468
|
]
|
1469
|
-
},
|
1469
|
+
},
|
1470
1470
|
{
|
1471
1471
|
"mustContain": [
|
1472
1472
|
"row"
|
1473
|
-
],
|
1474
|
-
"name": "treegrid",
|
1473
|
+
],
|
1474
|
+
"name": "treegrid",
|
1475
1475
|
"nameFrom": [
|
1476
1476
|
"author"
|
1477
|
-
],
|
1478
|
-
"nameRequired": true,
|
1477
|
+
],
|
1478
|
+
"nameRequired": true,
|
1479
1479
|
"superclasses": [
|
1480
|
-
"grid",
|
1480
|
+
"grid",
|
1481
1481
|
"tree"
|
1482
1482
|
]
|
1483
|
-
},
|
1483
|
+
},
|
1484
1484
|
{
|
1485
|
-
"name": "treeitem",
|
1485
|
+
"name": "treeitem",
|
1486
1486
|
"nameFrom": [
|
1487
|
-
"contents",
|
1487
|
+
"contents",
|
1488
1488
|
"author"
|
1489
|
-
],
|
1490
|
-
"nameRequired": true,
|
1489
|
+
],
|
1490
|
+
"nameRequired": true,
|
1491
1491
|
"scope": [
|
1492
|
-
"group",
|
1492
|
+
"group",
|
1493
1493
|
"tree"
|
1494
|
-
],
|
1494
|
+
],
|
1495
1495
|
"superclasses": [
|
1496
|
-
"listitem",
|
1496
|
+
"listitem",
|
1497
1497
|
"option"
|
1498
1498
|
]
|
1499
|
-
},
|
1499
|
+
},
|
1500
1500
|
{
|
1501
|
-
"abstract": true,
|
1502
|
-
"name": "widget",
|
1501
|
+
"abstract": true,
|
1502
|
+
"name": "widget",
|
1503
1503
|
"superclasses": [
|
1504
1504
|
"roletype"
|
1505
1505
|
]
|
1506
|
-
},
|
1506
|
+
},
|
1507
1507
|
{
|
1508
|
-
"abstract": true,
|
1509
|
-
"name": "window",
|
1508
|
+
"abstract": true,
|
1509
|
+
"name": "window",
|
1510
1510
|
"nameFrom": [
|
1511
1511
|
"author"
|
1512
|
-
],
|
1512
|
+
],
|
1513
1513
|
"superclasses": [
|
1514
1514
|
"roletype"
|
1515
|
-
],
|
1515
|
+
],
|
1516
1516
|
"supportedAttributes": [
|
1517
|
-
"aria-expanded",
|
1517
|
+
"aria-expanded",
|
1518
1518
|
"aria-modal"
|
1519
1519
|
]
|
1520
1520
|
}
|