testilo 51.0.0 → 51.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "51.0.0",
3
+ "version": "51.0.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -420,43 +420,6 @@ exports.issues = {
420
420
  quality: 1,
421
421
  what: 'Several elements have this id attribute value [invalid]'
422
422
  }
423
- },
424
- wax: {
425
- 'Check that the link text combined with programmatically determined link context identifies the purpose of the link.': {
426
- variable: false,
427
- quality: 1,
428
- what: 'Link purpose may be undisclosed [speculative]'
429
- },
430
- 'Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.': {
431
- variable: false,
432
- quality: 1,
433
- what: 'Link purpose may be undisclosed [speculative]'
434
- },
435
- 'This checkboxinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
436
- variable: false,
437
- quality: 1,
438
- what: 'checkbox input element has no accessible name [invalid]'
439
- },
440
- 'This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
441
- variable: false,
442
- quality: 1,
443
- what: 'email input element has no accessible name [invalid]'
444
- },
445
- 'This numberinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
446
- variable: false,
447
- quality: 1,
448
- what: 'Element is an input of type number but has no accessible name [invalid]'
449
- },
450
- 'This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
451
- variable: false,
452
- quality: 1,
453
- what: 'search input element has no accessible name [invalid]'
454
- },
455
- 'This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
456
- variable: false,
457
- quality: 1,
458
- what: 'text input element has no accessible name [invalid]'
459
- }
460
423
  }
461
424
  }
462
425
  },
@@ -565,13 +528,6 @@ exports.issues = {
565
528
  quality: 1,
566
529
  what: 'id attribute value is not unique'
567
530
  }
568
- },
569
- wax: {
570
- '^Duplicate id attribute value .+ found on the web page.+$': {
571
- variable: true,
572
- quality: 1,
573
- what: 'id attribute value is not unique'
574
- }
575
531
  }
576
532
  }
577
533
  },
@@ -587,13 +543,6 @@ exports.issues = {
587
543
  quality: 1,
588
544
  what: 'Element has no accessible name, although its role requires one'
589
545
  }
590
- },
591
- wax: {
592
- 'Provide accessible names for ARIA button, link, and menuitem elements.': {
593
- variable: false,
594
- quality: 1,
595
- what: 'Element is a button, link, or menuitem, but has no accessible name'
596
- }
597
546
  }
598
547
  }
599
548
  },
@@ -609,13 +558,6 @@ exports.issues = {
609
558
  quality: 1,
610
559
  what: 'Progress bar has no accessible name'
611
560
  }
612
- },
613
- wax: {
614
- 'Ensure ARIA progressbar elements have accessible names.': {
615
- variable: false,
616
- quality: 1,
617
- what: 'Progress bar has no accessible name'
618
- }
619
561
  }
620
562
  }
621
563
  },
@@ -710,13 +652,6 @@ exports.issues = {
710
652
  quality: 1,
711
653
  what: 'input element has no accessible name'
712
654
  }
713
- },
714
- wax: {
715
- 'Provide accessible names for ARIA input fields.': {
716
- variable: false,
717
- quality: 1,
718
- what: 'Element with an input role has no accessible name'
719
- },
720
655
  }
721
656
  }
722
657
  },
@@ -942,28 +877,6 @@ exports.issues = {
942
877
  quality: 1,
943
878
  what: 'Spacer image has no text alternative'
944
879
  }
945
- },
946
- wax: {
947
- 'Images must have alternate text': {
948
- variable: false,
949
- quality: 1,
950
- what: 'Image has no text alternative'
951
- },
952
- 'Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.': {
953
- variable: false,
954
- quality: 1,
955
- what: 'Image has no text alternative'
956
- },
957
- 'Provide alternate text for <img> elements or use role=\'none\' or \'presentation\'.': {
958
- variable: false,
959
- quality: 1,
960
- what: 'Image has no text alternative'
961
- },
962
- 'Provide alternate text for elements with [role=\'img\'].': {
963
- variable: false,
964
- quality: 1,
965
- what: 'Element with an img role has no text alternative'
966
- }
967
880
  }
968
881
  }
969
882
  },
@@ -979,13 +892,6 @@ exports.issues = {
979
892
  quality: 1,
980
893
  what: 'Element is svg but has no accessible name'
981
894
  }
982
- },
983
- wax: {
984
- 'Add alternative text to <svg> elements with an img, graphics-document, or graphics-symbol role.': {
985
- variable: false,
986
- quality: 1,
987
- what: 'Element is svg with an image role but has no accessible name'
988
- }
989
895
  }
990
896
  }
991
897
  },
@@ -1506,18 +1412,6 @@ exports.issues = {
1506
1412
  quality: 1,
1507
1413
  what: 'Language missing or invalid'
1508
1414
  }
1509
- },
1510
- wax: {
1511
- '<html> element must have a lang attribute': {
1512
- variable: false,
1513
- quality: 1,
1514
- what: 'html element has no lang attribute'
1515
- },
1516
- 'The html element should have a lang or xml:lang attribute which describes the language of the document.': {
1517
- variable: false,
1518
- quality: 1,
1519
- what: 'html element has no lang or xml:lang attribute'
1520
- }
1521
1415
  }
1522
1416
  }
1523
1417
  },
@@ -1574,13 +1468,6 @@ exports.issues = {
1574
1468
  quality: 1,
1575
1469
  what: 'HTML lang and xml:lang do not match'
1576
1470
  }
1577
- },
1578
- wax: {
1579
- 'Use valid values for lang attributes.': {
1580
- variable: false,
1581
- quality: 1,
1582
- what: 'lang attribute of the html element has an invalid value'
1583
- }
1584
1471
  }
1585
1472
  }
1586
1473
  },
@@ -1675,18 +1562,6 @@ exports.issues = {
1675
1562
  quality: 1,
1676
1563
  what: 'ARIA dialog or alertdialog node has no accessible name'
1677
1564
  }
1678
- },
1679
- wax: {
1680
- 'ARIA dialog and alertdialog nodes should have an accessible name': {
1681
- variable: false,
1682
- quality: 1,
1683
- what: 'Node is ARIA dialog or alertdialog but has no accessible name'
1684
- },
1685
- 'Add accessible names to ARIA dialog and alertdialog elements.': {
1686
- variable: false,
1687
- quality: 1,
1688
- what: 'Node is ARIA dialog or alertdialog but has no accessible name'
1689
- }
1690
1565
  }
1691
1566
  }
1692
1567
  },
@@ -1943,13 +1818,6 @@ exports.issues = {
1943
1818
  quality: 0.5,
1944
1819
  what: 'Device-dependent event handler'
1945
1820
  }
1946
- },
1947
- wax: {
1948
- 'Ensure the functionality provided by an event handler for this element is available through the keyboard': {
1949
- variable: false,
1950
- quality: 1,
1951
- what: 'Event handler functionality is not available by keyboard?'
1952
- }
1953
1821
  }
1954
1822
  }
1955
1823
  },
@@ -1979,13 +1847,6 @@ exports.issues = {
1979
1847
  quality: 1,
1980
1848
  what: 'Broken same-page link'
1981
1849
  }
1982
- },
1983
- wax: {
1984
- '^This link points to a named anchor ".+" within the document, but no anchor exists with that name.+$': {
1985
- variable: true,
1986
- quality: 1,
1987
- what: 'Broken same-page link'
1988
- }
1989
1850
  }
1990
1851
  }
1991
1852
  },
@@ -2029,13 +1890,6 @@ exports.issues = {
2029
1890
  quality: 1,
2030
1891
  what: 'for attribute of the label element does not reference a non-hidden form control'
2031
1892
  }
2032
- },
2033
- wax: {
2034
- 'This label\'s "for" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct ID for the intended element.': {
2035
- variable: false,
2036
- quality: 1,
2037
- what: 'for attribute of the label element does not reference a form control'
2038
- }
2039
1893
  }
2040
1894
  }
2041
1895
  },
@@ -2313,18 +2167,6 @@ exports.issues = {
2313
2167
  quality: 1,
2314
2168
  what: 'Orphaned form label'
2315
2169
  }
2316
- },
2317
- wax: {
2318
- '^This form control contains an aria-labelledby attribute, however it includes an ID "[^"]+" that does not exist on an element. The aria-labelledby attribute will be ignored for labelling test purposes\.$': {
2319
- variable: true,
2320
- quality: 1,
2321
- what: 'aria-labelledby value is not the id of any element'
2322
- },
2323
- 'This label\'s "for" attribute contains an ID that does not exist in the document fragment.': {
2324
- variable: false,
2325
- quality: 1,
2326
- what: 'label has a for attribute whose value is not the id of any element'
2327
- }
2328
2170
  }
2329
2171
  }
2330
2172
  },
@@ -2462,28 +2304,6 @@ exports.issues = {
2462
2304
  quality: 1,
2463
2305
  what: 'Link contents not named'
2464
2306
  }
2465
- },
2466
- wax: {
2467
- 'Links must have discernible text': {
2468
- variable: false,
2469
- quality: 1,
2470
- what: 'Link has no discernible text'
2471
- },
2472
- 'Provide discernible text for links.': {
2473
- variable: false,
2474
- quality: 1,
2475
- what: 'Link has no discernible text'
2476
- },
2477
- 'Anchor element found with a valid href attribute, but no link content has been supplied.': {
2478
- variable: false,
2479
- quality: 1,
2480
- what: 'Link has an href attribute but no content'
2481
- },
2482
- 'Anchor element found with no link content and no name and/or ID attribute.': {
2483
- variable: false,
2484
- quality: 1,
2485
- what: 'Link has no content, accessible name, or id attribute'
2486
- }
2487
2307
  }
2488
2308
  }
2489
2309
  },
@@ -2527,18 +2347,6 @@ exports.issues = {
2527
2347
  quality: 1,
2528
2348
  what: 'Linked image has no text alternative'
2529
2349
  }
2530
- },
2531
- wax: {
2532
- 'Img element is the only content of the link, but is missing alt text.': {
2533
- variable: false,
2534
- quality: 1,
2535
- what: 'Link content is an image without a text alternative'
2536
- },
2537
- 'Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.': {
2538
- variable: false,
2539
- quality: 1,
2540
- what: 'Link content is an image without a text alternative describing the link purpose'
2541
- }
2542
2350
  }
2543
2351
  }
2544
2352
  },
@@ -2569,13 +2377,6 @@ exports.issues = {
2569
2377
  quality: 1,
2570
2378
  what: 'Link has text but no href, id, or name attribute'
2571
2379
  }
2572
- },
2573
- wax: {
2574
- 'Anchor element found with link content, but no href, ID or name attribute has been supplied.': {
2575
- variable: false,
2576
- quality: 1,
2577
- what: 'Link has text but no href, id, or name attribute'
2578
- }
2579
2380
  }
2580
2381
  }
2581
2382
  },
@@ -2615,13 +2416,6 @@ exports.issues = {
2615
2416
  quality: 1,
2616
2417
  what: 'Element has an empty href attribute'
2617
2418
  }
2618
- },
2619
- wax: {
2620
- 'Link element is missing a non-empty href attribute pointing to the resource being linked.': {
2621
- variable: false,
2622
- quality: 1,
2623
- what: 'link element is missing a non-empty href for the linked resource'
2624
- }
2625
2419
  }
2626
2420
  }
2627
2421
  },
@@ -2774,13 +2568,6 @@ exports.issues = {
2774
2568
  quality: 1,
2775
2569
  what: 'textarea element has no accessible name'
2776
2570
  }
2777
- },
2778
- wax: {
2779
- 'This textarea element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
2780
- variable: false,
2781
- quality: 1,
2782
- what: 'textarea element has no accessible name'
2783
- }
2784
2571
  }
2785
2572
  }
2786
2573
  },
@@ -3193,48 +2980,6 @@ exports.issues = {
3193
2980
  quality: 1,
3194
2981
  what: 'button element is empty or has no value text'
3195
2982
  }
3196
- },
3197
- wax: {
3198
- 'Add discernible text to button elements.': {
3199
- variable: false,
3200
- quality: 1,
3201
- what: 'button element has no discernible text'
3202
- },
3203
- 'Buttons must have discernible text': {
3204
- variable: false,
3205
- quality: 1,
3206
- what: 'button element has no discernible text'
3207
- },
3208
- 'This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby , aria-description , aria-describedby .': {
3209
- variable: false,
3210
- quality: 1,
3211
- what: 'button element has no accessible name'
3212
- },
3213
- 'This element has role of "button" but does not have a name available to an accessibility API. Valid names are: element content, aria-label , aria-labelledby , aria-description , aria-describedby .': {
3214
- variable: false,
3215
- quality: 1,
3216
- what: 'Element with a button role has no accessible name'
3217
- },
3218
- 'This element has role of "button" but does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby , aria-description , aria-describedby .': {
3219
- variable: false,
3220
- quality: 1,
3221
- what: 'Element with a button role has no accessible name'
3222
- },
3223
- 'Input buttons must have discernible text': {
3224
- variable: false,
3225
- quality: 1,
3226
- what: 'input element with button type has no discernible text'
3227
- },
3228
- 'Provide discernible text for input buttons.': {
3229
- variable: false,
3230
- quality: 1,
3231
- what: 'input element with button type has no discernible text'
3232
- },
3233
- 'This buttoninput element does not have a name available to an accessibility API. Valid names are: value , aria-label , aria-labelledby , aria-description , aria-describedby .': {
3234
- variable: false,
3235
- quality: 1,
3236
- what: 'input element with button type has no accessible name'
3237
- }
3238
2983
  }
3239
2984
  }
3240
2985
  },
@@ -3300,18 +3045,6 @@ exports.issues = {
3300
3045
  quality: 1,
3301
3046
  what: 'Element has no ARIA required context role'
3302
3047
  }
3303
- },
3304
- wax: {
3305
- 'Certain ARIA roles must be contained by particular parents': {
3306
- variable: false,
3307
- quality: 1,
3308
- what: 'ARIA role is not contained by a required parent'
3309
- },
3310
- 'Ensure elements with ARIA roles are within required parent roles.': {
3311
- variable: false,
3312
- quality: 1,
3313
- what: 'ARIA role is not contained by a required parent'
3314
- }
3315
3048
  }
3316
3049
  }
3317
3050
  },
@@ -3355,18 +3088,6 @@ exports.issues = {
3355
3088
  quality: 1,
3356
3089
  what: 'Element has no ARIA required owned element'
3357
3090
  }
3358
- },
3359
- wax: {
3360
- 'Certain ARIA roles must contain particular children': {
3361
- variable: false,
3362
- quality: 1,
3363
- what: 'ARIA role contains no required child'
3364
- },
3365
- 'Ensure elements with ARIA roles contain required child roles.': {
3366
- variable: false,
3367
- quality: 1,
3368
- what: 'Element contains no child required by its ARIA role'
3369
- }
3370
3091
  }
3371
3092
  }
3372
3093
  },
@@ -3425,13 +3146,6 @@ exports.issues = {
3425
3146
  quality: 1,
3426
3147
  what: 'Element with an explicit role has no accessible name'
3427
3148
  }
3428
- },
3429
- wax: {
3430
- '<svg> elements with an img role must have an alternative text': {
3431
- variable: false,
3432
- quality: 1,
3433
- what: 'Element is svg and has an img role but has no text alternative'
3434
- }
3435
3149
  }
3436
3150
  }
3437
3151
  },
@@ -3556,23 +3270,6 @@ exports.issues = {
3556
3270
  quality: 1,
3557
3271
  what: 'meta viewport prevents zoom'
3558
3272
  }
3559
- },
3560
- wax: {
3561
- 'Zooming and scaling must not be disabled': {
3562
- variable: false,
3563
- quality: 1,
3564
- what: 'Element disables zooming or scaling'
3565
- },
3566
- 'Ensure <meta name="viewport"> does not disable text scaling and zooming.': {
3567
- variable: false,
3568
- quality: 1,
3569
- what: 'Element disables zooming or scaling'
3570
- },
3571
- 'Interfering with a user agent\'s ability to zoom may be a failure of this Success Criterion.': {
3572
- variable: false,
3573
- quality: 1,
3574
- what: 'Element interferes with browser zooming'
3575
- }
3576
3273
  }
3577
3274
  }
3578
3275
  },
@@ -3867,13 +3564,6 @@ exports.issues = {
3867
3564
  quality: 1,
3868
3565
  what: 'Element has a body ancestor but no itemprop or valid rel attribute'
3869
3566
  }
3870
- },
3871
- wax: {
3872
- 'Link elements can only be located in the head section of the document.': {
3873
- variable: false,
3874
- quality: 1,
3875
- what: 'link element is not located in the head element'
3876
- }
3877
3567
  }
3878
3568
  }
3879
3569
  },
@@ -3928,13 +3618,6 @@ exports.issues = {
3928
3618
  quality: 1,
3929
3619
  what: 'Element has a color attribute but no rel attribute with mask-icon as its value'
3930
3620
  }
3931
- },
3932
- wax: {
3933
- 'Link element is missing a non-empty rel attribute identifying the link type.': {
3934
- variable: false,
3935
- quality: 1,
3936
- what: 'Element is link, but its rel attribute is empty or missing'
3937
- }
3938
3621
  }
3939
3622
  }
3940
3623
  },
@@ -4247,23 +3930,6 @@ exports.issues = {
4247
3930
  quality: 1,
4248
3931
  what: 'iframe element has no accessible name'
4249
3932
  }
4250
- },
4251
- wax: {
4252
- 'Frames must have an accessible name': {
4253
- variable: false,
4254
- quality: 1,
4255
- what: 'iframe element has no accessible name'
4256
- },
4257
- 'Provide accessible names for <iframe> and <frame> elements.': {
4258
- variable: false,
4259
- quality: 1,
4260
- what: 'iframe or frame element has no accessible name'
4261
- },
4262
- 'Iframe element requires a non-empty title attribute that identifies the frame.': {
4263
- variable: false,
4264
- quality: 1,
4265
- what: 'iframe element has no title attribute identifying it'
4266
- }
4267
3933
  }
4268
3934
  }
4269
3935
  },
@@ -4652,18 +4318,6 @@ exports.issues = {
4652
4318
  quality: 1,
4653
4319
  what: 'hidden-type input element has an ARIA attribute'
4654
4320
  }
4655
- },
4656
- wax: {
4657
- 'Elements must only use allowed ARIA attributes': {
4658
- variable: false,
4659
- quality: 1,
4660
- what: 'Element has an ARIA attribute that is not allowed'
4661
- },
4662
- 'Ensure ARIA attributes used are permitted for the element\'s role.': {
4663
- variable: false,
4664
- quality: 1,
4665
- what: 'Element has an ARIA attribute that is invalid for the role of the element'
4666
- }
4667
4321
  }
4668
4322
  }
4669
4323
  },
@@ -4805,13 +4459,6 @@ exports.issues = {
4805
4459
  quality: 1,
4806
4460
  what: 'script element with a defer attribute has type="module"'
4807
4461
  }
4808
- },
4809
- wax: {
4810
- 'Ensure ARIA attributes have valid values as per specifications.': {
4811
- variable: false,
4812
- quality: 1,
4813
- what: 'Value of an ARIA attribute on the element is invalid'
4814
- }
4815
4462
  }
4816
4463
  }
4817
4464
  },
@@ -4990,13 +4637,6 @@ exports.issues = {
4990
4637
  quality: 1,
4991
4638
  what: 'Element with a role attribute does not have the required states and properties'
4992
4639
  }
4993
- },
4994
- wax: {
4995
- 'Include required ARIA attributes for elements with ARIA roles.': {
4996
- variable: false,
4997
- quality: 1,
4998
- what: 'Element does not have all ARIA attributes required its role'
4999
- }
5000
4640
  }
5001
4641
  }
5002
4642
  },
@@ -5197,18 +4837,6 @@ exports.issues = {
5197
4837
  quality: 1,
5198
4838
  what: 'ARIA state or property has an invalid value'
5199
4839
  }
5200
- },
5201
- wax: {
5202
- 'Apply aria-roledescription only to elements with a valid ARIA role.': {
5203
- variable: false,
5204
- quality: 1,
5205
- what: 'Element has no valid ARIA role but has an aria-roledescription attribute'
5206
- },
5207
- 'Use only valid ARIA attributes that conform to specifications.': {
5208
- variable: false,
5209
- quality: 1,
5210
- what: 'Element has an invalid ARIA attribute'
5211
- }
5212
4840
  }
5213
4841
  }
5214
4842
  },
@@ -5359,13 +4987,6 @@ exports.issues = {
5359
4987
  quality: 1,
5360
4988
  what: 'autocomplete attribute has no valid value'
5361
4989
  }
5362
- },
5363
- wax: {
5364
- '^Element does not belong to .+ control group\. Invalid autocomplete value has been provided - .+$': {
5365
- variable: true,
5366
- quality: 1,
5367
- what: 'autocomplete attribute has an invalid value'
5368
- }
5369
4990
  }
5370
4991
  }
5371
4992
  },
@@ -5396,18 +5017,6 @@ exports.issues = {
5396
5017
  quality: 1,
5397
5018
  what: 'Element contains a potentially faulty value in its autocomplete attribute'
5398
5019
  }
5399
- },
5400
- wax: {
5401
- 'Ensure the autocomplete attribute is correct and suitable for the form field.': {
5402
- variable: false,
5403
- quality: 1,
5404
- what: 'autocomplete attribute may be incorrect or unsuitable for the form field'
5405
- },
5406
- '^This element contains a potentially faulty value in its autocomplete attribute: .+$': {
5407
- variable: true,
5408
- quality: 1,
5409
- what: 'Element contains a potentially faulty value in its autocomplete attribute'
5410
- }
5411
5020
  }
5412
5021
  }
5413
5022
  },
@@ -5508,18 +5117,6 @@ exports.issues = {
5508
5117
  quality: 1,
5509
5118
  what: 'Very low contrast'
5510
5119
  }
5511
- },
5512
- wax: {
5513
- '^This element has insufficient contrast at this conformance level\. Expected a contrast ratio of at least 3:1, but text in this element has a contrast ratio of .+\. Recommendation: change .+ to #.+$': {
5514
- variable: true,
5515
- quality: 1,
5516
- what: 'Contrast between the element text and its background is less than 3:1'
5517
- },
5518
- '^This element has insufficient contrast at this conformance level\. Expected a contrast ratio of at least 4\.5:1, but text in this element has a contrast ratio of .+\. Recommendation: change .+ to #.+$': {
5519
- variable: true,
5520
- quality: 1,
5521
- what: 'Contrast between the element text and its background is less than 4.5:1'
5522
- }
5523
5120
  }
5524
5121
  }
5525
5122
  },
@@ -5578,13 +5175,6 @@ exports.issues = {
5578
5175
  quality: 1,
5579
5176
  what: 'Text has less than the enhanced minimum contrast'
5580
5177
  }
5581
- },
5582
- wax: {
5583
- '^This element has insufficient contrast at this conformance level\. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of .+\. Recommendation: change .+ to #.+$': {
5584
- variable: true,
5585
- quality: 1,
5586
- what: 'Contrast between the element text and its background is less than 7:1'
5587
- }
5588
5178
  }
5589
5179
  }
5590
5180
  },
@@ -5682,7 +5272,7 @@ exports.issues = {
5682
5272
  'W-AAA.1_4_3.G18.BgImage': {
5683
5273
  variable: false,
5684
5274
  quality: 1,
5685
- what: 'Contrast between the text and its background image is less than 4.5:1?',
5275
+ what: 'Contrast between the text and its background image is less than 4.5:1?'
5686
5276
  },
5687
5277
  'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G18.Abs': {
5688
5278
  variable: false,
@@ -5930,13 +5520,6 @@ exports.issues = {
5930
5520
  quality: 1,
5931
5521
  what: 'No content between two headings of the same level'
5932
5522
  }
5933
- },
5934
- wax: {
5935
- 'Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.': {
5936
- variable: false,
5937
- quality: 1,
5938
- what: 'No content after a heading'
5939
- }
5940
5523
  }
5941
5524
  }
5942
5525
  },
@@ -6064,21 +5647,6 @@ exports.issues = {
6064
5647
  }
6065
5648
  }
6066
5649
  },
6067
- mouseOnlyRisk: {
6068
- summary: 'hover functionality requires mouse?',
6069
- why: 'Hovering-produced functionality is denied to a keyboard-only user',
6070
- wcag: '1.3.1',
6071
- weight: 1,
6072
- tools: {
6073
- wax: {
6074
- 'Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.': {
6075
- variable: false,
6076
- quality: 1,
6077
- what: 'Element provides functionality via hovering but not keyboard?'
6078
- }
6079
- }
6080
- }
6081
- },
6082
5650
  titleRedundant: {
6083
5651
  summary: 'title attribute redundant',
6084
5652
  why: 'Helper repeats the explanation of an item',
@@ -6146,13 +5714,6 @@ exports.issues = {
6146
5714
  quality: 1,
6147
5715
  what: 'Element has an empty title attribute'
6148
5716
  }
6149
- },
6150
- wax: {
6151
- 'This form control has a "title" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.': {
6152
- variable: false,
6153
- quality: 1,
6154
- what: 'Element has an empty title attribute'
6155
- }
6156
5717
  }
6157
5718
  }
6158
5719
  },
@@ -6318,18 +5879,6 @@ exports.issues = {
6318
5879
  quality: 1,
6319
5880
  what: 'HTML page has no title'
6320
5881
  }
6321
- },
6322
- wax: {
6323
- 'Documents must have <title> element to aid in navigation': {
6324
- variable: false,
6325
- quality: 1,
6326
- what: 'Document contains no title element'
6327
- },
6328
- 'A title should be provided for the document, using a non-empty title element in the head section.': {
6329
- variable: false,
6330
- quality: 1,
6331
- what: 'Document contains no title element in the head element'
6332
- }
6333
5882
  }
6334
5883
  }
6335
5884
  },
@@ -6402,18 +5951,6 @@ exports.issues = {
6402
5951
  quality: 1,
6403
5952
  what: 'Skipped heading level'
6404
5953
  }
6405
- },
6406
- wax: {
6407
- 'Heading levels should only increase by one': {
6408
- variable: false,
6409
- quality: 1,
6410
- what: 'Heading levels do not increase by only one'
6411
- },
6412
- 'Maintain a logical order by only increasing heading levels by one.': {
6413
- variable: false,
6414
- quality: 1,
6415
- what: 'Heading levels do not increase by only one'
6416
- }
6417
5954
  }
6418
5955
  }
6419
5956
  },
@@ -6470,13 +6007,6 @@ exports.issues = {
6470
6007
  quality: 1,
6471
6008
  what: 'Heading has the same text as a previous sibling heading at the same level'
6472
6009
  }
6473
- },
6474
- wax: {
6475
- '^The heading structure is not logically nested. This h. element should be an h. to be properly nested.+$': {
6476
- variable: true,
6477
- quality: 1,
6478
- what: 'Heading level is illogical'
6479
- }
6480
6010
  }
6481
6011
  }
6482
6012
  },
@@ -6602,13 +6132,6 @@ exports.issues = {
6602
6132
  weight: 2,
6603
6133
  max: 1,
6604
6134
  tools: {
6605
- wax: {
6606
- '^The heading structure is not logically nested. This h. element appears to be the primary document heading, so should be an h1 element.+$': {
6607
- variable: true,
6608
- quality: 1,
6609
- what: 'Apparent primary document heading is not h1'
6610
- }
6611
- }
6612
6135
  }
6613
6136
  },
6614
6137
  articleHeadingless: {
@@ -6772,13 +6295,6 @@ exports.issues = {
6772
6295
  what: 'Special text is underlined nonsemantically'
6773
6296
  }
6774
6297
  },
6775
- wax: {
6776
- 'Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.': {
6777
- variable: false,
6778
- quality: 1,
6779
- what: 'Special text is designated with styles instead of semantically'
6780
- }
6781
- },
6782
6298
  testaro: {
6783
6299
  textSem: {
6784
6300
  variable: false,
@@ -6951,18 +6467,6 @@ exports.issues = {
6951
6467
  quality: 1,
6952
6468
  what: 'dl element has no child element'
6953
6469
  }
6954
- },
6955
- wax: {
6956
- '<ul> and <ol> must only directly contain <li>, <script> or <template> elements': {
6957
- variable: false,
6958
- quality: 1,
6959
- what: 'Element is ul or ol but directly contains an element other than li, script, or template'
6960
- },
6961
- 'Ensure lists are structured correctly with <li> elements.': {
6962
- variable: false,
6963
- quality: 1,
6964
- what: 'List contains non-li items'
6965
- }
6966
6470
  }
6967
6471
  }
6968
6472
  },
@@ -6978,18 +6482,6 @@ exports.issues = {
6978
6482
  quality: 1,
6979
6483
  what: 'Element is not contained by a ul or ol element'
6980
6484
  }
6981
- },
6982
- wax: {
6983
- '<li> elements must be contained in a <ul> or <ol>': {
6984
- variable: false,
6985
- quality: 1,
6986
- what: 'Element is li but is not contained by a ul or ol element'
6987
- },
6988
- 'Ensure <li> elements are contained within <ul> or <ol>.': {
6989
- variable: false,
6990
- quality: 1,
6991
- what: 'Element is li but is not contained by a ul or ol element'
6992
- }
6993
6485
  }
6994
6486
  }
6995
6487
  },
@@ -7180,18 +6672,6 @@ exports.issues = {
7180
6672
  quality: 1,
7181
6673
  what: 'Select element has no label'
7182
6674
  }
7183
- },
7184
- wax: {
7185
- 'Select element must have an accessible name': {
7186
- variable: false,
7187
- quality: 1,
7188
- what: 'select element has no accessible name'
7189
- },
7190
- 'This select element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
7191
- variable: false,
7192
- quality: 1,
7193
- what: 'select element has no accessible name'
7194
- }
7195
6675
  }
7196
6676
  }
7197
6677
  },
@@ -7273,13 +6753,6 @@ exports.issues = {
7273
6753
  quality: 1,
7274
6754
  what: 'accesskey invalid'
7275
6755
  }
7276
- },
7277
- wax: {
7278
- 'Assign unique values to each accesskey attribute to avoid conflicts.': {
7279
- variable: false,
7280
- quality: 1,
7281
- what: 'accesskey attribute value is not unique'
7282
- }
7283
6756
  }
7284
6757
  }
7285
6758
  },
@@ -7336,13 +6809,6 @@ exports.issues = {
7336
6809
  quality: 1,
7337
6810
  what: 'If radio buttons or check boxes require a further group-level description, they should be contained within a fieldset element'
7338
6811
  }
7339
- },
7340
- wax: {
7341
- 'If these radio buttons or check boxes require a further group-level description, they should be contained within a fieldset element.': {
7342
- variable: false,
7343
- quality: 1,
7344
- what: 'Radio buttons or check boxes require a fieldset element?'
7345
- }
7346
6812
  }
7347
6813
  }
7348
6814
  },
@@ -7401,13 +6867,6 @@ exports.issues = {
7401
6867
  quality: 1,
7402
6868
  what: 'fieldset element has no legend element'
7403
6869
  }
7404
- },
7405
- wax: {
7406
- 'Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.': {
7407
- variable: false,
7408
- quality: 1,
7409
- what: 'fieldset element has no legend element'
7410
- }
7411
6870
  }
7412
6871
  }
7413
6872
  },
@@ -7442,13 +6901,6 @@ exports.issues = {
7442
6901
  quality: 1,
7443
6902
  what: 'Group or fieldset has no accessible name'
7444
6903
  }
7445
- },
7446
- wax: {
7447
- 'This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label , aria-labelledby , aria-description , aria-describedby .': {
7448
- variable: false,
7449
- quality: 1,
7450
- what: 'fieldset element has no accessible name'
7451
- }
7452
6904
  }
7453
6905
  }
7454
6906
  },
@@ -7722,7 +7174,7 @@ exports.issues = {
7722
7174
  quality: 1,
7723
7175
  what: 'Headers attribute does not refer to a cell in the same table element'
7724
7176
  }
7725
- },
7177
+ }
7726
7178
  }
7727
7179
  },
7728
7180
  cellHeadersAmbiguityRisk: {
@@ -8059,23 +7511,6 @@ exports.issues = {
8059
7511
  quality: 1,
8060
7512
  what: 'form element has no label'
8061
7513
  }
8062
- },
8063
- wax: {
8064
- 'Form elements must have labels': {
8065
- variable: false,
8066
- quality: 1,
8067
- what: 'Form input element has no label'
8068
- },
8069
- 'Ensure form elements have associated labels.': {
8070
- variable: false,
8071
- quality: 1,
8072
- what: 'Form control element has no label'
8073
- },
8074
- 'Avoid using hidden labels, title, or aria-describedby attributes as the sole label for form elements.': {
8075
- variable: false,
8076
- quality: 1,
8077
- what: 'Form control element has a substitute for a valid label'
8078
- }
8079
7514
  }
8080
7515
  }
8081
7516
  },
@@ -8098,13 +7533,6 @@ exports.issues = {
8098
7533
  quality: 1,
8099
7534
  what: 'Form control has no visible label'
8100
7535
  }
8101
- },
8102
- wax: {
8103
- 'Form elements should have a visible label': {
8104
- variable: false,
8105
- quality: 1,
8106
- what: 'Form control has no visible label'
8107
- }
8108
7536
  }
8109
7537
  }
8110
7538
  },
@@ -8462,18 +7890,6 @@ exports.issues = {
8462
7890
  quality: 1,
8463
7891
  what: 'Active element is embedded in a link or button'
8464
7892
  }
8465
- },
8466
- wax: {
8467
- 'Interactive controls must not be nested': {
8468
- variable: false,
8469
- quality: 1,
8470
- what: 'Interactive controls are nested'
8471
- },
8472
- 'Avoid nesting interactive controls to prevent screen reader and focus issues.': {
8473
- variable: false,
8474
- quality: 1,
8475
- what: 'Interactive controls are nested'
8476
- }
8477
7893
  }
8478
7894
  }
8479
7895
  },
@@ -8560,7 +7976,7 @@ exports.issues = {
8560
7976
  quality: 1,
8561
7977
  what: 'Tabbable element invisible when focused?'
8562
7978
  }
8563
- },
7979
+ }
8564
7980
  }
8565
7981
  },
8566
7982
  boxInvisibleRisk: {
@@ -8693,18 +8109,6 @@ exports.issues = {
8693
8109
  quality: 1,
8694
8110
  what: 'Content is not within a landmark element'
8695
8111
  }
8696
- },
8697
- wax: {
8698
- 'All page content should be contained by landmarks': {
8699
- variable: false,
8700
- quality: 1,
8701
- what: 'Content is not within a landmark element'
8702
- },
8703
- 'Use landmarks to contain page content.': {
8704
- variable: false,
8705
- quality: 1,
8706
- what: 'Content is not within a landmark element'
8707
- }
8708
8112
  }
8709
8113
  }
8710
8114
  },
@@ -8720,18 +8124,6 @@ exports.issues = {
8720
8124
  quality: 1,
8721
8125
  what: 'contentinfo landmark (footer) is contained in another landmark'
8722
8126
  }
8723
- },
8724
- wax: {
8725
- 'Contentinfo landmark should not be contained in another landmark': {
8726
- variable: false,
8727
- quality: 1,
8728
- what: 'Element is contentinfo but is within another landmark'
8729
- },
8730
- 'Ensure the contentinfo landmark is at the top level without being nested.': {
8731
- variable: false,
8732
- quality: 1,
8733
- what: 'Element is contentinfo but is nested in another landmark'
8734
- }
8735
8127
  }
8736
8128
  }
8737
8129
  },
@@ -8759,13 +8151,6 @@ exports.issues = {
8759
8151
  quality: 1,
8760
8152
  what: 'complementary landmark is not at the top level'
8761
8153
  }
8762
- },
8763
- wax: {
8764
- 'Aside should not be contained in another landmark': {
8765
- variable: false,
8766
- quality: 1,
8767
- what: 'Element is aside but is within another landmark'
8768
- }
8769
8154
  }
8770
8155
  }
8771
8156
  },
@@ -8795,13 +8180,6 @@ exports.issues = {
8795
8180
  quality: 1,
8796
8181
  what: 'main landmark is not at the top level'
8797
8182
  }
8798
- },
8799
- wax: {
8800
- 'Place the main landmark at the top level, not within another landmark.': {
8801
- variable: false,
8802
- quality: 1,
8803
- what: 'main landmark is not at the top level'
8804
- }
8805
8183
  }
8806
8184
  }
8807
8185
  },
@@ -8885,13 +8263,6 @@ exports.issues = {
8885
8263
  quality: 1,
8886
8264
  what: 'Page includes more than 1 visible element with a main role'
8887
8265
  }
8888
- },
8889
- wax: {
8890
- 'Include only one main landmark in the document.': {
8891
- variable: false,
8892
- quality: 1,
8893
- what: 'Page includes more than 1 main element'
8894
- }
8895
8266
  }
8896
8267
  }
8897
8268
  },
@@ -8915,18 +8286,6 @@ exports.issues = {
8915
8286
  quality: 1,
8916
8287
  what: 'More than one element with a banner role is on the page'
8917
8288
  }
8918
- },
8919
- wax: {
8920
- 'Document should not have more than one banner landmark': {
8921
- variable: false,
8922
- quality: 1,
8923
- what: 'Page has more than 1 banner landmark'
8924
- },
8925
- 'Limit the document to a single banner landmark.': {
8926
- variable: false,
8927
- quality: 1,
8928
- what: 'Page has more than 1 banner landmark'
8929
- }
8930
8289
  }
8931
8290
  }
8932
8291
  },
@@ -8949,13 +8308,6 @@ exports.issues = {
8949
8308
  quality: 1,
8950
8309
  what: 'banner landmark is not at the top level'
8951
8310
  }
8952
- },
8953
- wax: {
8954
- 'Place the banner landmark at the top level, not within another landmark.': {
8955
- variable: false,
8956
- quality: 1,
8957
- what: 'banner is within another landmark'
8958
- }
8959
8311
  }
8960
8312
  }
8961
8313
  },
@@ -9008,18 +8360,6 @@ exports.issues = {
9008
8360
  quality: 0.5,
9009
8361
  what: 'There are multiple contentinfo or banner landmarks'
9010
8362
  }
9011
- },
9012
- wax: {
9013
- 'Document should not have more than one contentinfo landmark': {
9014
- variable: false,
9015
- quality: 1,
9016
- what: 'Page has more than 1 contentinfo landmark'
9017
- },
9018
- 'Ensure there is only one contentinfo landmark in the document.': {
9019
- variable: false,
9020
- quality: 1,
9021
- what: 'Page has more than 1 contentinfo landmark'
9022
- }
9023
8363
  }
9024
8364
  }
9025
8365
  },
@@ -9042,18 +8382,6 @@ exports.issues = {
9042
8382
  quality: 1,
9043
8383
  what: 'Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region'
9044
8384
  }
9045
- },
9046
- wax: {
9047
- 'Ensures landmarks are unique': {
9048
- variable: false,
9049
- quality: 1,
9050
- what: 'Landmark is indistinguishable from another by role or accessible name'
9051
- },
9052
- 'Provide unique role or role/label/title combinations for landmarks.': {
9053
- variable: false,
9054
- quality: 1,
9055
- what: 'Landmark is indistinguishable from another by role, label, or title'
9056
- }
9057
8385
  }
9058
8386
  }
9059
8387
  },
@@ -9455,13 +8783,6 @@ exports.issues = {
9455
8783
  quality: 1,
9456
8784
  what: 'Form field with a hidden attribute is needlessly labeled'
9457
8785
  }
9458
- },
9459
- wax: {
9460
- 'This hidden form field is labelled in some way. There should be no need to label a hidden form field.': {
9461
- variable: false,
9462
- quality: 1,
9463
- what: 'Hidden form field is needlessly labeled'
9464
- }
9465
8786
  }
9466
8787
  }
9467
8788
  },
@@ -9680,13 +9001,6 @@ exports.issues = {
9680
9001
  quality: 1,
9681
9002
  what: 'Empty form label'
9682
9003
  }
9683
- },
9684
- wax: {
9685
- 'This form control has an "aria-label" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.': {
9686
- variable: false,
9687
- quality: 1,
9688
- what: 'Element is a form control but has a label whose value is empty or only whitespace'
9689
- }
9690
9004
  }
9691
9005
  }
9692
9006
  },
@@ -10127,18 +9441,6 @@ exports.issues = {
10127
9441
  quality: 1,
10128
9442
  what: 'tabIndex value positive'
10129
9443
  }
10130
- },
10131
- wax: {
10132
- 'Elements should not have tabindex greater than zero': {
10133
- variable: false,
10134
- quality: 1,
10135
- what: 'Element has a positive tabIndex attribute'
10136
- },
10137
- 'Remove or adjust tabindex attributes greater than zero.': {
10138
- variable: false,
10139
- quality: 1,
10140
- what: 'Element has a positive tabIndex attribute'
10141
- }
10142
9444
  }
10143
9445
  }
10144
9446
  },
@@ -10487,13 +9789,6 @@ exports.issues = {
10487
9789
  quality: 1,
10488
9790
  what: 'Fixed-position element requires scrolling in two dimensions?'
10489
9791
  }
10490
- },
10491
- wax: {
10492
- 'This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.': {
10493
- variable: false,
10494
- quality: 1,
10495
- what: 'Fixed-position element requires scrolling in two dimensions?'
10496
- }
10497
9792
  }
10498
9793
  }
10499
9794
  },
@@ -10559,13 +9854,6 @@ exports.issues = {
10559
9854
  quality: 1,
10560
9855
  what: 'Skip-navigation link has no target or is not keyboard accessible'
10561
9856
  }
10562
- },
10563
- wax: {
10564
- 'Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles.': {
10565
- variable: false,
10566
- quality: 1,
10567
- what: 'Page provides no way to quickly navigate to the main content'
10568
- }
10569
9857
  }
10570
9858
  }
10571
9859
  },
@@ -10625,13 +9913,6 @@ exports.issues = {
10625
9913
  quality: 1,
10626
9914
  what: 'Submit button not provided'
10627
9915
  }
10628
- },
10629
- wax: {
10630
- 'This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.': {
10631
- variable: false,
10632
- quality: 1,
10633
- what: 'Form has no ubmit button'
10634
- }
10635
9916
  }
10636
9917
  }
10637
9918
  },
@@ -826,6 +826,11 @@ exports.issues = {
826
826
  variable: false,
827
827
  quality: 1,
828
828
  what: 'img element has no alt attribute'
829
+ },
830
+ 'E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H37': {
831
+ variable: false,
832
+ quality: 1,
833
+ what: 'img element has no alt attribute'
829
834
  }
830
835
  },
831
836
  ibm: {
@@ -1373,6 +1378,11 @@ exports.issues = {
1373
1378
  variable: false,
1374
1379
  quality: 1,
1375
1380
  what: 'html element has no lang or xml:lang attribute'
1381
+ },
1382
+ 'E-WCAG2AAA.Principle3.Guideline3_1.3_1_1.H57.2': {
1383
+ variable: false,
1384
+ quality: 1,
1385
+ what: 'html element has no lang or xml:lang attribute'
1376
1386
  }
1377
1387
  },
1378
1388
  nuVal: {
@@ -1777,6 +1787,11 @@ exports.issues = {
1777
1787
  quality: 1,
1778
1788
  what: 'Event handler functionality is not available by keyboard?'
1779
1789
  },
1790
+ 'W-WCAG2AAA.Principle2.Guideline2_1.2_1_1.G90': {
1791
+ variable: false,
1792
+ quality: 1,
1793
+ what: 'Event handler functionality is not available by keyboard?'
1794
+ },
1780
1795
  'W-AAA.2_1_1.SCR20.MouseOut': {
1781
1796
  variable: false,
1782
1797
  quality: 1,
@@ -1839,6 +1854,11 @@ exports.issues = {
1839
1854
  variable: false,
1840
1855
  quality: 1,
1841
1856
  what: 'Internal link references a nonexistent destination'
1857
+ },
1858
+ 'E-WCAG2AAA.Principle2.Guideline2_4.2_4_1.G1,G123,G124.NoSuchID': {
1859
+ variable: false,
1860
+ quality: 1,
1861
+ what: 'Internal link references a nonexistent destination'
1842
1862
  }
1843
1863
  },
1844
1864
  wave: {
@@ -2268,6 +2288,11 @@ exports.issues = {
2268
2288
  quality: 1,
2269
2289
  what: 'Link has no name or id attribute or value'
2270
2290
  },
2291
+ 'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.EmptyNoId': {
2292
+ variable: false,
2293
+ quality: 1,
2294
+ what: 'Link has no name or id attribute or value'
2295
+ },
2271
2296
  'E-AAA.4_1_2.H91.A.EmptyWithName': {
2272
2297
  variable: false,
2273
2298
  quality: 1,
@@ -2332,6 +2357,11 @@ exports.issues = {
2332
2357
  variable: false,
2333
2358
  quality: 1,
2334
2359
  what: 'img element is the only link content but has no text alternative'
2360
+ },
2361
+ 'E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H30.2': {
2362
+ variable: false,
2363
+ quality: 1,
2364
+ what: 'img element is the only link content but has no text alternative'
2335
2365
  }
2336
2366
  },
2337
2367
  qualWeb: {
@@ -2391,6 +2421,11 @@ exports.issues = {
2391
2421
  variable: false,
2392
2422
  quality: 1,
2393
2423
  what: 'link element is missing a non-empty href for the linked resource'
2424
+ },
2425
+ 'E-WCAG2AAA.Principle2.Guideline2_4.2_4_8.H59.2b': {
2426
+ variable: false,
2427
+ quality: 1,
2428
+ what: 'link element is missing a non-empty href for the linked resource'
2394
2429
  }
2395
2430
  },
2396
2431
  nuVal: {
@@ -3102,6 +3137,11 @@ exports.issues = {
3102
3137
  variable: false,
3103
3138
  quality: 1,
3104
3139
  what: 'Element has presentation role but semantic child'
3140
+ },
3141
+ 'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F92,ARIA4': {
3142
+ variable: false,
3143
+ quality: 1,
3144
+ what: 'Element has presentation role but semantic child'
3105
3145
  }
3106
3146
  }
3107
3147
  }
@@ -4948,6 +4988,11 @@ exports.issues = {
4948
4988
  variable: false,
4949
4989
  quality: 1,
4950
4990
  what: 'autocomplete attribute and the input type are mismatched'
4991
+ },
4992
+ 'E-WCAG2AAA.Principle1.Guideline1_3.1_3_5.H98': {
4993
+ variable: false,
4994
+ quality: 1,
4995
+ what: 'autocomplete attribute and the input type are mismatched'
4951
4996
  }
4952
4997
  },
4953
4998
  ibm: {
@@ -5469,6 +5514,11 @@ exports.issues = {
5469
5514
  variable: false,
5470
5515
  quality: 1,
5471
5516
  what: 'Heading is empty'
5517
+ },
5518
+ 'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H42.2': {
5519
+ variable: false,
5520
+ quality: 1,
5521
+ what: 'Heading is empty'
5472
5522
  }
5473
5523
  },
5474
5524
  ibm: {
@@ -6381,6 +6431,11 @@ exports.issues = {
6381
6431
  variable: false,
6382
6432
  quality: 1,
6383
6433
  what: 'Heading coding is not used but the element is intended as a heading?'
6434
+ },
6435
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H42': {
6436
+ variable: false,
6437
+ quality: 1,
6438
+ what: 'Heading coding is not used but the element is intended as a heading?'
6384
6439
  }
6385
6440
  },
6386
6441
  ibm: {
@@ -6548,6 +6603,11 @@ exports.issues = {
6548
6603
  variable: false,
6549
6604
  quality: 1,
6550
6605
  what: 'Content simulates an unordered list without a ul?'
6606
+ },
6607
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48.1': {
6608
+ variable: false,
6609
+ quality: 1,
6610
+ what: 'Content simulates an unordered list without a ul?'
6551
6611
  }
6552
6612
  },
6553
6613
  ibm: {
@@ -6577,6 +6637,11 @@ exports.issues = {
6577
6637
  variable: false,
6578
6638
  quality: 1,
6579
6639
  what: 'Ordered list fails to be coded as such?'
6640
+ },
6641
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48.2': {
6642
+ variable: false,
6643
+ quality: 1,
6644
+ what: 'Ordered list fails to be coded as such?'
6580
6645
  }
6581
6646
  }
6582
6647
  }
@@ -6708,6 +6773,11 @@ exports.issues = {
6708
6773
  variable: false,
6709
6774
  quality: 1,
6710
6775
  what: 'Selection list contains groups of related options not grouped with optgroup?'
6776
+ },
6777
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H85.2': {
6778
+ variable: false,
6779
+ quality: 1,
6780
+ what: 'Selection list contains groups of related options not grouped with optgroup?'
6711
6781
  }
6712
6782
  }
6713
6783
  }
@@ -6845,6 +6915,11 @@ exports.issues = {
6845
6915
  variable: false,
6846
6916
  quality: 1,
6847
6917
  what: 'Element has no legend element'
6918
+ },
6919
+ 'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H71.NoLegend': {
6920
+ variable: false,
6921
+ quality: 1,
6922
+ what: 'Element has no legend element'
6848
6923
  }
6849
6924
  },
6850
6925
  ibm: {
@@ -6888,6 +6963,11 @@ exports.issues = {
6888
6963
  variable: false,
6889
6964
  quality: 1,
6890
6965
  what: 'fieldset element has no accessible name'
6966
+ },
6967
+ 'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Fieldset.Name': {
6968
+ variable: false,
6969
+ quality: 1,
6970
+ what: 'fieldset element has no accessible name'
6891
6971
  }
6892
6972
  },
6893
6973
  ibm: {
@@ -9905,6 +9985,11 @@ exports.issues = {
9905
9985
  variable: false,
9906
9986
  quality: 1,
9907
9987
  what: 'Form has no submit button'
9988
+ },
9989
+ 'E-WCAG2AAA.Principle3.Guideline3_2.3_2_2.H32.2': {
9990
+ variable: false,
9991
+ quality: 1,
9992
+ what: 'Form has no submit button'
9908
9993
  }
9909
9994
  },
9910
9995
  qualWeb: {
@@ -10153,6 +10238,11 @@ exports.issues = {
10153
10238
  variable: false,
10154
10239
  quality: 1,
10155
10240
  what: 'font element is obsolete'
10241
+ },
10242
+ 'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.Font': {
10243
+ variable: false,
10244
+ quality: 1,
10245
+ what: 'font element is obsolete'
10156
10246
  }
10157
10247
  },
10158
10248
  ibm: {