testilo 20.0.1 → 20.0.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic38.js +16 -359
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "20.0.1",
3
+ "version": "20.0.2",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2,7 +2,7 @@
2
2
  tic37
3
3
  Testilo issue classification 38
4
4
 
5
- Classifies about 980 rules of the tools of Testaro into about 300 issues.
5
+ Classifies about 900 rules of the tools of Testaro into about 300 issues.
6
6
 
7
7
  Issue properties:
8
8
  summary: minimal description
@@ -10,7 +10,7 @@
10
10
  wcag: most relevant WCAG Principle, Guideline, Success Criterion, or Technique
11
11
  weight: weight of the issue in score computation
12
12
  max?: maximum possible count of instances if finite
13
- tools: tools (including Testaro) providing tests for the issue
13
+ tools: tools (including Testaro) defining rules for the issue
14
14
 
15
15
  Each property of tools is data about one of the tools that test for the issue. The key is the name
16
16
  of the tool. The value is an object containing data about the rules of the tool that pertain to
@@ -61,22 +61,20 @@ exports.issues = {
61
61
  }
62
62
  },
63
63
  axe: {
64
- axe: {
65
- 'css-orientation-lock': {
66
- variable: false,
67
- quality: 0,
68
- what: 'CSS media query locks display orientation [unreliable]'
69
- },
70
- 'frame-tested': {
71
- variable: false,
72
- quality: 0.2,
73
- what: 'Some content is in an iframe and so may not be testable for accessibility [speculative]'
74
- },
75
- 'hidden-content': {
76
- variable: false,
77
- quality: 1,
78
- what: 'Some content is hidden and so may not be testable for accessibility [speculative]'
79
- }
64
+ 'css-orientation-lock': {
65
+ variable: false,
66
+ quality: 0,
67
+ what: 'CSS media query locks display orientation [unreliable]'
68
+ },
69
+ 'frame-tested': {
70
+ variable: false,
71
+ quality: 0.2,
72
+ what: 'Some content is in an iframe and so may not be testable for accessibility [speculative]'
73
+ },
74
+ 'hidden-content': {
75
+ variable: false,
76
+ quality: 1,
77
+ what: 'Some content is hidden and so may not be testable for accessibility [speculative]'
80
78
  }
81
79
  },
82
80
  nuVal: {
@@ -222,11 +220,6 @@ exports.issues = {
222
220
  }
223
221
  },
224
222
  ibm: {
225
- RPT_Elem_UniqueId: {
226
- variable: false,
227
- quality: 1,
228
- what: 'Element id attribute value is not unique within the document'
229
- },
230
223
  element_id_unique: {
231
224
  variable: false,
232
225
  quality: 1,
@@ -271,11 +264,6 @@ exports.issues = {
271
264
  weight: 4,
272
265
  tools: {
273
266
  ibm: {
274
- Rpt_Aria_WidgetLabels_Implicit: {
275
- variable: false,
276
- quality: 1,
277
- what: 'Interactive component has no programmatically associated name'
278
- },
279
267
  aria_widget_labelled: {
280
268
  variable: false,
281
269
  quality: 1,
@@ -298,11 +286,6 @@ exports.issues = {
298
286
  }
299
287
  },
300
288
  ibm: {
301
- Rpt_Aria_RegionLabel_Implicit: {
302
- variable: false,
303
- quality: 1,
304
- what: 'Element with a region role has no label that describes its purpose'
305
- },
306
289
  aria_region_labelled: {
307
290
  variable: false,
308
291
  quality: 1,
@@ -487,11 +470,6 @@ exports.issues = {
487
470
  }
488
471
  },
489
472
  ibm: {
490
- WCAG20_Input_ExplicitLabelImage: {
491
- variable: false,
492
- quality: 1,
493
- what: 'Element is an input of type image but has no text alternative'
494
- },
495
473
  imagebutton_alt_exists: {
496
474
  variable: false,
497
475
  quality: 1,
@@ -507,11 +485,6 @@ exports.issues = {
507
485
  weight: 4,
508
486
  tools: {
509
487
  ibm: {
510
- HAAC_Figure_label: {
511
- variable: false,
512
- quality: 1,
513
- what: 'figure element has no associated label'
514
- },
515
488
  figure_label_exists: {
516
489
  variable: false,
517
490
  quality: 1,
@@ -560,21 +533,11 @@ exports.issues = {
560
533
  }
561
534
  },
562
535
  ibm: {
563
- HAAC_Aria_ImgAlt: {
564
- variable: false,
565
- quality: 1,
566
- what: 'Element with an img role has no non-empty label'
567
- },
568
536
  aria_img_labelled: {
569
537
  variable: false,
570
538
  quality: 1,
571
539
  what: 'Element with an img role has no label or an empty label'
572
540
  },
573
- WCAG20_Img_HasAlt: {
574
- variable: false,
575
- quality: 1,
576
- what: 'Image has no alt attribute conveying its meaning, or alt="" if decorative'
577
- },
578
541
  img_alt_valid: {
579
542
  variable: false,
580
543
  quality: 1,
@@ -614,21 +577,6 @@ exports.issues = {
614
577
  }
615
578
  }
616
579
  },
617
- decorativeImageAltBad: {
618
- summary: 'decorative image has no alt',
619
- why: 'Helper alerts a user to an uninformative image instead of ignoring it',
620
- wcag: '1.1.1',
621
- weight: 4,
622
- tools: {
623
- ibm: {
624
- WCAG20_Img_PresentationImgHasNonNullAlt: {
625
- variable: false,
626
- quality: 1,
627
- what: 'Image designated as decorative has no alt=""'
628
- }
629
- }
630
- }
631
- },
632
580
  imageTextBad: {
633
581
  summary: 'image named with filename',
634
582
  why: 'Helper gives a user the filename of an image instead of describing it',
@@ -947,11 +895,6 @@ exports.issues = {
947
895
  }
948
896
  },
949
897
  ibm: {
950
- WCAG20_Html_HasLang: {
951
- variable: false,
952
- quality: 1,
953
- what: 'Page detected as HTML, but has no lang attribute'
954
- },
955
898
  html_lang_exists: {
956
899
  variable: false,
957
900
  quality: 1,
@@ -1021,13 +964,6 @@ exports.issues = {
1021
964
  what: 'Language specified in the lang attribute of the document does not appear to be well-formed'
1022
965
  }
1023
966
  },
1024
- ibm: {
1025
- WCAG20_Elem_Lang_Valid: {
1026
- variable: false,
1027
- quality: 1,
1028
- what: 'lang attribute does not include a valid primary language'
1029
- }
1030
- },
1031
967
  qualWeb: {
1032
968
  'QW-ACT-R5': {
1033
969
  variable: false,
@@ -1122,21 +1058,6 @@ exports.issues = {
1122
1058
  }
1123
1059
  }
1124
1060
  },
1125
- applicationNoText: {
1126
- summary: 'application not named',
1127
- why: 'User cannot get help on how to use a custom item',
1128
- wcag: '4.1.2',
1129
- weight: 4,
1130
- tools: {
1131
- ibm: {
1132
- Rpt_Aria_ApplicationLandmarkLabel: {
1133
- variable: false,
1134
- quality: 1,
1135
- what: 'Element with an application role has no purpose label'
1136
- }
1137
- }
1138
- }
1139
- },
1140
1061
  objectNoText: {
1141
1062
  summary: 'object not named',
1142
1063
  why: 'User cannot get help explaining a custom item',
@@ -1164,13 +1085,6 @@ exports.issues = {
1164
1085
  what: 'object element contains no text alternative'
1165
1086
  }
1166
1087
  },
1167
- ibm: {
1168
- WCAG20_Object_HasText: {
1169
- variable: false,
1170
- quality: 1,
1171
- what: 'object element has no text alternative'
1172
- }
1173
- },
1174
1088
  qualWeb: {
1175
1089
  'QW-ACT-R42': {
1176
1090
  variable: false,
@@ -1286,18 +1200,6 @@ exports.issues = {
1286
1200
  what: 'Element is an area in an image map but has no alt attribute'
1287
1201
  }
1288
1202
  },
1289
- ibm: {
1290
- HAAC_Img_UsemapAlt: {
1291
- variable: false,
1292
- quality: 1,
1293
- what: 'Image map or child area has no text alternative'
1294
- },
1295
- 'WCAG20_Area_HasAlt': {
1296
- variable: false,
1297
- quality: 1,
1298
- what: 'Element is an area in an image map but has no text alternative'
1299
- }
1300
- },
1301
1203
  qualWeb: {
1302
1204
  'QW-WCAG-T1': {
1303
1205
  variable: false,
@@ -1480,11 +1382,6 @@ exports.issues = {
1480
1382
  weight: 4,
1481
1383
  tools: {
1482
1384
  ibm: {
1483
- HAAC_ActiveDescendantCheck: {
1484
- variable: false,
1485
- quality: 1,
1486
- what: 'aria-activedescendant property does not reference the id of a non-empty, non-hidden active child element'
1487
- },
1488
1385
  aria_activedescendant_valid: {
1489
1386
  variable: false,
1490
1387
  quality: 1,
@@ -1570,21 +1467,11 @@ exports.issues = {
1570
1467
  }
1571
1468
  },
1572
1469
  ibm: {
1573
- WCAG20_Input_LabelBefore: {
1574
- variable: false,
1575
- quality: 1,
1576
- what: 'Text input or select element label follows the input control'
1577
- },
1578
1470
  input_label_before: {
1579
1471
  variable: false,
1580
1472
  quality: 1,
1581
1473
  what: 'Label text is after its text input or select element'
1582
1474
  },
1583
- WCAG20_Input_LabelAfter: {
1584
- variable: false,
1585
- quality: 1,
1586
- what: 'Checkbox or radio button label precedes the input control'
1587
- },
1588
1475
  input_label_after: {
1589
1476
  variable: false,
1590
1477
  quality: 1,
@@ -1640,13 +1527,6 @@ exports.issues = {
1640
1527
  what: 'aria-labelledby attribute references a nonexistent element'
1641
1528
  }
1642
1529
  },
1643
- ibm: {
1644
- WCAG20_Label_RefValid: {
1645
- variable: false,
1646
- quality: 1,
1647
- what: 'for attribute does not reference a non-empty, unique id attribute of an input element'
1648
- }
1649
- },
1650
1530
  nuVal: {
1651
1531
  'Any input descendant of a label element with a for attribute must have an ID value that matches that for attribute.': {
1652
1532
  variable: false,
@@ -1788,11 +1668,6 @@ exports.issues = {
1788
1668
  }
1789
1669
  },
1790
1670
  ibm: {
1791
- WCAG20_A_HasText: {
1792
- variable: false,
1793
- quality: 1,
1794
- what: 'Hyperlink has no text description'
1795
- },
1796
1671
  a_text_purpose: {
1797
1672
  variable: false,
1798
1673
  quality: 1,
@@ -2342,13 +2217,6 @@ exports.issues = {
2342
2217
  what: 'ARIA role is not contained by a required parent'
2343
2218
  }
2344
2219
  },
2345
- ibm: {
2346
- Rpt_Aria_RequiredParent_Native_Host_Sematics: {
2347
- variable: false,
2348
- quality: 1,
2349
- what: 'Element is not contained within a role-valid element'
2350
- }
2351
- },
2352
2220
  nuVal: {
2353
2221
  '^An element with role=.+ must be contained in, or owned by, an element with role=.+$': {
2354
2222
  variable: true,
@@ -2913,11 +2781,6 @@ exports.issues = {
2913
2781
  }
2914
2782
  },
2915
2783
  ibm: {
2916
- WCAG20_Frame_HasTitle: {
2917
- variable: false,
2918
- quality: 1,
2919
- what: 'Inline frame has an empty or nonunique title attribute'
2920
- },
2921
2784
  frame_title_exists: {
2922
2785
  variable: false,
2923
2786
  quality: 1,
@@ -3119,13 +2982,6 @@ exports.issues = {
3119
2982
  quality: 1,
3120
2983
  what: 'Element has a dir attribute with a value other than rtl, ltr, or auto'
3121
2984
  }
3122
- },
3123
- ibm: {
3124
- Valerie_Elem_DirValid: {
3125
- variable: false,
3126
- quality: 1,
3127
- what: 'dir attribute has a value other than ltr, rtl, or auto'
3128
- }
3129
2985
  }
3130
2986
  }
3131
2987
  },
@@ -3259,11 +3115,6 @@ exports.issues = {
3259
3115
  }
3260
3116
  },
3261
3117
  ibm: {
3262
- Rpt_Aria_RequiredProperties: {
3263
- variable: false,
3264
- quality: 1,
3265
- what: 'ARIA role on an element does not have a required attribute'
3266
- },
3267
3118
  aria_attribute_required: {
3268
3119
  variable: false,
3269
3120
  quality: 1,
@@ -3535,11 +3386,6 @@ exports.issues = {
3535
3386
  weight: 4,
3536
3387
  tools: {
3537
3388
  ibm: {
3538
- Rpt_Aria_ValidIdRef: {
3539
- variable: false,
3540
- quality: 1,
3541
- what: 'ARIA property does not reference the non-empty unique id of a visible element'
3542
- },
3543
3389
  aria_id_unique: {
3544
3390
  variable: false,
3545
3391
  quality: 1,
@@ -3590,11 +3436,6 @@ exports.issues = {
3590
3436
  }
3591
3437
  },
3592
3438
  ibm: {
3593
- WCAG21_Input_Autocomplete: {
3594
- variable: false,
3595
- quality: 1,
3596
- what: 'autocomplete attribute token is not appropriate for the input form field'
3597
- },
3598
3439
  input_autocomplete_valid: {
3599
3440
  variable: false,
3600
3441
  quality: 1,
@@ -3732,11 +3573,6 @@ exports.issues = {
3732
3573
  }
3733
3574
  },
3734
3575
  ibm: {
3735
- IBMA_Color_Contrast_WCAG2AA: {
3736
- variable: false,
3737
- quality: 1,
3738
- what: 'Contrast ratio of text with background does not meet WCAG 2.1 AA'
3739
- },
3740
3576
  text_contrast_sufficient: {
3741
3577
  variable: false,
3742
3578
  quality: 1,
@@ -4004,11 +3840,6 @@ exports.issues = {
4004
3840
  }
4005
3841
  },
4006
3842
  ibm: {
4007
- RPT_Header_HasContent: {
4008
- variable: false,
4009
- quality: 1,
4010
- what: 'Heading element provides no descriptive text'
4011
- },
4012
3843
  heading_content_exists: {
4013
3844
  variable: false,
4014
3845
  quality: 1,
@@ -4094,11 +3925,6 @@ exports.issues = {
4094
3925
  }
4095
3926
  },
4096
3927
  ibm: {
4097
- WCAG20_Img_LinkTextNotRedundant: {
4098
- variable: false,
4099
- quality: 1,
4100
- what: 'Text alternative for the image in a link repeats text of the same or an adjacent link'
4101
- },
4102
3928
  img_alt_redundant: {
4103
3929
  variable: false,
4104
3930
  quality: 1,
@@ -4134,13 +3960,6 @@ exports.issues = {
4134
3960
  what: 'Element has an empty alt attribute but has a nonempty title attribute'
4135
3961
  }
4136
3962
  },
4137
- ibm: {
4138
- WCAG20_Img_TitleEmptyWhenAltNull: {
4139
- variable: false,
4140
- quality: 1,
4141
- what: 'Image alt attribute is empty, but its title attribute is not'
4142
- }
4143
- },
4144
3963
  wave: {
4145
3964
  image_title: {
4146
3965
  variable: false,
@@ -4306,13 +4125,6 @@ exports.issues = {
4306
4125
  what: 'Document head element contains an empty title element'
4307
4126
  }
4308
4127
  },
4309
- ibm: {
4310
- WCAG20_Doc_HasTitle: {
4311
- variable: false,
4312
- quality: 1,
4313
- what: 'Page has no subject-identifying title'
4314
- }
4315
- },
4316
4128
  nuVal: {
4317
4129
  'Element head is missing a required instance of child element title.': {
4318
4130
  variable: false,
@@ -4767,13 +4579,6 @@ exports.issues = {
4767
4579
  what: 'List element dl has a child element other than properly ordered dt and dt group, script, template, and div'
4768
4580
  }
4769
4581
  },
4770
- ibm: {
4771
- HAAC_List_Group_ListItem: {
4772
- variable: false,
4773
- quality: 1,
4774
- what: 'List component with a group role has a non-listitem child'
4775
- }
4776
- },
4777
4582
  nuVal: {
4778
4583
  'Element dl is missing a required child element.': {
4779
4584
  variable: false,
@@ -4979,13 +4784,6 @@ exports.issues = {
4979
4784
  what: 'accesskey attribute value is not unique'
4980
4785
  }
4981
4786
  },
4982
- ibm: {
4983
- WCAG20_Elem_UniqueAccessKey: {
4984
- variable: false,
4985
- quality: 1,
4986
- what: 'Accesskey attribute value on an element is not unique for the page'
4987
- }
4988
- },
4989
4787
  wave: {
4990
4788
  accesskey: {
4991
4789
  variable: false,
@@ -5002,11 +4800,6 @@ exports.issues = {
5002
4800
  weight: 2,
5003
4801
  tools: {
5004
4802
  ibm: {
5005
- WCAG20_Input_RadioChkInFieldSet: {
5006
- variable: false,
5007
- quality: 1,
5008
- what: 'Input is in a different group than another with the name'
5009
- },
5010
4803
  input_checkboxes_grouped: {
5011
4804
  variable: false,
5012
4805
  quality: 1,
@@ -5092,11 +4885,6 @@ exports.issues = {
5092
4885
  }
5093
4886
  },
5094
4887
  ibm: {
5095
- WCAG20_Fieldset_HasLegend: {
5096
- variable: false,
5097
- quality: 1,
5098
- what: 'fieldset element has no single, non-empty legend element as a label'
5099
- },
5100
4888
  fieldset_legend_valid: {
5101
4889
  variable: false,
5102
4890
  quality: 1,
@@ -5360,13 +5148,6 @@ exports.issues = {
5360
5148
  quality: 1,
5361
5149
  what: 'Complex table is missing headers attributes of cells'
5362
5150
  }
5363
- },
5364
- ibm: {
5365
- Valerie_Table_DataCellRelationships: {
5366
- variable: false,
5367
- quality: 1,
5368
- what: 'Not all th and td elements in the complex table have header or scope attributes'
5369
- }
5370
5151
  }
5371
5152
  }
5372
5153
  },
@@ -5429,13 +5210,6 @@ exports.issues = {
5429
5210
  quality: 1,
5430
5211
  what: 'None of the cells in the table is a header'
5431
5212
  }
5432
- },
5433
- ibm: {
5434
- RPT_Table_DataHeadingsAria: {
5435
- variable: false,
5436
- quality: 1,
5437
- what: 'Data table does not identify headers'
5438
- }
5439
5213
  }
5440
5214
  }
5441
5215
  },
@@ -5593,11 +5367,6 @@ exports.issues = {
5593
5367
  }
5594
5368
  },
5595
5369
  ibm: {
5596
- WCAG20_Input_ExplicitLabel: {
5597
- variable: false,
5598
- quality: 1,
5599
- what: 'Form control has no associated label'
5600
- },
5601
5370
  input_label_exists: {
5602
5371
  variable: false,
5603
5372
  quality: 1,
@@ -5843,13 +5612,6 @@ exports.issues = {
5843
5612
  what: 'iframe element with a negative tabindex attribute contains an interactive element'
5844
5613
  }
5845
5614
  },
5846
- ibm: {
5847
- Rpt_Aria_MissingFocusableChild: {
5848
- variable: false,
5849
- quality: 1,
5850
- what: 'UI component has no focusable child element for keyboard access'
5851
- }
5852
- },
5853
5615
  qualWeb: {
5854
5616
  'QW-ACT-R70': {
5855
5617
  variable: false,
@@ -6010,11 +5772,6 @@ exports.issues = {
6010
5772
  }
6011
5773
  },
6012
5774
  ibm: {
6013
- Rpt_Aria_OrphanedContent_Native_Host_Sematics: {
6014
- variable: false,
6015
- quality: 1,
6016
- what: 'Content does not reside within an element with a landmark role'
6017
- },
6018
5775
  aria_content_in_landmark: {
6019
5776
  variable: false,
6020
5777
  quality: 1,
@@ -6101,16 +5858,6 @@ exports.issues = {
6101
5858
  weight: 3,
6102
5859
  tools: {
6103
5860
  ibm: {
6104
- Rpt_Aria_MultipleMainsRequireLabel_Implicit_2: {
6105
- variable: false,
6106
- quality: 1,
6107
- what: 'Element with main role has no unique label among the main-role elements'
6108
- },
6109
- Rpt_Aria_MultipleMainsVisibleLabel_Implicit: {
6110
- variable: false,
6111
- quality: 1,
6112
- what: 'Element with main role has no unique visible label among the main-role elements'
6113
- },
6114
5861
  aria_main_label_visible: {
6115
5862
  variable: false,
6116
5863
  quality: 1,
@@ -6192,11 +5939,6 @@ exports.issues = {
6192
5939
  }
6193
5940
  },
6194
5941
  ibm: {
6195
- Rpt_Aria_OneBannerInSiblingSet_Implicit: {
6196
- variable: false,
6197
- quality: 1,
6198
- what: 'Multiple elements with a banner role are on the page'
6199
- },
6200
5942
  aria_banner_single: {
6201
5943
  variable: false,
6202
5944
  quality: 1,
@@ -6241,11 +5983,6 @@ exports.issues = {
6241
5983
  weight: 3,
6242
5984
  tools: {
6243
5985
  ibm: {
6244
- Rpt_Aria_MultipleContentinfoLandmarks_Implicit: {
6245
- variable: false,
6246
- quality: 1,
6247
- what: 'Element with a contentinfo role has no unique purpose label among the contentinfo-role elements'
6248
- },
6249
5986
  aria_contentinfo_label_unique: {
6250
5987
  variable: false,
6251
5988
  quality: 1,
@@ -6276,11 +6013,6 @@ exports.issues = {
6276
6013
  }
6277
6014
  },
6278
6015
  ibm: {
6279
- Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit: {
6280
- variable: false,
6281
- quality: 1,
6282
- what: 'Page, document, or application has more than one element with a contentinfo role'
6283
- },
6284
6016
  aria_contentinfo_single: {
6285
6017
  variable: false,
6286
6018
  quality: 1,
@@ -6323,21 +6055,6 @@ exports.issues = {
6323
6055
  }
6324
6056
  }
6325
6057
  },
6326
- articleConfusion: {
6327
- summary: 'articles not distinctly named',
6328
- why: 'User cannot get help on how some of the document is organized',
6329
- wcag: '1.3.6',
6330
- weight: 3,
6331
- tools: {
6332
- ibm: {
6333
- Rpt_Aria_MultipleArticleRoles_Implicit: {
6334
- variable: false,
6335
- quality: 1,
6336
- what: 'Element with an article role has no unique purpose label among the article-role elements'
6337
- }
6338
- }
6339
- }
6340
- },
6341
6058
  formConfusion: {
6342
6059
  summary: 'forms not distinctly named',
6343
6060
  why: 'User cannot get help on how some of the document is organized',
@@ -6345,11 +6062,6 @@ exports.issues = {
6345
6062
  weight: 3,
6346
6063
  tools: {
6347
6064
  ibm: {
6348
- Rpt_Aria_MultipleFormLandmarks_Implicit: {
6349
- variable: false,
6350
- quality: 1,
6351
- what: 'Element with a form role has no unique purpose label among the form-role elements'
6352
- },
6353
6065
  aria_form_label_unique: {
6354
6066
  variable: false,
6355
6067
  quality: 1,
@@ -6365,11 +6077,6 @@ exports.issues = {
6365
6077
  weight: 3,
6366
6078
  tools: {
6367
6079
  ibm: {
6368
- Rpt_Aria_MultipleApplicationLandmarks: {
6369
- variable: false,
6370
- quality: 1,
6371
- what: 'Element with an application role has no unique purpose label among the application-role elements'
6372
- },
6373
6080
  aria_application_label_unique: {
6374
6081
  variable: false,
6375
6082
  quality: 1,
@@ -6385,11 +6092,6 @@ exports.issues = {
6385
6092
  weight: 3,
6386
6093
  tools: {
6387
6094
  ibm: {
6388
- Rpt_Aria_MultipleComplementaryLandmarks_Implicit: {
6389
- variable: false,
6390
- quality: 1,
6391
- what: 'Element with a complementary role has no unique purpose label among the complementary-role elements'
6392
- },
6393
6095
  aria_complementary_label_unique: {
6394
6096
  variable: false,
6395
6097
  quality: 1,
@@ -6405,11 +6107,6 @@ exports.issues = {
6405
6107
  weight: 3,
6406
6108
  tools: {
6407
6109
  ibm: {
6408
- Rpt_Aria_MultipleBannerLandmarks_Implicit: {
6409
- variable: false,
6410
- quality: 1,
6411
- what: 'Element with a banner role has no unique purpose label among the banner-role elements'
6412
- },
6413
6110
  aria_banner_label_unique: {
6414
6111
  variable: false,
6415
6112
  quality: 1,
@@ -6425,11 +6122,6 @@ exports.issues = {
6425
6122
  weight: 3,
6426
6123
  tools: {
6427
6124
  ibm: {
6428
- Rpt_Aria_MultipleNavigationLandmarks_Implicit: {
6429
- variable: false,
6430
- quality: 1,
6431
- what: 'Element with a navigation role has no unique purpose label among the navigation-role elements'
6432
- },
6433
6125
  aria_navigation_label_unique: {
6434
6126
  variable: false,
6435
6127
  quality: 1,
@@ -6460,11 +6152,6 @@ exports.issues = {
6460
6152
  weight: 3,
6461
6153
  tools: {
6462
6154
  ibm: {
6463
- Rpt_Aria_MultipleRegionsUniqueLabel_Implicit: {
6464
- variable: false,
6465
- quality: 1,
6466
- what: 'Element with a region role has no unique label among the region-role elements'
6467
- },
6468
6155
  aria_region_label_unique: {
6469
6156
  variable: false,
6470
6157
  quality: 1,
@@ -6480,11 +6167,6 @@ exports.issues = {
6480
6167
  weight: 3,
6481
6168
  tools: {
6482
6169
  ibm: {
6483
- Rpt_Aria_MultipleSearchLandmarks: {
6484
- variable: false,
6485
- quality: 1,
6486
- what: 'Element with a search role has no unique purpose label among the search-role elements'
6487
- },
6488
6170
  aria_search_label_unique: {
6489
6171
  variable: false,
6490
6172
  quality: 1,
@@ -6500,21 +6182,11 @@ exports.issues = {
6500
6182
  weight: 1,
6501
6183
  tools: {
6502
6184
  ibm: {
6503
- Rpt_Aria_ComplementaryRequiredLabel_Implicit: {
6504
- variable: false,
6505
- quality: 1,
6506
- what: 'Element with a complementary role has no label'
6507
- },
6508
6185
  aria_complementary_labelled: {
6509
6186
  variable: false,
6510
6187
  quality: 1,
6511
6188
  what: 'Element with a complementary role has no label'
6512
6189
  },
6513
- Rpt_Aria_ComplementaryLandmarkLabel_Implicit: {
6514
- variable: false,
6515
- quality: 1,
6516
- what: 'Element with a complementary role has no visible purpose label'
6517
- },
6518
6190
  aria_complementary_label_visible: {
6519
6191
  variable: false,
6520
6192
  quality: 1,
@@ -6530,11 +6202,6 @@ exports.issues = {
6530
6202
  weight: 4,
6531
6203
  tools: {
6532
6204
  ibm: {
6533
- Valerie_Label_HasContent: {
6534
- variable: false,
6535
- quality: 1,
6536
- what: 'label element has no non-empty purpose-descriptive text'
6537
- },
6538
6205
  label_content_exists: {
6539
6206
  variable: false,
6540
6207
  quality: 1,
@@ -6869,11 +6536,6 @@ exports.issues = {
6869
6536
  }
6870
6537
  },
6871
6538
  ibm: {
6872
- RPT_Label_UniqueFor: {
6873
- variable: false,
6874
- quality: 1,
6875
- what: 'Form control does not have exactly one label'
6876
- },
6877
6539
  form_label_unique: {
6878
6540
  variable: false,
6879
6541
  quality: 1,
@@ -7702,11 +7364,6 @@ exports.issues = {
7702
7364
  }
7703
7365
  },
7704
7366
  ibm: {
7705
- WCAG20_Body_FirstASkips_Native_Host_Sematics: {
7706
- variable: false,
7707
- quality: 0.5,
7708
- what: 'Page provides no way to skip directly to the main content'
7709
- },
7710
7367
  skip_main_exists: {
7711
7368
  variable: false,
7712
7369
  quality: 0.5,