testilo 17.1.2 → 17.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/merge.js +4 -3
- package/package.json +1 -1
- package/procs/score/tic36 copy.js +8184 -0
- package/procs/score/tic36.js +162 -131
- package/procs/score/tsp36.js +278 -0
- package/scripts/ts36.json +56 -0
package/procs/score/tic36.js
CHANGED
|
@@ -25,7 +25,7 @@ exports.issues = {
|
|
|
25
25
|
weight: 0,
|
|
26
26
|
tools: {
|
|
27
27
|
aslint: {
|
|
28
|
-
|
|
28
|
+
meaningful_content_sequence: {
|
|
29
29
|
variable: false,
|
|
30
30
|
quality: 0,
|
|
31
31
|
what: 'The content sequence may fail to be meaningful'
|
|
@@ -111,7 +111,7 @@ exports.issues = {
|
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
aslint: {
|
|
114
|
-
|
|
114
|
+
duplicated_id_attribute: {
|
|
115
115
|
variable: false,
|
|
116
116
|
quality: 1,
|
|
117
117
|
what: 'Element id attribute value is not unique'
|
|
@@ -385,7 +385,7 @@ exports.issues = {
|
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
aslint: {
|
|
388
|
-
|
|
388
|
+
input_image_missing_alt: {
|
|
389
389
|
variable: false,
|
|
390
390
|
quality: 1,
|
|
391
391
|
what: 'Element is an image input but its text alternative is missing or empty'
|
|
@@ -444,7 +444,7 @@ exports.issues = {
|
|
|
444
444
|
}
|
|
445
445
|
},
|
|
446
446
|
aslint: {
|
|
447
|
-
|
|
447
|
+
missing_alt_attribute: {
|
|
448
448
|
variable: false,
|
|
449
449
|
quality: 1,
|
|
450
450
|
what: 'Image has no alt attribute'
|
|
@@ -551,7 +551,7 @@ exports.issues = {
|
|
|
551
551
|
}
|
|
552
552
|
},
|
|
553
553
|
aslint: {
|
|
554
|
-
|
|
554
|
+
alt_text_include_filename: {
|
|
555
555
|
variable: false,
|
|
556
556
|
quality: 1,
|
|
557
557
|
what: 'Image text alternative includes a filename'
|
|
@@ -565,12 +565,12 @@ exports.issues = {
|
|
|
565
565
|
weight: 1,
|
|
566
566
|
tools: {
|
|
567
567
|
aslint: {
|
|
568
|
-
|
|
568
|
+
general_alt: {
|
|
569
569
|
variable: false,
|
|
570
570
|
quality: 1,
|
|
571
571
|
what: 'Image may be better described by a revised text alternative and an aria-label attribute'
|
|
572
572
|
},
|
|
573
|
-
|
|
573
|
+
alt_color_convey_information: {
|
|
574
574
|
variable: false,
|
|
575
575
|
quality: 1,
|
|
576
576
|
what: 'Text alternative may fail to give information provided by colors'
|
|
@@ -578,6 +578,20 @@ exports.issues = {
|
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
},
|
|
581
|
+
colorRisk: {
|
|
582
|
+
why: 'User may be unable to get help understanding document information',
|
|
583
|
+
wcag: '1.4.1',
|
|
584
|
+
weight: 1,
|
|
585
|
+
tools: {
|
|
586
|
+
aslint: {
|
|
587
|
+
text_color_convey_information: {
|
|
588
|
+
variable: false,
|
|
589
|
+
quality: 1,
|
|
590
|
+
what: 'Color may give information not given also by text'
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
581
595
|
imageNoSource: {
|
|
582
596
|
why: 'Image to be shown cannot be found',
|
|
583
597
|
wcag: '1.3.1',
|
|
@@ -753,7 +767,7 @@ exports.issues = {
|
|
|
753
767
|
weight: 1,
|
|
754
768
|
tools: {
|
|
755
769
|
aslint: {
|
|
756
|
-
|
|
770
|
+
css_images_convey_information: {
|
|
757
771
|
variable: false,
|
|
758
772
|
quality: 1,
|
|
759
773
|
what: 'Background image may be informative'
|
|
@@ -807,12 +821,12 @@ exports.issues = {
|
|
|
807
821
|
}
|
|
808
822
|
},
|
|
809
823
|
aslint: {
|
|
810
|
-
|
|
824
|
+
html_lang_attrN: {
|
|
811
825
|
variable: false,
|
|
812
826
|
quality: 1,
|
|
813
827
|
what: 'lang attribute missing from the html element'
|
|
814
828
|
},
|
|
815
|
-
|
|
829
|
+
html_lang_attrE: {
|
|
816
830
|
variable: false,
|
|
817
831
|
quality: 1,
|
|
818
832
|
what: 'lang attribute of the html element is empty'
|
|
@@ -885,7 +899,7 @@ exports.issues = {
|
|
|
885
899
|
}
|
|
886
900
|
},
|
|
887
901
|
aslint: {
|
|
888
|
-
|
|
902
|
+
html_lang_attrP: {
|
|
889
903
|
variable: false,
|
|
890
904
|
quality: 1,
|
|
891
905
|
what: 'value of the lang attribute of the html element has too many segments'
|
|
@@ -988,7 +1002,7 @@ exports.issues = {
|
|
|
988
1002
|
weight: 4,
|
|
989
1003
|
tools: {
|
|
990
1004
|
aslint: {
|
|
991
|
-
|
|
1005
|
+
aria_role_dialog: {
|
|
992
1006
|
variable: false,
|
|
993
1007
|
quality: 1,
|
|
994
1008
|
what: 'Element has a dialog role but has no accessible name'
|
|
@@ -1072,7 +1086,7 @@ exports.issues = {
|
|
|
1072
1086
|
weight: 1,
|
|
1073
1087
|
tools: {
|
|
1074
1088
|
aslint: {
|
|
1075
|
-
|
|
1089
|
+
object_general_alt: {
|
|
1076
1090
|
variable: false,
|
|
1077
1091
|
quality: 1,
|
|
1078
1092
|
what: 'Text of the object may better explain it if revised'
|
|
@@ -1086,7 +1100,7 @@ exports.issues = {
|
|
|
1086
1100
|
weight: 1,
|
|
1087
1101
|
tools: {
|
|
1088
1102
|
aslint: {
|
|
1089
|
-
|
|
1103
|
+
audio_alternative: {
|
|
1090
1104
|
variable: false,
|
|
1091
1105
|
quality: 1,
|
|
1092
1106
|
what: 'Element is inferior to an audio element if it plays audio'
|
|
@@ -1100,12 +1114,12 @@ exports.issues = {
|
|
|
1100
1114
|
weight: 4,
|
|
1101
1115
|
tools: {
|
|
1102
1116
|
aslint: {
|
|
1103
|
-
|
|
1117
|
+
applet_missing_alt: {
|
|
1104
1118
|
variable: false,
|
|
1105
1119
|
quality: 1,
|
|
1106
1120
|
what: 'Text alternative of the applet is missing or empty'
|
|
1107
1121
|
},
|
|
1108
|
-
|
|
1122
|
+
applet_missing_body: {
|
|
1109
1123
|
variable: false,
|
|
1110
1124
|
quality: 1,
|
|
1111
1125
|
what: 'Content of the applet is missing or empty'
|
|
@@ -1140,7 +1154,7 @@ exports.issues = {
|
|
|
1140
1154
|
weight: 4,
|
|
1141
1155
|
tools: {
|
|
1142
1156
|
aslint: {
|
|
1143
|
-
|
|
1157
|
+
a_area_missing_alt: {
|
|
1144
1158
|
variable: false,
|
|
1145
1159
|
quality: 1,
|
|
1146
1160
|
what: 'Text alternative of the element is missing or empty'
|
|
@@ -1270,7 +1284,7 @@ exports.issues = {
|
|
|
1270
1284
|
weight: 4,
|
|
1271
1285
|
tools: {
|
|
1272
1286
|
aslint: {
|
|
1273
|
-
|
|
1287
|
+
broken_same_page_link: {
|
|
1274
1288
|
variable: false,
|
|
1275
1289
|
quality: 1,
|
|
1276
1290
|
what: 'Same-page destination of the link does not exist'
|
|
@@ -1298,7 +1312,7 @@ exports.issues = {
|
|
|
1298
1312
|
weight: 3,
|
|
1299
1313
|
tools: {
|
|
1300
1314
|
aslint: {
|
|
1301
|
-
|
|
1315
|
+
label_inappropriate_associationN: {
|
|
1302
1316
|
variable: false,
|
|
1303
1317
|
quality: 1,
|
|
1304
1318
|
what: 'Element referenced by the for attribute is not a form control'
|
|
@@ -1387,7 +1401,7 @@ exports.issues = {
|
|
|
1387
1401
|
weight: 4,
|
|
1388
1402
|
tools: {
|
|
1389
1403
|
aslint: {
|
|
1390
|
-
|
|
1404
|
+
aria_describedby_association: {
|
|
1391
1405
|
variable: false,
|
|
1392
1406
|
quality: 1,
|
|
1393
1407
|
what: 'aria-describedby attribute references a missing or empty element'
|
|
@@ -1415,7 +1429,7 @@ exports.issues = {
|
|
|
1415
1429
|
weight: 1,
|
|
1416
1430
|
tools: {
|
|
1417
1431
|
aslint: {
|
|
1418
|
-
|
|
1432
|
+
incorrect_label_placement: {
|
|
1419
1433
|
variable: false,
|
|
1420
1434
|
quality: 1,
|
|
1421
1435
|
what: 'label element precedes the labeled radio button or checkbox'
|
|
@@ -1458,17 +1472,17 @@ exports.issues = {
|
|
|
1458
1472
|
weight: 4,
|
|
1459
1473
|
tools: {
|
|
1460
1474
|
aslint: {
|
|
1461
|
-
|
|
1475
|
+
label_inappropriate_associationM: {
|
|
1462
1476
|
variable: false,
|
|
1463
1477
|
quality: 1,
|
|
1464
1478
|
what: 'Element referenced by the for attribute is missing'
|
|
1465
1479
|
},
|
|
1466
|
-
|
|
1480
|
+
aria_labelledby_associationN: {
|
|
1467
1481
|
variable: false,
|
|
1468
1482
|
quality: 1,
|
|
1469
1483
|
what: 'Element referenced by the aria-labelledby attribute is missing'
|
|
1470
1484
|
},
|
|
1471
|
-
|
|
1485
|
+
aria_labelledby_associationE: {
|
|
1472
1486
|
variable: false,
|
|
1473
1487
|
quality: 1,
|
|
1474
1488
|
what: 'aria-labelledby attribute refers to no element'
|
|
@@ -1539,7 +1553,7 @@ exports.issues = {
|
|
|
1539
1553
|
weight: 1,
|
|
1540
1554
|
tools: {
|
|
1541
1555
|
aslint: {
|
|
1542
|
-
|
|
1556
|
+
role_application: {
|
|
1543
1557
|
variable: false,
|
|
1544
1558
|
quality: 1,
|
|
1545
1559
|
what: 'Element has an application role'
|
|
@@ -1553,7 +1567,7 @@ exports.issues = {
|
|
|
1553
1567
|
weight: 1,
|
|
1554
1568
|
tools: {
|
|
1555
1569
|
aslint: {
|
|
1556
|
-
|
|
1570
|
+
rtl_content: {
|
|
1557
1571
|
variable: false,
|
|
1558
1572
|
quality: 1,
|
|
1559
1573
|
what: 'Direction specified as right to left'
|
|
@@ -1567,7 +1581,7 @@ exports.issues = {
|
|
|
1567
1581
|
weight: 1,
|
|
1568
1582
|
tools: {
|
|
1569
1583
|
aslint: {
|
|
1570
|
-
|
|
1584
|
+
click_verb: {
|
|
1571
1585
|
variable: false,
|
|
1572
1586
|
quality: 1,
|
|
1573
1587
|
what: 'Mouse-specific word click is in the element text'
|
|
@@ -1588,12 +1602,12 @@ exports.issues = {
|
|
|
1588
1602
|
}
|
|
1589
1603
|
},
|
|
1590
1604
|
aslint: {
|
|
1591
|
-
|
|
1605
|
+
img_empty_alt_in_link: {
|
|
1592
1606
|
variable: false,
|
|
1593
1607
|
quality: 1,
|
|
1594
1608
|
what: 'Element is an image in a link but has no text alternative'
|
|
1595
1609
|
},
|
|
1596
|
-
|
|
1610
|
+
empty_link_element: {
|
|
1597
1611
|
variable: false,
|
|
1598
1612
|
quality: 1,
|
|
1599
1613
|
what: 'Element has no visible and accessible name'
|
|
@@ -1712,7 +1726,7 @@ exports.issues = {
|
|
|
1712
1726
|
weight: 4,
|
|
1713
1727
|
tools: {
|
|
1714
1728
|
aslint: {
|
|
1715
|
-
|
|
1729
|
+
title_for_abbr: {
|
|
1716
1730
|
variable: false,
|
|
1717
1731
|
quality: 1,
|
|
1718
1732
|
what: 'Element as an abbr but its defining title attribute is missing or empty'
|
|
@@ -1733,12 +1747,12 @@ exports.issues = {
|
|
|
1733
1747
|
weight: 1,
|
|
1734
1748
|
tools: {
|
|
1735
1749
|
aslint: {
|
|
1736
|
-
|
|
1750
|
+
unclear_anchor_uri: {
|
|
1737
1751
|
variable: false,
|
|
1738
1752
|
quality: 1,
|
|
1739
1753
|
what: 'Link destination is #, a script, or empty'
|
|
1740
1754
|
},
|
|
1741
|
-
|
|
1755
|
+
unclear_uri_on_a: {
|
|
1742
1756
|
variable: false,
|
|
1743
1757
|
quality: 1,
|
|
1744
1758
|
what: 'Link destination is #, a script, or empty'
|
|
@@ -1752,7 +1766,7 @@ exports.issues = {
|
|
|
1752
1766
|
weight: 2,
|
|
1753
1767
|
tools: {
|
|
1754
1768
|
aslint: {
|
|
1755
|
-
|
|
1769
|
+
missing_href_on_a: {
|
|
1756
1770
|
variable: false,
|
|
1757
1771
|
quality: 1,
|
|
1758
1772
|
what: 'Link has no href attribute'
|
|
@@ -1787,7 +1801,7 @@ exports.issues = {
|
|
|
1787
1801
|
weight: 3,
|
|
1788
1802
|
tools: {
|
|
1789
1803
|
aslint: {
|
|
1790
|
-
|
|
1804
|
+
content_editable_missing_attributes: {
|
|
1791
1805
|
variable: false,
|
|
1792
1806
|
quality: 1,
|
|
1793
1807
|
what: 'Element has a true contenteditable attribute but no aria-multiline or labeling attribute'
|
|
@@ -1829,7 +1843,7 @@ exports.issues = {
|
|
|
1829
1843
|
weight: 2,
|
|
1830
1844
|
tools: {
|
|
1831
1845
|
aslint: {
|
|
1832
|
-
|
|
1846
|
+
links_same_content_different_url: {
|
|
1833
1847
|
variable: false,
|
|
1834
1848
|
quality: 1,
|
|
1835
1849
|
what: 'Links with the same text content have different destination URLs'
|
|
@@ -1848,7 +1862,7 @@ exports.issues = {
|
|
|
1848
1862
|
}
|
|
1849
1863
|
},
|
|
1850
1864
|
testaro: {
|
|
1851
|
-
|
|
1865
|
+
linkAmb: {
|
|
1852
1866
|
variable: false,
|
|
1853
1867
|
quality: 1,
|
|
1854
1868
|
what: 'Links with the same text content have different destinations'
|
|
@@ -1876,7 +1890,7 @@ exports.issues = {
|
|
|
1876
1890
|
weight: 1,
|
|
1877
1891
|
tools: {
|
|
1878
1892
|
aslint: {
|
|
1879
|
-
|
|
1893
|
+
links_language_destination: {
|
|
1880
1894
|
variable: false,
|
|
1881
1895
|
quality: 1,
|
|
1882
1896
|
what: 'Link destination has a named host and may be in an unexpected language'
|
|
@@ -1904,7 +1918,7 @@ exports.issues = {
|
|
|
1904
1918
|
weight: 2,
|
|
1905
1919
|
tools: {
|
|
1906
1920
|
aslint: {
|
|
1907
|
-
|
|
1921
|
+
img_adjacent_duplicate_text_link: {
|
|
1908
1922
|
variable: false,
|
|
1909
1923
|
quality: 1,
|
|
1910
1924
|
what: 'Link and an adjacent link are logically 1 link but are not combined'
|
|
@@ -1951,7 +1965,7 @@ exports.issues = {
|
|
|
1951
1965
|
weight: 1,
|
|
1952
1966
|
tools: {
|
|
1953
1967
|
aslint: {
|
|
1954
|
-
|
|
1968
|
+
links_new_window_mark: {
|
|
1955
1969
|
variable: false,
|
|
1956
1970
|
quality: 1,
|
|
1957
1971
|
what: 'Indicator that the link opens a new window or tab may be missing'
|
|
@@ -1998,7 +2012,7 @@ exports.issues = {
|
|
|
1998
2012
|
weight: 1,
|
|
1999
2013
|
tools: {
|
|
2000
2014
|
aslint: {
|
|
2001
|
-
|
|
2015
|
+
select_initial_option: {
|
|
2002
2016
|
variable: false,
|
|
2003
2017
|
quality: 1,
|
|
2004
2018
|
what: 'No option has been made the default with a selected attribute'
|
|
@@ -2033,7 +2047,7 @@ exports.issues = {
|
|
|
2033
2047
|
}
|
|
2034
2048
|
},
|
|
2035
2049
|
aslint: {
|
|
2036
|
-
|
|
2050
|
+
empty_button_description: {
|
|
2037
2051
|
variable: false,
|
|
2038
2052
|
quality: 1,
|
|
2039
2053
|
what: 'Button has no visible accessible name'
|
|
@@ -2229,7 +2243,7 @@ exports.issues = {
|
|
|
2229
2243
|
}
|
|
2230
2244
|
},
|
|
2231
2245
|
aslint: {
|
|
2232
|
-
|
|
2246
|
+
accessible_svg: {
|
|
2233
2247
|
variable: false,
|
|
2234
2248
|
quality: 1,
|
|
2235
2249
|
what: 'Element has no title, description, text, attribute label, or role description'
|
|
@@ -2257,7 +2271,7 @@ exports.issues = {
|
|
|
2257
2271
|
weight: 4,
|
|
2258
2272
|
tools: {
|
|
2259
2273
|
aslint: {
|
|
2260
|
-
|
|
2274
|
+
accessible_svgI: {
|
|
2261
2275
|
variable: false,
|
|
2262
2276
|
quality: 1,
|
|
2263
2277
|
what: 'Element references a nonexisting element as its label'
|
|
@@ -2271,7 +2285,7 @@ exports.issues = {
|
|
|
2271
2285
|
weight: 4,
|
|
2272
2286
|
tools: {
|
|
2273
2287
|
aslint: {
|
|
2274
|
-
|
|
2288
|
+
orientation: {
|
|
2275
2289
|
variable: false,
|
|
2276
2290
|
quality: 1,
|
|
2277
2291
|
what: 'CSS media query specifies an orientation'
|
|
@@ -2299,7 +2313,7 @@ exports.issues = {
|
|
|
2299
2313
|
weight: 1,
|
|
2300
2314
|
tools: {
|
|
2301
2315
|
aslint: {
|
|
2302
|
-
|
|
2316
|
+
orientationT: {
|
|
2303
2317
|
variable: false,
|
|
2304
2318
|
quality: 1,
|
|
2305
2319
|
what: 'Failure to read a stylesheet prevents testing for orientation violations'
|
|
@@ -2320,7 +2334,7 @@ exports.issues = {
|
|
|
2320
2334
|
}
|
|
2321
2335
|
},
|
|
2322
2336
|
aslint: {
|
|
2323
|
-
|
|
2337
|
+
zoom_disabled: {
|
|
2324
2338
|
variable: false,
|
|
2325
2339
|
quality: 1,
|
|
2326
2340
|
what: 'Element specifies a minimum or maximum scale or prohibits zooming'
|
|
@@ -2360,7 +2374,7 @@ exports.issues = {
|
|
|
2360
2374
|
weight: 1,
|
|
2361
2375
|
tools: {
|
|
2362
2376
|
aslint: {
|
|
2363
|
-
|
|
2377
|
+
motion_actuation: {
|
|
2364
2378
|
variable: false,
|
|
2365
2379
|
quality: 1,
|
|
2366
2380
|
what: 'Document listens for device motion or rotation'
|
|
@@ -2402,7 +2416,7 @@ exports.issues = {
|
|
|
2402
2416
|
}
|
|
2403
2417
|
},
|
|
2404
2418
|
aslint: {
|
|
2405
|
-
|
|
2419
|
+
minimum_font_size: {
|
|
2406
2420
|
variable: false,
|
|
2407
2421
|
quality: 1,
|
|
2408
2422
|
what: 'Font size is smaller than 10 pixels'
|
|
@@ -2694,7 +2708,7 @@ exports.issues = {
|
|
|
2694
2708
|
}
|
|
2695
2709
|
},
|
|
2696
2710
|
aslint: {
|
|
2697
|
-
|
|
2711
|
+
title_iframe: {
|
|
2698
2712
|
variable: false,
|
|
2699
2713
|
quality: 1,
|
|
2700
2714
|
what: 'Element is an iframe or object but its title attribute is missing or empty'
|
|
@@ -2763,7 +2777,7 @@ exports.issues = {
|
|
|
2763
2777
|
}
|
|
2764
2778
|
},
|
|
2765
2779
|
aslint: {
|
|
2766
|
-
|
|
2780
|
+
unsupported_role_on_element: {
|
|
2767
2781
|
variable: false,
|
|
2768
2782
|
quality: 1,
|
|
2769
2783
|
what: 'Element has a role that is not valid for it'
|
|
@@ -2918,7 +2932,7 @@ exports.issues = {
|
|
|
2918
2932
|
weight: 1,
|
|
2919
2933
|
tools: {
|
|
2920
2934
|
aslint: {
|
|
2921
|
-
|
|
2935
|
+
invalid_attribute_dir_value: {
|
|
2922
2936
|
variable: true,
|
|
2923
2937
|
quality: 1,
|
|
2924
2938
|
what: 'Element has a dir attribute with a value other than rtl, ltr, or auto'
|
|
@@ -2939,12 +2953,19 @@ exports.issues = {
|
|
|
2939
2953
|
weight: 4,
|
|
2940
2954
|
tools: {
|
|
2941
2955
|
aslint: {
|
|
2942
|
-
|
|
2956
|
+
misused_input_attribute: {
|
|
2943
2957
|
variable: false,
|
|
2944
2958
|
quality: 1,
|
|
2945
2959
|
what: 'Element has an attribute that is not valid for input elements'
|
|
2946
2960
|
}
|
|
2947
2961
|
},
|
|
2962
|
+
axe: {
|
|
2963
|
+
'aria-prohibited-attr': {
|
|
2964
|
+
variable: false,
|
|
2965
|
+
quality: 1,
|
|
2966
|
+
what: 'Element has an attribute that is not valid for the role of the element'
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2948
2969
|
ibm: {
|
|
2949
2970
|
aria_attribute_valid: {
|
|
2950
2971
|
variable: false,
|
|
@@ -3356,7 +3377,7 @@ exports.issues = {
|
|
|
3356
3377
|
}
|
|
3357
3378
|
},
|
|
3358
3379
|
aslint: {
|
|
3359
|
-
|
|
3380
|
+
identify_input_purpose: {
|
|
3360
3381
|
variable: false,
|
|
3361
3382
|
quality: 1,
|
|
3362
3383
|
what: 'autocomplete attribute has an invalid value'
|
|
@@ -3443,7 +3464,7 @@ exports.issues = {
|
|
|
3443
3464
|
weight: 4,
|
|
3444
3465
|
tools: {
|
|
3445
3466
|
aslint: {
|
|
3446
|
-
|
|
3467
|
+
misused_required_attribute: {
|
|
3447
3468
|
variable: false,
|
|
3448
3469
|
quality: 1,
|
|
3449
3470
|
what: 'Requirement status of the element is invalid'
|
|
@@ -3457,7 +3478,7 @@ exports.issues = {
|
|
|
3457
3478
|
weight: 1,
|
|
3458
3479
|
tools: {
|
|
3459
3480
|
aslint: {
|
|
3460
|
-
|
|
3481
|
+
misused_required_attributeR: {
|
|
3461
3482
|
variable: false,
|
|
3462
3483
|
quality: 1,
|
|
3463
3484
|
what: 'Requirement status of the element is stated twice'
|
|
@@ -3478,17 +3499,17 @@ exports.issues = {
|
|
|
3478
3499
|
}
|
|
3479
3500
|
},
|
|
3480
3501
|
aslint: {
|
|
3481
|
-
|
|
3502
|
+
color_contrast_aa: {
|
|
3482
3503
|
variable: false,
|
|
3483
3504
|
quality: 1,
|
|
3484
3505
|
what: 'Text has contrast less than 4.5:1'
|
|
3485
3506
|
},
|
|
3486
|
-
'
|
|
3507
|
+
'color_contrast_state_pseudo_classes_abstract3': {
|
|
3487
3508
|
variable: false,
|
|
3488
3509
|
quality: 1,
|
|
3489
3510
|
what: 'Text has contrast less than 3:1'
|
|
3490
3511
|
},
|
|
3491
|
-
'
|
|
3512
|
+
'color_contrast_state_pseudo_classes_abstract4': {
|
|
3492
3513
|
variable: false,
|
|
3493
3514
|
quality: 1,
|
|
3494
3515
|
what: 'Text has contrast less than 4.5:1'
|
|
@@ -3587,12 +3608,17 @@ exports.issues = {
|
|
|
3587
3608
|
}
|
|
3588
3609
|
},
|
|
3589
3610
|
aslint: {
|
|
3590
|
-
'
|
|
3611
|
+
'color_contrast_aaa': {
|
|
3612
|
+
variable: false,
|
|
3613
|
+
quality: 1,
|
|
3614
|
+
what: 'Text contrast may be less than enhanced but the element is invisible'
|
|
3615
|
+
},
|
|
3616
|
+
'color_contrast_aaa4': {
|
|
3591
3617
|
variable: false,
|
|
3592
3618
|
quality: 1,
|
|
3593
3619
|
what: 'Text has contrast less than 4.5:1'
|
|
3594
3620
|
},
|
|
3595
|
-
'
|
|
3621
|
+
'color_contrast_aaa7': {
|
|
3596
3622
|
variable: false,
|
|
3597
3623
|
quality: 1,
|
|
3598
3624
|
what: 'Text has contrast less than 7:1'
|
|
@@ -3632,17 +3658,17 @@ exports.issues = {
|
|
|
3632
3658
|
weight: 1,
|
|
3633
3659
|
tools: {
|
|
3634
3660
|
aslint: {
|
|
3635
|
-
|
|
3661
|
+
color_contrast_state_pseudo_classes_abstractF: {
|
|
3636
3662
|
variable: false,
|
|
3637
3663
|
quality: 1,
|
|
3638
3664
|
what: 'Fixed position of the element prevents contrast measurement'
|
|
3639
3665
|
},
|
|
3640
|
-
|
|
3666
|
+
color_contrast_state_pseudo_classes_abstractB: {
|
|
3641
3667
|
variable: false,
|
|
3642
3668
|
quality: 1,
|
|
3643
3669
|
what: 'Transparent background color of the element prevents contrast measurement'
|
|
3644
3670
|
},
|
|
3645
|
-
|
|
3671
|
+
color_contrast_aaaB: {
|
|
3646
3672
|
variable: false,
|
|
3647
3673
|
quality: 1,
|
|
3648
3674
|
what: 'Transparent background color of the element prevents contrast measurement'
|
|
@@ -3758,7 +3784,7 @@ exports.issues = {
|
|
|
3758
3784
|
}
|
|
3759
3785
|
},
|
|
3760
3786
|
aslint: {
|
|
3761
|
-
|
|
3787
|
+
empty_heading: {
|
|
3762
3788
|
variable: false,
|
|
3763
3789
|
quality: 1,
|
|
3764
3790
|
what: 'Element is a heading but is empty'
|
|
@@ -3852,7 +3878,7 @@ exports.issues = {
|
|
|
3852
3878
|
weight: 1,
|
|
3853
3879
|
tools: {
|
|
3854
3880
|
aslint: {
|
|
3855
|
-
|
|
3881
|
+
img_alt_duplicate_text_link: {
|
|
3856
3882
|
variable: false,
|
|
3857
3883
|
quality: 1,
|
|
3858
3884
|
what: 'Text alternative of the image duplicates the text of the enclosing link'
|
|
@@ -3892,7 +3918,7 @@ exports.issues = {
|
|
|
3892
3918
|
weight: 1,
|
|
3893
3919
|
tools: {
|
|
3894
3920
|
aslint: {
|
|
3895
|
-
|
|
3921
|
+
img_empty_alt_with_empty_title: {
|
|
3896
3922
|
variable: false,
|
|
3897
3923
|
quality: 1,
|
|
3898
3924
|
what: 'Element has an empty alt attribute but a nonempty title attribute'
|
|
@@ -3927,7 +3953,7 @@ exports.issues = {
|
|
|
3927
3953
|
weight: 1,
|
|
3928
3954
|
tools: {
|
|
3929
3955
|
aslint: {
|
|
3930
|
-
|
|
3956
|
+
label_duplicated_content_title: {
|
|
3931
3957
|
variable: false,
|
|
3932
3958
|
quality: 1,
|
|
3933
3959
|
what: 'Element has an accessible name identical to the value of its title attribute'
|
|
@@ -3941,7 +3967,7 @@ exports.issues = {
|
|
|
3941
3967
|
}
|
|
3942
3968
|
},
|
|
3943
3969
|
testaro: {
|
|
3944
|
-
|
|
3970
|
+
linkTitle: {
|
|
3945
3971
|
variable: false,
|
|
3946
3972
|
quality: 1,
|
|
3947
3973
|
what: 'Link title value is also contained in the link text'
|
|
@@ -3962,7 +3988,7 @@ exports.issues = {
|
|
|
3962
3988
|
weight: 1,
|
|
3963
3989
|
tools: {
|
|
3964
3990
|
aslint: {
|
|
3965
|
-
|
|
3991
|
+
empty_title_attribute: {
|
|
3966
3992
|
variable: false,
|
|
3967
3993
|
quality: 0.5,
|
|
3968
3994
|
what: 'title attribute of the element is empty or only whitespace'
|
|
@@ -4016,7 +4042,7 @@ exports.issues = {
|
|
|
4016
4042
|
weight: 4,
|
|
4017
4043
|
tools: {
|
|
4018
4044
|
aslint: {
|
|
4019
|
-
|
|
4045
|
+
page_titleU: {
|
|
4020
4046
|
variable: false,
|
|
4021
4047
|
quality: 1,
|
|
4022
4048
|
what: 'Page title does not identify the contents or purpose of the page'
|
|
@@ -4044,7 +4070,7 @@ exports.issues = {
|
|
|
4044
4070
|
}
|
|
4045
4071
|
},
|
|
4046
4072
|
aslint: {
|
|
4047
|
-
|
|
4073
|
+
page_titleN: {
|
|
4048
4074
|
variable: false,
|
|
4049
4075
|
quality: 1,
|
|
4050
4076
|
what: 'Page title is missing or empty'
|
|
@@ -4098,14 +4124,14 @@ exports.issues = {
|
|
|
4098
4124
|
weight: 3,
|
|
4099
4125
|
tools: {
|
|
4100
4126
|
aslint: {
|
|
4101
|
-
|
|
4127
|
+
elements_not_allowed_in_head: {
|
|
4102
4128
|
variable: false,
|
|
4103
4129
|
quality: 1,
|
|
4104
4130
|
what: 'Elements in the head are not allowed there'
|
|
4105
4131
|
}
|
|
4106
4132
|
},
|
|
4107
4133
|
testaro: {
|
|
4108
|
-
|
|
4134
|
+
headEl: {
|
|
4109
4135
|
variable: false,
|
|
4110
4136
|
quality: 1,
|
|
4111
4137
|
what: 'Elements in the head are not allowed there'
|
|
@@ -4147,7 +4173,7 @@ exports.issues = {
|
|
|
4147
4173
|
weight: 2,
|
|
4148
4174
|
tools: {
|
|
4149
4175
|
aslint: {
|
|
4150
|
-
|
|
4176
|
+
headings_hierarchy: {
|
|
4151
4177
|
variable: false,
|
|
4152
4178
|
quality: 1,
|
|
4153
4179
|
what: 'Heading level is illogical in its context'
|
|
@@ -4168,7 +4194,7 @@ exports.issues = {
|
|
|
4168
4194
|
weight: 2,
|
|
4169
4195
|
tools: {
|
|
4170
4196
|
aslint: {
|
|
4171
|
-
|
|
4197
|
+
headings_sibling_unique: {
|
|
4172
4198
|
variable: false,
|
|
4173
4199
|
quality: 1,
|
|
4174
4200
|
what: 'Sibling headings have the same accessible name'
|
|
@@ -4196,7 +4222,7 @@ exports.issues = {
|
|
|
4196
4222
|
}
|
|
4197
4223
|
},
|
|
4198
4224
|
aslint: {
|
|
4199
|
-
|
|
4225
|
+
no_headings: {
|
|
4200
4226
|
variable: false,
|
|
4201
4227
|
quality: 1,
|
|
4202
4228
|
what: 'Document has no headings'
|
|
@@ -4238,7 +4264,7 @@ exports.issues = {
|
|
|
4238
4264
|
weight: 3,
|
|
4239
4265
|
tools: {
|
|
4240
4266
|
aslint: {
|
|
4241
|
-
'
|
|
4267
|
+
'h1_must_be': {
|
|
4242
4268
|
variable: false,
|
|
4243
4269
|
quality: 1,
|
|
4244
4270
|
what: 'Page contains no h1 element'
|
|
@@ -4411,7 +4437,7 @@ exports.issues = {
|
|
|
4411
4437
|
weight: 1,
|
|
4412
4438
|
tools: {
|
|
4413
4439
|
aslint: {
|
|
4414
|
-
|
|
4440
|
+
horizontal_rule: {
|
|
4415
4441
|
variable: false,
|
|
4416
4442
|
quality: 1,
|
|
4417
4443
|
what: 'hr element has neither a true aria-hidden attribute nor a presentation role'
|
|
@@ -4762,7 +4788,7 @@ exports.issues = {
|
|
|
4762
4788
|
weight: 1,
|
|
4763
4789
|
tools: {
|
|
4764
4790
|
aslint: {
|
|
4765
|
-
|
|
4791
|
+
group_elements_name_attribute: {
|
|
4766
4792
|
variable: false,
|
|
4767
4793
|
quality: 1,
|
|
4768
4794
|
what: 'Element is an input with a name attribute but has no fieldset parent'
|
|
@@ -4797,12 +4823,12 @@ exports.issues = {
|
|
|
4797
4823
|
weight: 2,
|
|
4798
4824
|
tools: {
|
|
4799
4825
|
aslint: {
|
|
4800
|
-
|
|
4826
|
+
fieldset_no_legend: {
|
|
4801
4827
|
variable: false,
|
|
4802
4828
|
quality: 1,
|
|
4803
4829
|
what: 'First child element of the element is not a legend'
|
|
4804
4830
|
},
|
|
4805
|
-
|
|
4831
|
+
legend_first_child_of_fieldset: {
|
|
4806
4832
|
variable: false,
|
|
4807
4833
|
quality: 1,
|
|
4808
4834
|
what: 'First child element of the element is not a legend'
|
|
@@ -4948,12 +4974,12 @@ exports.issues = {
|
|
|
4948
4974
|
weight: 1,
|
|
4949
4975
|
tools: {
|
|
4950
4976
|
aslint: {
|
|
4951
|
-
|
|
4977
|
+
table_missing_descriptionC: {
|
|
4952
4978
|
variable: false,
|
|
4953
4979
|
quality: 1,
|
|
4954
4980
|
what: 'Element contains no caption element'
|
|
4955
4981
|
},
|
|
4956
|
-
|
|
4982
|
+
table_missing_descriptionE: {
|
|
4957
4983
|
variable: false,
|
|
4958
4984
|
quality: 1,
|
|
4959
4985
|
what: 'Element contains a caption element, but it is empty'
|
|
@@ -5002,7 +5028,7 @@ exports.issues = {
|
|
|
5002
5028
|
weight: 2,
|
|
5003
5029
|
tools: {
|
|
5004
5030
|
aslint: {
|
|
5005
|
-
|
|
5031
|
+
table_caption_summary_identical: {
|
|
5006
5032
|
variable: false,
|
|
5007
5033
|
quality: 1,
|
|
5008
5034
|
what: 'Element has a summary attribute identical to its caption element'
|
|
@@ -5016,7 +5042,7 @@ exports.issues = {
|
|
|
5016
5042
|
weight: 4,
|
|
5017
5043
|
tools: {
|
|
5018
5044
|
aslint: {
|
|
5019
|
-
|
|
5045
|
+
table_missing_descriptionS: {
|
|
5020
5046
|
variable: false,
|
|
5021
5047
|
quality: 1,
|
|
5022
5048
|
what: 'Element has a summary attribute, but it is empty'
|
|
@@ -5030,12 +5056,12 @@ exports.issues = {
|
|
|
5030
5056
|
weight: 4,
|
|
5031
5057
|
tools: {
|
|
5032
5058
|
aslint: {
|
|
5033
|
-
|
|
5059
|
+
table_missing_descriptionLM: {
|
|
5034
5060
|
variable: false,
|
|
5035
5061
|
quality: 1,
|
|
5036
5062
|
what: 'Element has a broken aria-labelledby ID'
|
|
5037
5063
|
},
|
|
5038
|
-
|
|
5064
|
+
table_missing_descriptionLE: {
|
|
5039
5065
|
variable: false,
|
|
5040
5066
|
quality: 1,
|
|
5041
5067
|
what: 'Element has an aria-labelledby attribute, but it is empty'
|
|
@@ -5049,12 +5075,12 @@ exports.issues = {
|
|
|
5049
5075
|
weight: 4,
|
|
5050
5076
|
tools: {
|
|
5051
5077
|
aslint: {
|
|
5052
|
-
|
|
5078
|
+
table_missing_descriptionDM: {
|
|
5053
5079
|
variable: false,
|
|
5054
5080
|
quality: 1,
|
|
5055
5081
|
what: 'Element has a broken aria-describedby ID'
|
|
5056
5082
|
},
|
|
5057
|
-
|
|
5083
|
+
table_missing_descriptionDE: {
|
|
5058
5084
|
variable: false,
|
|
5059
5085
|
quality: 1,
|
|
5060
5086
|
what: 'Element has an aria-describedby attribute, but it is empty'
|
|
@@ -5134,7 +5160,7 @@ exports.issues = {
|
|
|
5134
5160
|
weight: 3,
|
|
5135
5161
|
tools: {
|
|
5136
5162
|
aslint: {
|
|
5137
|
-
|
|
5163
|
+
table_row_and_column_headersRC: {
|
|
5138
5164
|
variable: false,
|
|
5139
5165
|
quality: 1,
|
|
5140
5166
|
what: 'None of the cells in the table is a header'
|
|
@@ -5232,7 +5258,7 @@ exports.issues = {
|
|
|
5232
5258
|
weight: 1,
|
|
5233
5259
|
tools: {
|
|
5234
5260
|
aslint: {
|
|
5235
|
-
|
|
5261
|
+
table_row_and_column_headersH: {
|
|
5236
5262
|
variable: false,
|
|
5237
5263
|
quality: 1,
|
|
5238
5264
|
what: 'Element does not contain a thead element'
|
|
@@ -5246,7 +5272,7 @@ exports.issues = {
|
|
|
5246
5272
|
weight: 1,
|
|
5247
5273
|
tools: {
|
|
5248
5274
|
aslint: {
|
|
5249
|
-
|
|
5275
|
+
table_row_and_column_headersB: {
|
|
5250
5276
|
variable: false,
|
|
5251
5277
|
quality: 1,
|
|
5252
5278
|
what: 'Element does not contain a tbody element'
|
|
@@ -5328,7 +5354,7 @@ exports.issues = {
|
|
|
5328
5354
|
weight: 4,
|
|
5329
5355
|
tools: {
|
|
5330
5356
|
aslint: {
|
|
5331
|
-
|
|
5357
|
+
label_visually_hidden_only: {
|
|
5332
5358
|
variable: false,
|
|
5333
5359
|
quality: 1,
|
|
5334
5360
|
what: 'Form control has a label but it is not visible'
|
|
@@ -5578,7 +5604,7 @@ exports.issues = {
|
|
|
5578
5604
|
}
|
|
5579
5605
|
},
|
|
5580
5606
|
aslint: {
|
|
5581
|
-
|
|
5607
|
+
outline_zero: {
|
|
5582
5608
|
variable: false,
|
|
5583
5609
|
quality: 1,
|
|
5584
5610
|
what: 'Element may get invisibly focused because its outline has no thickness'
|
|
@@ -5613,7 +5639,7 @@ exports.issues = {
|
|
|
5613
5639
|
}
|
|
5614
5640
|
},
|
|
5615
5641
|
aslint: {
|
|
5616
|
-
|
|
5642
|
+
capital_letters_words: {
|
|
5617
5643
|
variable: false,
|
|
5618
5644
|
quality: 1,
|
|
5619
5645
|
what: 'Element or its title has entirely upper-case words'
|
|
@@ -5641,7 +5667,7 @@ exports.issues = {
|
|
|
5641
5667
|
}
|
|
5642
5668
|
},
|
|
5643
5669
|
aslint: {
|
|
5644
|
-
|
|
5670
|
+
font_style_italic: {
|
|
5645
5671
|
variable: false,
|
|
5646
5672
|
quality: 1,
|
|
5647
5673
|
what: 'Text longer than 80 characters has an italic font style'
|
|
@@ -5763,7 +5789,7 @@ exports.issues = {
|
|
|
5763
5789
|
weight: 2,
|
|
5764
5790
|
tools: {
|
|
5765
5791
|
aslint: {
|
|
5766
|
-
|
|
5792
|
+
main_landmark_must_be_top_level: {
|
|
5767
5793
|
variable: false,
|
|
5768
5794
|
quality: 1,
|
|
5769
5795
|
what: 'Element with a main role is not at the top level'
|
|
@@ -5841,7 +5867,7 @@ exports.issues = {
|
|
|
5841
5867
|
weight: 2,
|
|
5842
5868
|
tools: {
|
|
5843
5869
|
aslint: {
|
|
5844
|
-
|
|
5870
|
+
main_element_only_one: {
|
|
5845
5871
|
variable: false,
|
|
5846
5872
|
quality: 1,
|
|
5847
5873
|
what: 'Document has more than 1 main landmark'
|
|
@@ -5949,7 +5975,7 @@ exports.issues = {
|
|
|
5949
5975
|
weight: 2,
|
|
5950
5976
|
tools: {
|
|
5951
5977
|
aslint: {
|
|
5952
|
-
|
|
5978
|
+
contentinfo_landmark_only_one: {
|
|
5953
5979
|
variable: false,
|
|
5954
5980
|
quality: 1,
|
|
5955
5981
|
what: 'Page has more than 1 contentinfo landmark (footer)'
|
|
@@ -6119,7 +6145,7 @@ exports.issues = {
|
|
|
6119
6145
|
weight: 4,
|
|
6120
6146
|
tools: {
|
|
6121
6147
|
aslint: {
|
|
6122
|
-
|
|
6148
|
+
navigation_landmark_restrictions: {
|
|
6123
6149
|
variable: false,
|
|
6124
6150
|
quality: 1,
|
|
6125
6151
|
what: 'Element with a navigation role contains a landmark other than region and search'
|
|
@@ -6275,7 +6301,7 @@ exports.issues = {
|
|
|
6275
6301
|
}
|
|
6276
6302
|
},
|
|
6277
6303
|
aslint: {
|
|
6278
|
-
|
|
6304
|
+
misused_aria_on_focusable_element: {
|
|
6279
6305
|
variable: false,
|
|
6280
6306
|
quality: 1,
|
|
6281
6307
|
what: 'Visible focusable element has a true aria-hidden attribute or a presentation role'
|
|
@@ -6355,7 +6381,7 @@ exports.issues = {
|
|
|
6355
6381
|
weight: 4,
|
|
6356
6382
|
tools: {
|
|
6357
6383
|
aslint: {
|
|
6358
|
-
|
|
6384
|
+
label_implicitly_associatedM: {
|
|
6359
6385
|
variable: false,
|
|
6360
6386
|
quality: 1,
|
|
6361
6387
|
what: 'Element contains more than 1 labelable element.'
|
|
@@ -6414,7 +6440,7 @@ exports.issues = {
|
|
|
6414
6440
|
weight: 0,
|
|
6415
6441
|
tools: {
|
|
6416
6442
|
aslint: {
|
|
6417
|
-
|
|
6443
|
+
aria_hidden: {
|
|
6418
6444
|
variable: false,
|
|
6419
6445
|
quality: 1,
|
|
6420
6446
|
what: 'aria-hidden attribute has the value false'
|
|
@@ -6442,7 +6468,7 @@ exports.issues = {
|
|
|
6442
6468
|
weight: 3,
|
|
6443
6469
|
tools: {
|
|
6444
6470
|
aslint: {
|
|
6445
|
-
|
|
6471
|
+
incorrect_technique_for_hiding_content: {
|
|
6446
6472
|
variable: false,
|
|
6447
6473
|
quality: 1,
|
|
6448
6474
|
what: 'Element has a text-indent style with a negative value'
|
|
@@ -6526,12 +6552,12 @@ exports.issues = {
|
|
|
6526
6552
|
weight: 1,
|
|
6527
6553
|
tools: {
|
|
6528
6554
|
aslint: {
|
|
6529
|
-
|
|
6555
|
+
duplicated_for_attribute: {
|
|
6530
6556
|
variable: false,
|
|
6531
6557
|
quality: 1,
|
|
6532
6558
|
what: 'More than 1 label element has the same for attribute'
|
|
6533
6559
|
},
|
|
6534
|
-
|
|
6560
|
+
missing_labelM: {
|
|
6535
6561
|
variable: false,
|
|
6536
6562
|
quality: 1,
|
|
6537
6563
|
what: 'More than 1 label element refers to the element'
|
|
@@ -6571,17 +6597,17 @@ exports.issues = {
|
|
|
6571
6597
|
weight: 3,
|
|
6572
6598
|
tools: {
|
|
6573
6599
|
aslint: {
|
|
6574
|
-
|
|
6600
|
+
empty_label_element: {
|
|
6575
6601
|
variable: false,
|
|
6576
6602
|
quality: 1,
|
|
6577
6603
|
what: 'Element has no content'
|
|
6578
6604
|
},
|
|
6579
|
-
|
|
6605
|
+
label_implicitly_associatedW: {
|
|
6580
6606
|
variable: false,
|
|
6581
6607
|
quality: 1,
|
|
6582
6608
|
what: 'Element has no labeling content except whitespace'
|
|
6583
6609
|
},
|
|
6584
|
-
|
|
6610
|
+
aria_labelledby_association_empty_element: {
|
|
6585
6611
|
variable: false,
|
|
6586
6612
|
quality: 1,
|
|
6587
6613
|
what: 'Referenced label has no content'
|
|
@@ -6614,12 +6640,17 @@ exports.issues = {
|
|
|
6614
6640
|
weight: 1,
|
|
6615
6641
|
tools: {
|
|
6616
6642
|
aslint: {
|
|
6617
|
-
|
|
6643
|
+
missing_label: {
|
|
6644
|
+
variable: false,
|
|
6645
|
+
quality: 1,
|
|
6646
|
+
what: 'Element has no explicit label and may have no other accessible name'
|
|
6647
|
+
},
|
|
6648
|
+
missing_labelI: {
|
|
6618
6649
|
variable: false,
|
|
6619
6650
|
quality: 1,
|
|
6620
6651
|
what: 'Element has no id attribute for an explicit label to reference'
|
|
6621
6652
|
},
|
|
6622
|
-
|
|
6653
|
+
missing_labelN: {
|
|
6623
6654
|
variable: false,
|
|
6624
6655
|
quality: 1,
|
|
6625
6656
|
what: 'Element has an id attribute but no explicit label references it'
|
|
@@ -6633,7 +6664,7 @@ exports.issues = {
|
|
|
6633
6664
|
weight: 1,
|
|
6634
6665
|
tools: {
|
|
6635
6666
|
aslint: {
|
|
6636
|
-
|
|
6667
|
+
link_with_unclear_purpose: {
|
|
6637
6668
|
variable: false,
|
|
6638
6669
|
quality: 1,
|
|
6639
6670
|
what: 'Element is a link but has vague or generic content'
|
|
@@ -6692,7 +6723,7 @@ exports.issues = {
|
|
|
6692
6723
|
}
|
|
6693
6724
|
},
|
|
6694
6725
|
aslint: {
|
|
6695
|
-
|
|
6726
|
+
links_not_visually_evident_without_color_vision: {
|
|
6696
6727
|
variable: false,
|
|
6697
6728
|
quality: 1,
|
|
6698
6729
|
what: 'Element is a link, but its style properties do not differentiate it from its parent'
|
|
@@ -6802,7 +6833,7 @@ exports.issues = {
|
|
|
6802
6833
|
weight: 4,
|
|
6803
6834
|
tools: {
|
|
6804
6835
|
aslint: {
|
|
6805
|
-
|
|
6836
|
+
blink_element: {
|
|
6806
6837
|
variable: false,
|
|
6807
6838
|
quality: 1,
|
|
6808
6839
|
what: 'Element is blink'
|
|
@@ -6828,7 +6859,7 @@ exports.issues = {
|
|
|
6828
6859
|
weight: 2,
|
|
6829
6860
|
tools: {
|
|
6830
6861
|
aslint: {
|
|
6831
|
-
|
|
6862
|
+
autoplay_audio_video: {
|
|
6832
6863
|
variable: false,
|
|
6833
6864
|
quality: 1,
|
|
6834
6865
|
what: 'Element plays automatically'
|
|
@@ -6884,7 +6915,7 @@ exports.issues = {
|
|
|
6884
6915
|
weight: 3,
|
|
6885
6916
|
tools: {
|
|
6886
6917
|
aslint: {
|
|
6887
|
-
|
|
6918
|
+
no_meta_http_equiv_refresh: {
|
|
6888
6919
|
variable: false,
|
|
6889
6920
|
quality: 1,
|
|
6890
6921
|
what: 'Element forces a page reload'
|
|
@@ -6973,7 +7004,7 @@ exports.issues = {
|
|
|
6973
7004
|
weight: 1,
|
|
6974
7005
|
tools: {
|
|
6975
7006
|
aslint: {
|
|
6976
|
-
|
|
7007
|
+
positive_tabindex: {
|
|
6977
7008
|
variable: false,
|
|
6978
7009
|
quality: 1,
|
|
6979
7010
|
what: 'Element has a positive tabIndex value'
|
|
@@ -7015,7 +7046,7 @@ exports.issues = {
|
|
|
7015
7046
|
weight: 4,
|
|
7016
7047
|
tools: {
|
|
7017
7048
|
aslint: {
|
|
7018
|
-
|
|
7049
|
+
accessible_svgT: {
|
|
7019
7050
|
variable: true,
|
|
7020
7051
|
quality: 1,
|
|
7021
7052
|
what: 'Element has a non-integer tabindex attribute'
|
|
@@ -7029,7 +7060,7 @@ exports.issues = {
|
|
|
7029
7060
|
weight: 1,
|
|
7030
7061
|
tools: {
|
|
7031
7062
|
aslint: {
|
|
7032
|
-
|
|
7063
|
+
misused_tabindex_attribute: {
|
|
7033
7064
|
variable: true,
|
|
7034
7065
|
quality: 1,
|
|
7035
7066
|
what: 'Element has an implicit tabIndex value 0, but also has a tabindex attribute'
|
|
@@ -7043,7 +7074,7 @@ exports.issues = {
|
|
|
7043
7074
|
weight: 4,
|
|
7044
7075
|
tools: {
|
|
7045
7076
|
aslint: {
|
|
7046
|
-
|
|
7077
|
+
audio_video_captions: {
|
|
7047
7078
|
variable: false,
|
|
7048
7079
|
quality: 1,
|
|
7049
7080
|
what: 'Element is audio or video but contains no caption track element'
|
|
@@ -7057,7 +7088,7 @@ exports.issues = {
|
|
|
7057
7088
|
weight: 4,
|
|
7058
7089
|
tools: {
|
|
7059
7090
|
aslint: {
|
|
7060
|
-
|
|
7091
|
+
audio_alternativeT: {
|
|
7061
7092
|
variable: false,
|
|
7062
7093
|
quality: 1,
|
|
7063
7094
|
what: 'Element contains no track element'
|
|
@@ -7105,7 +7136,7 @@ exports.issues = {
|
|
|
7105
7136
|
weight: 1,
|
|
7106
7137
|
tools: {
|
|
7107
7138
|
aslint: {
|
|
7108
|
-
|
|
7139
|
+
audio_alternativeA: {
|
|
7109
7140
|
variable: false,
|
|
7110
7141
|
quality: 1,
|
|
7111
7142
|
what: 'Referenced description or another text alternative may be missing'
|
|
@@ -7231,7 +7262,7 @@ exports.issues = {
|
|
|
7231
7262
|
weight: 4,
|
|
7232
7263
|
tools: {
|
|
7233
7264
|
aslint: {
|
|
7234
|
-
|
|
7265
|
+
video_audio_descriptions: {
|
|
7235
7266
|
variable: false,
|
|
7236
7267
|
quality: 1,
|
|
7237
7268
|
what: 'Element has neither an audio source nor a description track'
|
|
@@ -7273,7 +7304,7 @@ exports.issues = {
|
|
|
7273
7304
|
weight: 1,
|
|
7274
7305
|
tools: {
|
|
7275
7306
|
aslint: {
|
|
7276
|
-
|
|
7307
|
+
position_sticky: {
|
|
7277
7308
|
variable: false,
|
|
7278
7309
|
quality: 1,
|
|
7279
7310
|
what: 'Element has a sticky position'
|
|
@@ -7399,7 +7430,7 @@ exports.issues = {
|
|
|
7399
7430
|
weight: 3,
|
|
7400
7431
|
tools: {
|
|
7401
7432
|
aslint: {
|
|
7402
|
-
|
|
7433
|
+
missing_submit_button: {
|
|
7403
7434
|
variable: false,
|
|
7404
7435
|
quality: 1,
|
|
7405
7436
|
what: 'Element is a form but contains no input or button element for submission'
|
|
@@ -7469,7 +7500,7 @@ exports.issues = {
|
|
|
7469
7500
|
weight: 1,
|
|
7470
7501
|
tools: {
|
|
7471
7502
|
aslint: {
|
|
7472
|
-
|
|
7503
|
+
flash_content: {
|
|
7473
7504
|
variable: false,
|
|
7474
7505
|
quality: 1,
|
|
7475
7506
|
what: 'Document contains Adobe Flash content'
|
|
@@ -7504,7 +7535,7 @@ exports.issues = {
|
|
|
7504
7535
|
weight: 3,
|
|
7505
7536
|
tools: {
|
|
7506
7537
|
aslint: {
|
|
7507
|
-
|
|
7538
|
+
obsolete_html_attributes: {
|
|
7508
7539
|
variable: false,
|
|
7509
7540
|
quality: 1,
|
|
7510
7541
|
what: 'Element has an obsolete attribute'
|
|
@@ -7585,12 +7616,12 @@ exports.issues = {
|
|
|
7585
7616
|
}
|
|
7586
7617
|
},
|
|
7587
7618
|
aslint: {
|
|
7588
|
-
|
|
7619
|
+
obsolete_html_elements: {
|
|
7589
7620
|
variable: false,
|
|
7590
7621
|
quality: 1,
|
|
7591
7622
|
what: 'Element is obsolete'
|
|
7592
7623
|
},
|
|
7593
|
-
|
|
7624
|
+
audio_alternativeB: {
|
|
7594
7625
|
variable: false,
|
|
7595
7626
|
quality: 1,
|
|
7596
7627
|
what: 'Element is obsolete and inferior to an audio element'
|
|
@@ -8126,7 +8157,7 @@ exports.issues = {
|
|
|
8126
8157
|
weight: 1,
|
|
8127
8158
|
tools: {
|
|
8128
8159
|
aslint: {
|
|
8129
|
-
|
|
8160
|
+
captcha_google: {
|
|
8130
8161
|
variable: false,
|
|
8131
8162
|
quality: 1,
|
|
8132
8163
|
what: 'Document employs Google CAPTCHA version 2'
|
|
@@ -8140,7 +8171,7 @@ exports.issues = {
|
|
|
8140
8171
|
weight: 1,
|
|
8141
8172
|
tools: {
|
|
8142
8173
|
aslint: {
|
|
8143
|
-
|
|
8174
|
+
overlay: {
|
|
8144
8175
|
variable: false,
|
|
8145
8176
|
quality: 1,
|
|
8146
8177
|
what: 'Document contains a commercial overlay modifier that may fail or invalidate test results'
|