testilo 34.0.2 → 35.0.1

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.
Files changed (55) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +49 -12
  3. package/batch.js +22 -0
  4. package/call.js +22 -0
  5. package/compare.js +22 -0
  6. package/credit.js +22 -0
  7. package/difgest.js +22 -0
  8. package/digest.js +22 -0
  9. package/merge.js +22 -0
  10. package/package.json +5 -5
  11. package/procs/analyze/axeFrac.js +22 -0
  12. package/procs/analyze/coverage.js +22 -0
  13. package/procs/analyze/ruleCounts.js +22 -0
  14. package/procs/analyze/toolScores.js +22 -0
  15. package/procs/compare/cpA11yMessage/index.js +22 -0
  16. package/procs/compare/cpProductPrice/index.js +22 -0
  17. package/procs/compare/tcp40/index.js +22 -0
  18. package/procs/difgest/tfp40/index.js +22 -0
  19. package/procs/digest/dpProductPrice/index.js +22 -0
  20. package/procs/digest/dpa11yMessage/index.js +22 -0
  21. package/procs/digest/tdp40/index.js +22 -0
  22. package/procs/digest/tdp41/index.js +24 -2
  23. package/procs/digest/tdp42/index.html +1 -1
  24. package/procs/digest/tdp42/index.js +25 -3
  25. package/procs/score/tic40.js +22 -0
  26. package/procs/score/tic41.js +22 -0
  27. package/procs/score/tsp40.js +22 -0
  28. package/procs/score/tsp41.js +24 -2
  29. package/procs/score/tsp42.js +366 -0
  30. package/procs/score/tspA11yMessage.js +22 -0
  31. package/procs/score/tspProductPrice.js +22 -0
  32. package/procs/test.js +22 -0
  33. package/procs/track/ttp40/index.js +22 -0
  34. package/procs/util.js +23 -1
  35. package/reconcile.js +22 -0
  36. package/rescore.js +22 -0
  37. package/score.js +22 -0
  38. package/script.js +22 -0
  39. package/summarize.js +22 -0
  40. package/track.js +22 -0
  41. package/validation/compare/comparer.js +22 -0
  42. package/validation/compare/validate.js +22 -0
  43. package/validation/digest/digester.js +22 -0
  44. package/validation/digest/validate.js +22 -0
  45. package/validation/merge/validate.js +22 -0
  46. package/validation/score/scorer.js +22 -0
  47. package/validation/score/validate.js +22 -0
  48. package/toolRules/alfa.tsv +0 -82
  49. package/toolRules/axe.js +0 -390
  50. package/toolRules/htmlcs.js +0 -543
  51. package/toolRules/ibm.tsv +0 -159
  52. package/toolRules/qualWeb.tsv +0 -121
  53. package/toolRules/tenon.tsv +0 -14
  54. package/toolRules/wave.json +0 -1617
  55. package/toolRules/wave.tsv +0 -55
@@ -1,1617 +0,0 @@
1
- [
2
- {
3
- "name": "alt_missing",
4
- "title": "Missing alternative text",
5
- "type": "error",
6
- "summary": "Image alternative text is not present.",
7
- "guidelines": [
8
- {
9
- "name": "1.1.1 Non-text Content (Level A)",
10
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
11
- }
12
- ]
13
- },
14
- {
15
- "name": "alt_link_missing",
16
- "title": "Linked image missing alternative text",
17
- "type": "error",
18
- "summary": "An image without alternative text results in an empty link.",
19
- "guidelines": [
20
- {
21
- "name": "1.1.1 Non-text Content (Level A)",
22
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
23
- },
24
- {
25
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
26
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
27
- }
28
- ]
29
- },
30
- {
31
- "name": "alt_spacer_missing",
32
- "title": "Spacer image missing alternative text",
33
- "type": "error",
34
- "summary": "A layout spacer image (which should have null/empty alternative text) does not have an alt attribute.",
35
- "guidelines": [
36
- {
37
- "name": "1.1.1 Non-text Content (Level A)",
38
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
39
- }
40
- ]
41
- },
42
- {
43
- "name": "alt_input_missing",
44
- "title": "Image button missing alternative text",
45
- "type": "error",
46
- "summary": "Alternative text is not present for a form image button.",
47
- "guidelines": [
48
- {
49
- "name": "1.1.1 Non-text Content (Level A)",
50
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
51
- },
52
- {
53
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
54
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
55
- }
56
- ]
57
- },
58
- {
59
- "name": "alt_area_missing",
60
- "title": "Image map area missing alternative text",
61
- "type": "error",
62
- "summary": "Alternative text is not present for an image map area (hot spot).",
63
- "guidelines": [
64
- {
65
- "name": "1.1.1 Non-text Content (Level A)",
66
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
67
- },
68
- {
69
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
70
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
71
- }
72
- ]
73
- },
74
- {
75
- "name": "alt_map_missing",
76
- "title": "Image map missing alternative text",
77
- "type": "error",
78
- "summary": "An image that has hot spots does not have an alt attribute.",
79
- "guidelines": [
80
- {
81
- "name": "1.1.1 Non-text Content (Level A)",
82
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
83
- }
84
- ]
85
- },
86
- {
87
- "name": "longdesc_invalid",
88
- "title": "Invalid longdesc",
89
- "type": "error",
90
- "summary": "The longdesc attribute is not a URL.",
91
- "guidelines": [
92
- {
93
- "name": "1.1.1 Non-text Content (Level A)",
94
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
95
- }
96
- ]
97
- },
98
- {
99
- "name": "label_missing",
100
- "title": "Missing form label",
101
- "type": "error",
102
- "summary": "A form control does not have a corresponding label.",
103
- "guidelines": [
104
- {
105
- "name": "1.1.1 Non-text Content (Level A)",
106
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
107
- },
108
- {
109
- "name": "1.3.1 Info and Relationships (Level A)",
110
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
111
- },
112
- {
113
- "name": "2.4.6 Headings and Labels (Level AA)",
114
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
115
- },
116
- {
117
- "name": "3.3.2 Labels or Instructions (Level A)",
118
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
119
- }
120
- ]
121
- },
122
- {
123
- "name": "label_empty",
124
- "title": "Empty form label",
125
- "type": "error",
126
- "summary": "A form label is present, but does not contain any content.",
127
- "guidelines": [
128
- {
129
- "name": "1.1.1 Non-text Content (Level A)",
130
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
131
- },
132
- {
133
- "name": "1.3.1 Info and Relationships (Level A)",
134
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
135
- },
136
- {
137
- "name": "2.4.6 Headings and Labels (Level AA)",
138
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
139
- },
140
- {
141
- "name": "3.3.2 Labels or Instructions (Level A)",
142
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
143
- }
144
- ]
145
- },
146
- {
147
- "name": "label_multiple",
148
- "title": "Multiple form labels",
149
- "type": "error",
150
- "summary": "A form control has more than one label associated with it.",
151
- "guidelines": [
152
- {
153
- "name": "1.1.1 Non-text Content (Level A)",
154
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
155
- },
156
- {
157
- "name": "1.3.1 Info and Relationships (Level A)",
158
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
159
- },
160
- {
161
- "name": "2.4.6 Headings and Labels (Level AA)",
162
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
163
- },
164
- {
165
- "name": "3.3.2 Labels or Instructions (Level A)",
166
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
167
- }
168
- ]
169
- },
170
- {
171
- "name": "aria_reference_broken",
172
- "title": "Broken ARIA reference",
173
- "type": "error",
174
- "summary": "An aria-labelledby or aria-describedby reference exists, but the target for the reference does not exist.",
175
- "guidelines": [
176
- {
177
- "name": "1.3.1 Info and Relationships (Level A)",
178
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
179
- },
180
- {
181
- "name": "4.1.2 Name, Role, Value (Level A)",
182
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
183
- }
184
- ]
185
- },
186
- {
187
- "name": "aria_menu_broken",
188
- "title": "Broken ARIA menu",
189
- "type": "error",
190
- "summary": "An ARIA menu does not contain required menu items.",
191
- "guidelines": [
192
- {
193
- "name": "2.1.1 Keyboard (Level A)",
194
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
195
- },
196
- {
197
- "name": "4.1.2 Name, Role, Value (Level A)",
198
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
199
- }
200
- ]
201
- },
202
- {
203
- "name": "title_invalid",
204
- "title": "Missing or uninformative page title",
205
- "type": "error",
206
- "summary": "The page title is missing or not descriptive.",
207
- "guidelines": [
208
- {
209
- "name": "2.4.2 Page Titled (Level A)",
210
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.2"
211
- }
212
- ]
213
- },
214
- {
215
- "name": "language_missing",
216
- "title": "Language missing or invalid",
217
- "type": "error",
218
- "summary": "The language of the document is not identified or a lang attribute value is invalid.",
219
- "guidelines": [
220
- {
221
- "name": "3.1.1 Language of Page (Level A)",
222
- "link": "https://webaim.org/standards/wcag/checklist#sc3.1.1"
223
- }
224
- ]
225
- },
226
- {
227
- "name": "meta_refresh",
228
- "title": "Page refreshes or redirects",
229
- "type": "error",
230
- "summary": "The page is set to automatically change location or refresh using a <meta> tag.",
231
- "guidelines": [
232
- {
233
- "name": "2.2.1 Timing Adjustable (Level A)",
234
- "link": "https://webaim.org/standards/wcag/checklist#sc2.2.1"
235
- },
236
- {
237
- "name": "2.2.2 Pause, Stop, Hide (Level A)",
238
- "link": "https://webaim.org/standards/wcag/checklist#sc2.2.2"
239
- }
240
- ]
241
- },
242
- {
243
- "name": "heading_empty",
244
- "title": "Empty heading",
245
- "type": "error",
246
- "summary": "A heading contains no content.",
247
- "guidelines": [
248
- {
249
- "name": "1.3.1 Info and Relationships (Level A)",
250
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
251
- },
252
- {
253
- "name": "2.4.1 Bypass Blocks (Level A)",
254
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
255
- },
256
- {
257
- "name": "2.4.6 Headings and Labels (Level AA)",
258
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
259
- }
260
- ]
261
- },
262
- {
263
- "name": "button_empty",
264
- "title": "Empty button",
265
- "type": "error",
266
- "summary": "A button is empty or has no value text.",
267
- "guidelines": [
268
- {
269
- "name": "1.1.1 Non-text Content (Level A)",
270
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
271
- },
272
- {
273
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
274
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
275
- }
276
- ]
277
- },
278
- {
279
- "name": "link_empty",
280
- "title": "Empty link",
281
- "type": "error",
282
- "summary": "A link contains no text.",
283
- "guidelines": [
284
- {
285
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
286
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
287
- }
288
- ]
289
- },
290
- {
291
- "name": "link_skip_broken",
292
- "title": "Broken skip link",
293
- "type": "error",
294
- "summary": "A skip navigation link exists, but the target for the link does not exist or the link is not keyboard accessible.",
295
- "guidelines": [
296
- {
297
- "name": "2.1.1 Keyboard (Level A)",
298
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
299
- },
300
- {
301
- "name": "2.4.1 Bypass Blocks (Level A)",
302
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
303
- }
304
- ]
305
- },
306
- {
307
- "name": "th_empty",
308
- "title": "Empty table header",
309
- "type": "error",
310
- "summary": "A <th> (table header) contains no text.",
311
- "guidelines": [
312
- {
313
- "name": "1.3.1 Info and Relationships (Level A)",
314
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
315
- }
316
- ]
317
- },
318
- {
319
- "name": "blink",
320
- "title": "Blinking content",
321
- "type": "error",
322
- "summary": "Blinking content is present.",
323
- "guidelines": [
324
- {
325
- "name": "2.2.2 Pause, Stop, Hide (Level A)",
326
- "link": "https://webaim.org/standards/wcag/checklist#sc2.2.2"
327
- }
328
- ]
329
- },
330
- {
331
- "name": "marquee",
332
- "title": "Marquee",
333
- "type": "error",
334
- "summary": "A <marquee> element is present.",
335
- "guidelines": [
336
- {
337
- "name": "2.2.2 Pause, Stop, Hide (Level A)",
338
- "link": "https://webaim.org/standards/wcag/checklist#sc2.2.2"
339
- }
340
- ]
341
- },
342
- {
343
- "name": "contrast",
344
- "title": "Very low contrast",
345
- "type": "contrast",
346
- "summary": "Very low contrast between text and background colors.",
347
- "guidelines": [
348
- {
349
- "name": "1.4.3 Contrast (Minimum) (Level AA)",
350
- "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
351
- }
352
- ]
353
- },
354
- {
355
- "name": "alt_suspicious",
356
- "title": "Suspicious alternative text",
357
- "type": "alert",
358
- "summary": "Alternative text is likely insufficient or contains extraneous information.",
359
- "guidelines": [
360
- {
361
- "name": "1.1.1 Non-text Content (Level A)",
362
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
363
- }
364
- ]
365
- },
366
- {
367
- "name": "alt_redundant",
368
- "title": "Redundant alternative text",
369
- "type": "alert",
370
- "summary": "The alternative text for an image is the same as nearby or adjacent text.",
371
- "guidelines": [
372
- {
373
- "name": "1.1.1 Non-text Content (Level A)",
374
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
375
- }
376
- ]
377
- },
378
- {
379
- "name": "alt_duplicate",
380
- "title": "A nearby image has the same alternative text",
381
- "type": "alert",
382
- "summary": "Two images near each other have the same alternative text.",
383
- "guidelines": [
384
- {
385
- "name": "1.1.1 Non-text Content (Level A)",
386
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
387
- }
388
- ]
389
- },
390
- {
391
- "name": "alt_long",
392
- "title": "Long alternative text",
393
- "type": "alert",
394
- "summary": "An image has very long alternative text.",
395
- "guidelines": [
396
- {
397
- "name": "1.1.1 Non-text Content (Level A)",
398
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
399
- }
400
- ]
401
- },
402
- {
403
- "name": "longdesc",
404
- "title": "Long description",
405
- "type": "alert",
406
- "summary": "The longdesc attribute is present.",
407
- "guidelines": [
408
- {
409
- "name": "1.1.1 Non-text Content (Level A)",
410
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
411
- }
412
- ]
413
- },
414
- {
415
- "name": "image_title",
416
- "title": "Image with title",
417
- "type": "alert",
418
- "summary": "An image has a title attribute value but no alt value.",
419
- "guidelines": [
420
- {
421
- "name": "1.1.1 Non-text Content (Level A)",
422
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
423
- }
424
- ]
425
- },
426
- {
427
- "name": "label_orphaned",
428
- "title": "Orphaned form label",
429
- "type": "alert",
430
- "summary": "A form label is present, but it is not correctly associated with a form control.",
431
- "guidelines": [
432
- {
433
- "name": "1.1.1 Non-text Content (Level A)",
434
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
435
- },
436
- {
437
- "name": "1.3.1 Info and Relationships (Level A)",
438
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
439
- },
440
- {
441
- "name": "2.4.6 Headings and Labels (Level AA)",
442
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
443
- },
444
- {
445
- "name": "3.3.2 Labels or Instructions (Level A)",
446
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
447
- }
448
- ]
449
- },
450
- {
451
- "name": "label_title",
452
- "title": "Unlabeled form control with title",
453
- "type": "alert",
454
- "summary": "A form control does not have a label, but has a title.",
455
- "guidelines": [
456
- {
457
- "name": "1.1.1 Non-text Content (Level A)",
458
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
459
- },
460
- {
461
- "name": "1.3.1 Info and Relationships (Level A)",
462
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
463
- },
464
- {
465
- "name": "2.4.6 Headings and Labels (Level AA)",
466
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
467
- },
468
- {
469
- "name": "3.3.2 Labels or Instructions (Level A)",
470
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
471
- }
472
- ]
473
- },
474
- {
475
- "name": "select_missing_label",
476
- "title": "Select missing label",
477
- "type": "alert",
478
- "summary": "A select element does not have an associated label",
479
- "guidelines": [
480
- {
481
- "name": "1.3.1 Info and Relationships (Level A)",
482
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
483
- },
484
- {
485
- "name": "2.4.6 Headings and Labels (Level AA)",
486
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
487
- },
488
- {
489
- "name": "3.3.2 Labels or Instructions (Level A)",
490
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
491
- }
492
- ]
493
- },
494
- {
495
- "name": "fieldset_missing",
496
- "title": "Missing fieldset",
497
- "type": "alert",
498
- "summary": "A group of check boxes or radio buttons is not enclosed in a fieldset.",
499
- "guidelines": [
500
- {
501
- "name": "1.1.1 Non-text Content (Level A)",
502
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
503
- },
504
- {
505
- "name": "1.3.1 Info and Relationships (Level A)",
506
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
507
- },
508
- {
509
- "name": "2.4.6 Headings and Labels (Level AA)",
510
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
511
- },
512
- {
513
- "name": "3.3.2 Labels or Instructions (Level A)",
514
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
515
- }
516
- ]
517
- },
518
- {
519
- "name": "legend_missing",
520
- "title": "Fieldset missing legend",
521
- "type": "alert",
522
- "summary": "A fieldset does not have a legend.",
523
- "guidelines": [
524
- {
525
- "name": "1.1.1 Non-text Content (Level A)",
526
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
527
- },
528
- {
529
- "name": "1.3.1 Info and Relationships (Level A)",
530
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
531
- },
532
- {
533
- "name": "2.4.6 Headings and Labels (Level AA)",
534
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
535
- },
536
- {
537
- "name": "3.3.2 Labels or Instructions (Level A)",
538
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
539
- }
540
- ]
541
- },
542
- {
543
- "name": "heading_missing",
544
- "title": "No heading structure",
545
- "type": "alert",
546
- "summary": "The page has no headings.",
547
- "guidelines": [
548
- {
549
- "name": "1.3.1 Info and Relationships (Level A)",
550
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
551
- },
552
- {
553
- "name": "2.4.6 Headings and Labels (Level AA)",
554
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
555
- }
556
- ]
557
- },
558
- {
559
- "name": "h1_missing",
560
- "title": "Missing first level heading",
561
- "type": "alert",
562
- "summary": "A page does not have a first level heading.",
563
- "guidelines": [
564
- {
565
- "name": "1.3.1 Info and Relationships (Level A)",
566
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
567
- },
568
- {
569
- "name": "2.4.6 Headings and Labels (Level AA)",
570
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
571
- }
572
- ]
573
- },
574
- {
575
- "name": "region_missing",
576
- "title": "No page regions",
577
- "type": "alert",
578
- "summary": "No page regions or ARIA landmarks were found.",
579
- "guidelines": [
580
- {
581
- "name": "1.3.1 Info and Relationships (Level A)",
582
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
583
- },
584
- {
585
- "name": "2.4.1 Bypass Blocks (Level A)",
586
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
587
- }
588
- ]
589
- },
590
- {
591
- "name": "heading_skipped",
592
- "title": "Skipped heading level",
593
- "type": "alert",
594
- "summary": "A heading level is skipped.",
595
- "guidelines": [
596
- {
597
- "name": "1.3.1 Info and Relationships (Level A)",
598
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
599
- },
600
- {
601
- "name": "2.4.1 Bypass Blocks (Level A)",
602
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
603
- },
604
- {
605
- "name": "2.4.6 Headings and Labels (Level AA)",
606
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
607
- }
608
- ]
609
- },
610
- {
611
- "name": "heading_possible",
612
- "title": "Possible heading",
613
- "type": "alert",
614
- "summary": "Text appears to be a heading but is not a heading element.",
615
- "guidelines": [
616
- {
617
- "name": "1.3.1 Info and Relationships (Level A)",
618
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
619
- },
620
- {
621
- "name": "2.4.1 Bypass Blocks (Level A)",
622
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
623
- },
624
- {
625
- "name": "2.4.6 Headings and Labels (Level AA)",
626
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
627
- }
628
- ]
629
- },
630
- {
631
- "name": "table_layout",
632
- "title": "Layout table",
633
- "type": "alert",
634
- "summary": "A layout table is present.",
635
- "guidelines": [
636
- {
637
- "name": "1.3.1 Info and Relationships (Level A)",
638
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
639
- },
640
- {
641
- "name": "1.3.2 Meaningful Sequence (Level A)",
642
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.2"
643
- }
644
- ]
645
- },
646
- {
647
- "name": "table_caption_possible",
648
- "title": "Possible table caption",
649
- "type": "alert",
650
- "summary": "Text appears to be a table caption, but is not a caption element.",
651
- "guidelines": [
652
- {
653
- "name": "1.3.1 Info and Relationships (Level A)",
654
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
655
- }
656
- ]
657
- },
658
- {
659
- "name": "list_possible",
660
- "title": "Possible list",
661
- "type": "alert",
662
- "summary": "Text is structured like a list but lacks proper list semantics.",
663
- "guidelines": [
664
- {
665
- "name": "1.3.1 Info and Relationships (Level A)",
666
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
667
- }
668
- ]
669
- },
670
- {
671
- "name": "link_internal_broken",
672
- "title": "Broken same-page link",
673
- "type": "alert",
674
- "summary": "A link to another location within the page is present but does not have a corresponding target.",
675
- "guidelines": [
676
- {
677
- "name": "2.1.1 Keyboard (Level A)",
678
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
679
- }
680
- ]
681
- },
682
- {
683
- "name": "link_suspicious",
684
- "title": "Suspicious link text",
685
- "type": "alert",
686
- "summary": "Link text contains extraneous text or may not make sense out of context.",
687
- "guidelines": [
688
- {
689
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
690
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
691
- }
692
- ]
693
- },
694
- {
695
- "name": "link_redundant",
696
- "title": "Redundant link",
697
- "type": "alert",
698
- "summary": "Adjacent links go to the same URL.",
699
- "guidelines": [
700
- {
701
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
702
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
703
- }
704
- ]
705
- },
706
- {
707
- "name": "link_word",
708
- "title": "Link to Word document",
709
- "type": "alert",
710
- "summary": "A link to a Microsoft Word document is present.",
711
- "guidelines": []
712
- },
713
- {
714
- "name": "link_excel",
715
- "title": "Link to Excel spreadsheet",
716
- "type": "alert",
717
- "summary": "A link to a Microsoft Excel spreadsheet is present.",
718
- "guidelines": []
719
- },
720
- {
721
- "name": "link_powerpoint",
722
- "title": "Link to PowerPoint document",
723
- "type": "alert",
724
- "summary": "A link to a Microsoft PowerPoint presentation is present.",
725
- "guidelines": []
726
- },
727
- {
728
- "name": "link_pdf",
729
- "title": "Link to PDF document",
730
- "type": "alert",
731
- "summary": "A link to a PDF document is present.",
732
- "guidelines": []
733
- },
734
- {
735
- "name": "link_document",
736
- "title": "Link to document",
737
- "type": "alert",
738
- "summary": "A link to a non-HTML document is present.",
739
- "guidelines": []
740
- },
741
- {
742
- "name": "audio_video",
743
- "title": "Audio/Video",
744
- "type": "alert",
745
- "summary": "An audio or video file or link is present.",
746
- "guidelines": [
747
- {
748
- "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
749
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
750
- },
751
- {
752
- "name": "1.2.2 Captions (Prerecorded) (Level A)",
753
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
754
- },
755
- {
756
- "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
757
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
758
- },
759
- {
760
- "name": "1.2.5 Audio Description (Prerecorded) (Level AA)",
761
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.5"
762
- },
763
- {
764
- "name": "1.4.2 Audio Control (Level A)",
765
- "link": "https://webaim.org/standards/wcag/checklist#sc1.4.2"
766
- }
767
- ]
768
- },
769
- {
770
- "name": "html5_video_audio",
771
- "title": "HTML5 video or audio",
772
- "type": "alert",
773
- "summary": "A <video> or <audio> element is present.",
774
- "guidelines": [
775
- {
776
- "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
777
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
778
- },
779
- {
780
- "name": "1.2.2 Captions (Prerecorded) (Level A)",
781
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
782
- },
783
- {
784
- "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
785
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
786
- },
787
- {
788
- "name": "1.2.5 Audio Description (Prerecorded) (Level AA)",
789
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.5"
790
- },
791
- {
792
- "name": "1.4.2 Audio Control (Level A)",
793
- "link": "https://webaim.org/standards/wcag/checklist#sc1.4.2"
794
- }
795
- ]
796
- },
797
- {
798
- "name": "youtube_video",
799
- "title": "YouTube video",
800
- "type": "alert",
801
- "summary": "An embedded or linked YouTube video is present.",
802
- "guidelines": [
803
- {
804
- "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
805
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
806
- },
807
- {
808
- "name": "1.2.2 Captions (Prerecorded) (Level A)",
809
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
810
- },
811
- {
812
- "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
813
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
814
- }
815
- ]
816
- },
817
- {
818
- "name": "flash",
819
- "title": "Flash",
820
- "type": "alert",
821
- "summary": "Flash content is present.",
822
- "guidelines": [
823
- {
824
- "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
825
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
826
- },
827
- {
828
- "name": "1.2.2 Captions (Prerecorded) (Level A)",
829
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
830
- },
831
- {
832
- "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
833
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
834
- },
835
- {
836
- "name": "1.2.5 Audio Description (Prerecorded) (Level AA)",
837
- "link": "https://webaim.org/standards/wcag/checklist#sc1.2.5"
838
- },
839
- {
840
- "name": "2.1.2 No Keyboard Trap (Level A)",
841
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.2"
842
- }
843
- ]
844
- },
845
- {
846
- "name": "applet",
847
- "title": "Java applet",
848
- "type": "alert",
849
- "summary": "A Java applet is present.",
850
- "guidelines": []
851
- },
852
- {
853
- "name": "plugin",
854
- "title": "Plugin",
855
- "type": "alert",
856
- "summary": "An unidentified plugin is present.",
857
- "guidelines": []
858
- },
859
- {
860
- "name": "noscript",
861
- "title": "Noscript element",
862
- "type": "alert",
863
- "summary": "A <noscript> element is present.",
864
- "guidelines": []
865
- },
866
- {
867
- "name": "event_handler",
868
- "title": "Device dependent event handler",
869
- "type": "alert",
870
- "summary": "An event handler is present that may not be accessible.",
871
- "guidelines": [
872
- {
873
- "name": "2.1.1 Keyboard (Level A)",
874
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
875
- }
876
- ]
877
- },
878
- {
879
- "name": "javascript_jumpmenu",
880
- "title": "JavaScript jump menu",
881
- "type": "alert",
882
- "summary": "A JavaScript jump menu may be present.",
883
- "guidelines": [
884
- {
885
- "name": "2.1.1 Keyboard (Level A)",
886
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
887
- },
888
- {
889
- "name": "3.2.2 On Input (Level A)",
890
- "link": "https://webaim.org/standards/wcag/checklist#sc3.2.2"
891
- }
892
- ]
893
- },
894
- {
895
- "name": "accesskey",
896
- "title": "Accesskey",
897
- "type": "alert",
898
- "summary": "An accesskey attribute is present.",
899
- "guidelines": [
900
- {
901
- "name": "2.4.1 Bypass Blocks (Level A)",
902
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
903
- }
904
- ]
905
- },
906
- {
907
- "name": "tabindex",
908
- "title": "Tabindex",
909
- "type": "alert",
910
- "summary": "A positive tabindex value is present.",
911
- "guidelines": [
912
- {
913
- "name": "2.4.3 Focus Order (Level A)",
914
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.3"
915
- }
916
- ]
917
- },
918
- {
919
- "name": "text_small",
920
- "title": "Very small text",
921
- "type": "alert",
922
- "summary": "Text is very small.",
923
- "guidelines": []
924
- },
925
- {
926
- "name": "text_justified",
927
- "title": "Justified text",
928
- "type": "alert",
929
- "summary": "Fully justified text is present.",
930
- "guidelines": []
931
- },
932
- {
933
- "name": "underline",
934
- "title": "Underlined text",
935
- "type": "alert",
936
- "summary": "Underlined text is present.",
937
- "guidelines": []
938
- },
939
- {
940
- "name": "title_redundant",
941
- "title": "Redundant title text",
942
- "type": "alert",
943
- "summary": "Title attribute text is the same as text or alternative text.",
944
- "guidelines": []
945
- },
946
- {
947
- "name": "alt",
948
- "title": "Alternative text",
949
- "type": "feature",
950
- "summary": "Image alternative text is present.",
951
- "guidelines": [
952
- {
953
- "name": "1.1.1 Non-text Content (Level A)",
954
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
955
- }
956
- ]
957
- },
958
- {
959
- "name": "alt_null",
960
- "title": "Null or empty alternative text",
961
- "type": "feature",
962
- "summary": "Alternative text is null or empty (alt=\"\").",
963
- "guidelines": [
964
- {
965
- "name": "1.1.1 Non-text Content (Level A)",
966
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
967
- }
968
- ]
969
- },
970
- {
971
- "name": "alt_spacer",
972
- "title": "Null or empty alternative text on spacer",
973
- "type": "feature",
974
- "summary": "Alternative text is null or empty (alt=\"\") on a spacer image.",
975
- "guidelines": [
976
- {
977
- "name": "1.1.1 Non-text Content (Level A)",
978
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
979
- }
980
- ]
981
- },
982
- {
983
- "name": "alt_link",
984
- "title": "Linked image with alternative text",
985
- "type": "feature",
986
- "summary": "Alternative text is present for an image that is within a link.",
987
- "guidelines": [
988
- {
989
- "name": "1.1.1 Non-text Content (Level A)",
990
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
991
- },
992
- {
993
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
994
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
995
- }
996
- ]
997
- },
998
- {
999
- "name": "alt_input",
1000
- "title": "Image button with alternative text",
1001
- "type": "feature",
1002
- "summary": "Alternative text is present for an image input element.",
1003
- "guidelines": [
1004
- {
1005
- "name": "1.1.1 Non-text Content (Level A)",
1006
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1007
- },
1008
- {
1009
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
1010
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
1011
- }
1012
- ]
1013
- },
1014
- {
1015
- "name": "alt_map",
1016
- "title": "Image map with alternative text",
1017
- "type": "feature",
1018
- "summary": "An alt attribute is present for an image that has hot spots.",
1019
- "guidelines": [
1020
- {
1021
- "name": "1.1.1 Non-text Content (Level A)",
1022
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1023
- }
1024
- ]
1025
- },
1026
- {
1027
- "name": "alt_area",
1028
- "title": "Image map area with alternative text",
1029
- "type": "feature",
1030
- "summary": "Alternative text is present for an image map area (hot spot).",
1031
- "guidelines": [
1032
- {
1033
- "name": "1.1.1 Non-text Content (Level A)",
1034
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1035
- },
1036
- {
1037
- "name": "2.4.4 Link Purpose (In Context) (Level A)",
1038
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
1039
- }
1040
- ]
1041
- },
1042
- {
1043
- "name": "figure",
1044
- "title": "Figure",
1045
- "type": "feature",
1046
- "summary": "A figure is present.",
1047
- "guidelines": [
1048
- {
1049
- "name": "1.1.1 Non-text Content (Level A)",
1050
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1051
- }
1052
- ]
1053
- },
1054
- {
1055
- "name": "label",
1056
- "title": "Form label",
1057
- "type": "feature",
1058
- "summary": "A form label is present and associated with a form control.",
1059
- "guidelines": [
1060
- {
1061
- "name": "1.1.1 Non-text Content (Level A)",
1062
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1063
- },
1064
- {
1065
- "name": "1.3.1 Info and Relationships (Level A)",
1066
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1067
- },
1068
- {
1069
- "name": "2.4.6 Headings and Labels (Level AA)",
1070
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1071
- }
1072
- ]
1073
- },
1074
- {
1075
- "name": "fieldset",
1076
- "title": "Fieldset",
1077
- "type": "feature",
1078
- "summary": "A fieldset is present.",
1079
- "guidelines": [
1080
- {
1081
- "name": "1.1.1 Non-text Content (Level A)",
1082
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1083
- },
1084
- {
1085
- "name": "1.3.1 Info and Relationships (Level A)",
1086
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1087
- },
1088
- {
1089
- "name": "2.4.6 Headings and Labels (Level AA)",
1090
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1091
- }
1092
- ]
1093
- },
1094
- {
1095
- "name": "link_skip",
1096
- "title": "Skip link",
1097
- "type": "feature",
1098
- "summary": "A link is present which allows users to skip over navigation or other content.",
1099
- "guidelines": [
1100
- {
1101
- "name": "2.4.1 Bypass Blocks (Level A)",
1102
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1103
- }
1104
- ]
1105
- },
1106
- {
1107
- "name": "link_skip_target",
1108
- "title": "Skip link target",
1109
- "type": "feature",
1110
- "summary": "A target for a \"skip\" link is present.",
1111
- "guidelines": [
1112
- {
1113
- "name": "2.4.1 Bypass Blocks (Level A)",
1114
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1115
- }
1116
- ]
1117
- },
1118
- {
1119
- "name": "lang",
1120
- "title": "Language",
1121
- "type": "feature",
1122
- "summary": "The language of the document or a page element is identified.",
1123
- "guidelines": [
1124
- {
1125
- "name": "3.1.2 Language of Parts (Level AA)",
1126
- "link": "https://webaim.org/standards/wcag/checklist#sc3.1.2"
1127
- }
1128
- ]
1129
- },
1130
- {
1131
- "name": "h1",
1132
- "title": "Heading level 1",
1133
- "type": "structure",
1134
- "summary": "A first level heading (<h1> element) is present.",
1135
- "guidelines": [
1136
- {
1137
- "name": "1.3.1 Info and Relationships (Level A)",
1138
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1139
- },
1140
- {
1141
- "name": "2.4.1 Bypass Blocks (Level A)",
1142
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1143
- },
1144
- {
1145
- "name": "2.4.6 Headings and Labels (Level AA)",
1146
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1147
- }
1148
- ]
1149
- },
1150
- {
1151
- "name": "h2",
1152
- "title": "Heading level 2",
1153
- "type": "structure",
1154
- "summary": "A second level heading (<h2> element) is present.",
1155
- "guidelines": [
1156
- {
1157
- "name": "1.3.1 Info and Relationships (Level A)",
1158
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1159
- },
1160
- {
1161
- "name": "2.4.1 Bypass Blocks (Level A)",
1162
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1163
- },
1164
- {
1165
- "name": "2.4.6 Headings and Labels (Level AA)",
1166
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1167
- }
1168
- ]
1169
- },
1170
- {
1171
- "name": "h3",
1172
- "title": "Heading level 3",
1173
- "type": "structure",
1174
- "summary": "A third level heading (<h3> element) is present.",
1175
- "guidelines": [
1176
- {
1177
- "name": "1.3.1 Info and Relationships (Level A)",
1178
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1179
- },
1180
- {
1181
- "name": "2.4.1 Bypass Blocks (Level A)",
1182
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1183
- },
1184
- {
1185
- "name": "2.4.6 Headings and Labels (Level AA)",
1186
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1187
- }
1188
- ]
1189
- },
1190
- {
1191
- "name": "h4",
1192
- "title": "Heading level 4",
1193
- "type": "structure",
1194
- "summary": "A fourth level heading (<h4> element) is present.",
1195
- "guidelines": [
1196
- {
1197
- "name": "1.3.1 Info and Relationships (Level A)",
1198
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1199
- },
1200
- {
1201
- "name": "2.4.1 Bypass Blocks (Level A)",
1202
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1203
- },
1204
- {
1205
- "name": "2.4.6 Headings and Labels (Level AA)",
1206
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1207
- }
1208
- ]
1209
- },
1210
- {
1211
- "name": "h5",
1212
- "title": "Heading level 5",
1213
- "type": "structure",
1214
- "summary": "A fifth level heading (<h5> element) is present.",
1215
- "guidelines": [
1216
- {
1217
- "name": "1.3.1 Info and Relationships (Level A)",
1218
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1219
- },
1220
- {
1221
- "name": "2.4.1 Bypass Blocks (Level A)",
1222
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1223
- },
1224
- {
1225
- "name": "2.4.6 Headings and Labels (Level AA)",
1226
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1227
- }
1228
- ]
1229
- },
1230
- {
1231
- "name": "h6",
1232
- "title": "Heading level 6",
1233
- "type": "structure",
1234
- "summary": "A sixth level heading (<h6> element) is present.",
1235
- "guidelines": [
1236
- {
1237
- "name": "1.3.1 Info and Relationships (Level A)",
1238
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1239
- },
1240
- {
1241
- "name": "2.4.1 Bypass Blocks (Level A)",
1242
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1243
- },
1244
- {
1245
- "name": "2.4.6 Headings and Labels (Level AA)",
1246
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1247
- }
1248
- ]
1249
- },
1250
- {
1251
- "name": "ol",
1252
- "title": "Ordered list",
1253
- "type": "structure",
1254
- "summary": "An ordered (numbered) list (<ol> element) is present.",
1255
- "guidelines": [
1256
- {
1257
- "name": "1.3.1 Info and Relationships (Level A)",
1258
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1259
- }
1260
- ]
1261
- },
1262
- {
1263
- "name": "ul",
1264
- "title": "Unordered list",
1265
- "type": "structure",
1266
- "summary": "An unordered (bulleted) list (<ul> element) is present.",
1267
- "guidelines": [
1268
- {
1269
- "name": "1.3.1 Info and Relationships (Level A)",
1270
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1271
- }
1272
- ]
1273
- },
1274
- {
1275
- "name": "dl",
1276
- "title": "Definition/description list",
1277
- "type": "structure",
1278
- "summary": "A definition/description list (<dl> element) is present.",
1279
- "guidelines": [
1280
- {
1281
- "name": "1.3.1 Info and Relationships (Level A)",
1282
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1283
- }
1284
- ]
1285
- },
1286
- {
1287
- "name": "header",
1288
- "title": "Header",
1289
- "type": "structure",
1290
- "summary": "A <header> element or banner landmark is present.",
1291
- "guidelines": [
1292
- {
1293
- "name": "1.3.1 Info and Relationships (Level A)",
1294
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1295
- },
1296
- {
1297
- "name": "2.4.1 Bypass Blocks (Level A)",
1298
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1299
- }
1300
- ]
1301
- },
1302
- {
1303
- "name": "nav",
1304
- "title": "Navigation",
1305
- "type": "structure",
1306
- "summary": "A <nav> element or navigation landmark is present.",
1307
- "guidelines": [
1308
- {
1309
- "name": "1.3.1 Info and Relationships (Level A)",
1310
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1311
- },
1312
- {
1313
- "name": "2.4.1 Bypass Blocks (Level A)",
1314
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1315
- }
1316
- ]
1317
- },
1318
- {
1319
- "name": "search",
1320
- "title": "Search",
1321
- "type": "structure",
1322
- "summary": "An ARIA search landmark is present.",
1323
- "guidelines": [
1324
- {
1325
- "name": "1.3.1 Info and Relationships (Level A)",
1326
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1327
- },
1328
- {
1329
- "name": "2.4.1 Bypass Blocks (Level A)",
1330
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1331
- }
1332
- ]
1333
- },
1334
- {
1335
- "name": "main",
1336
- "title": "Main content",
1337
- "type": "structure",
1338
- "summary": "A <main> element or main landmark is present.",
1339
- "guidelines": [
1340
- {
1341
- "name": "1.3.1 Info and Relationships (Level A)",
1342
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1343
- },
1344
- {
1345
- "name": "2.4.1 Bypass Blocks (Level A)",
1346
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1347
- }
1348
- ]
1349
- },
1350
- {
1351
- "name": "aside",
1352
- "title": "Aside",
1353
- "type": "structure",
1354
- "summary": "An <aside> element or complementary landmark is present.",
1355
- "guidelines": [
1356
- {
1357
- "name": "1.3.1 Info and Relationships (Level A)",
1358
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1359
- },
1360
- {
1361
- "name": "2.4.1 Bypass Blocks (Level A)",
1362
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1363
- }
1364
- ]
1365
- },
1366
- {
1367
- "name": "footer",
1368
- "title": "Footer",
1369
- "type": "structure",
1370
- "summary": "A <footer> element or contentinfo landmark is present.",
1371
- "guidelines": [
1372
- {
1373
- "name": "1.3.1 Info and Relationships (Level A)",
1374
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1375
- },
1376
- {
1377
- "name": "2.4.1 Bypass Blocks (Level A)",
1378
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1379
- }
1380
- ]
1381
- },
1382
- {
1383
- "name": "region",
1384
- "title": "Generic region",
1385
- "type": "structure",
1386
- "summary": "An ARIA region is present",
1387
- "guidelines": [
1388
- {
1389
- "name": "1.3.1 Info and Relationships (Level A)",
1390
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1391
- },
1392
- {
1393
- "name": "2.4.1 Bypass Blocks (Level A)",
1394
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
1395
- }
1396
- ]
1397
- },
1398
- {
1399
- "name": "table_data",
1400
- "title": "Data table",
1401
- "type": "structure",
1402
- "summary": "A data table is present.",
1403
- "guidelines": [
1404
- {
1405
- "name": "1.3.1 Info and Relationships (Level A)",
1406
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1407
- }
1408
- ]
1409
- },
1410
- {
1411
- "name": "table_caption",
1412
- "title": "Table caption",
1413
- "type": "structure",
1414
- "summary": "A table caption is present.",
1415
- "guidelines": [
1416
- {
1417
- "name": "1.3.1 Info and Relationships (Level A)",
1418
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1419
- }
1420
- ]
1421
- },
1422
- {
1423
- "name": "th",
1424
- "title": "Table header cell",
1425
- "type": "structure",
1426
- "summary": "A table header cell (<th>) is present.",
1427
- "guidelines": [
1428
- {
1429
- "name": "1.3.1 Info and Relationships (Level A)",
1430
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1431
- }
1432
- ]
1433
- },
1434
- {
1435
- "name": "th_col",
1436
- "title": "Column header cell",
1437
- "type": "structure",
1438
- "summary": "A table column header (<th scope=\"col\">) is present.",
1439
- "guidelines": [
1440
- {
1441
- "name": "1.3.1 Info and Relationships (Level A)",
1442
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1443
- }
1444
- ]
1445
- },
1446
- {
1447
- "name": "th_row",
1448
- "title": "Row header cell",
1449
- "type": "structure",
1450
- "summary": "A table row header (<th scope=\"row\">) is present.",
1451
- "guidelines": [
1452
- {
1453
- "name": "1.3.1 Info and Relationships (Level A)",
1454
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1455
- }
1456
- ]
1457
- },
1458
- {
1459
- "name": "iframe",
1460
- "title": "Inline frame",
1461
- "type": "structure",
1462
- "summary": "An inline frame (<iframe>) is present.",
1463
- "guidelines": []
1464
- },
1465
- {
1466
- "name": "aria",
1467
- "title": "ARIA",
1468
- "type": "aria",
1469
- "summary": "An ARIA role, state, or property is present.",
1470
- "guidelines": [
1471
- {
1472
- "name": "4.1.2 Name, Role, Value (Level A)",
1473
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1474
- }
1475
- ]
1476
- },
1477
- {
1478
- "name": "aria_label",
1479
- "title": "ARIA label",
1480
- "type": "aria",
1481
- "summary": "An aria-label or aria-labelledby attribute is present.",
1482
- "guidelines": [
1483
- {
1484
- "name": "1.1.1 Non-text Content (Level A)",
1485
- "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
1486
- },
1487
- {
1488
- "name": "1.3.1 Info and Relationships (Level A)",
1489
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1490
- },
1491
- {
1492
- "name": "2.4.6 Headings and Labels (Level AA)",
1493
- "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
1494
- },
1495
- {
1496
- "name": "4.1.2 Name, Role, Value (Level A)",
1497
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1498
- },
1499
- {
1500
- "name": "2.5.3 Label in Name (Level A)",
1501
- "link": "https://webaim.org/standards/wcag/checklist#sc2.5.3"
1502
- }
1503
- ]
1504
- },
1505
- {
1506
- "name": "aria_describedby",
1507
- "title": "ARIA description",
1508
- "type": "aria",
1509
- "summary": "An aria-describedby attribute is present.",
1510
- "guidelines": [
1511
- {
1512
- "name": "1.3.1 Info and Relationships (Level A)",
1513
- "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
1514
- },
1515
- {
1516
- "name": "4.1.2 Name, Role, Value (Level A)",
1517
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1518
- }
1519
- ]
1520
- },
1521
- {
1522
- "name": "aria_live_region",
1523
- "title": "ARIA alert or live region",
1524
- "type": "aria",
1525
- "summary": "An ARIA alert role or live region is present.",
1526
- "guidelines": [
1527
- {
1528
- "name": "3.3.1 Error Identification (Level A)",
1529
- "link": "https://webaim.org/standards/wcag/checklist#sc3.3.1"
1530
- },
1531
- {
1532
- "name": "4.1.3 Status Messages (Level AA)",
1533
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.3"
1534
- }
1535
- ]
1536
- },
1537
- {
1538
- "name": "aria_menu",
1539
- "title": "ARIA menu",
1540
- "type": "aria",
1541
- "summary": "An ARIA menu is present.",
1542
- "guidelines": [
1543
- {
1544
- "name": "2.1.1 Keyboard (Level A)",
1545
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
1546
- },
1547
- {
1548
- "name": "4.1.2 Name, Role, Value (Level A)",
1549
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1550
- }
1551
- ]
1552
- },
1553
- {
1554
- "name": "aria_button",
1555
- "title": "ARIA button",
1556
- "type": "aria",
1557
- "summary": "An element with role=\"button\" is present.",
1558
- "guidelines": [
1559
- {
1560
- "name": "2.1.1 Keyboard (Level A)",
1561
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
1562
- },
1563
- {
1564
- "name": "4.1.2 Name, Role, Value (Level A)",
1565
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1566
- }
1567
- ]
1568
- },
1569
- {
1570
- "name": "aria_expanded",
1571
- "title": "ARIA expanded",
1572
- "type": "aria",
1573
- "summary": "An aria-expanded attribute is present.",
1574
- "guidelines": [
1575
- {
1576
- "name": "4.1.2 Name, Role, Value (Level A)",
1577
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1578
- }
1579
- ]
1580
- },
1581
- {
1582
- "name": "aria_haspopup",
1583
- "title": "ARIA popup",
1584
- "type": "aria",
1585
- "summary": "An element triggers a popup menu, dialog, or other element.",
1586
- "guidelines": [
1587
- {
1588
- "name": "4.1.2 Name, Role, Value (Level A)",
1589
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1590
- }
1591
- ]
1592
- },
1593
- {
1594
- "name": "aria_tabindex",
1595
- "title": "ARIA tabindex",
1596
- "type": "aria",
1597
- "summary": "A tabindex value of 0 or less is present.",
1598
- "guidelines": [
1599
- {
1600
- "name": "2.1.1 Keyboard (Level A)",
1601
- "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
1602
- }
1603
- ]
1604
- },
1605
- {
1606
- "name": "aria_hidden",
1607
- "title": "ARIA hidden",
1608
- "type": "aria",
1609
- "summary": "Content is hidden with ARIA.",
1610
- "guidelines": [
1611
- {
1612
- "name": "4.1.2 Name, Role, Value (Level A)",
1613
- "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
1614
- }
1615
- ]
1616
- }
1617
- ]