testilo 41.5.5 → 41.5.6
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 +1 -1
- package/procs/score/tic49.js +35 -39
package/package.json
CHANGED
package/procs/score/tic49.js
CHANGED
|
@@ -66,6 +66,16 @@ exports.issues = {
|
|
|
66
66
|
quality: 1,
|
|
67
67
|
what: 'Background image may be informative [speculative]'
|
|
68
68
|
},
|
|
69
|
+
empty_link_element: {
|
|
70
|
+
variable: false,
|
|
71
|
+
quality: 1,
|
|
72
|
+
what: 'Element has no visible and accessible name [invalid]'
|
|
73
|
+
},
|
|
74
|
+
fieldset_no_legend: {
|
|
75
|
+
variable: false,
|
|
76
|
+
quality: 1,
|
|
77
|
+
what: 'First child element of the element is not a legend [duplicative]'
|
|
78
|
+
},
|
|
69
79
|
flickering: {
|
|
70
80
|
variable: false,
|
|
71
81
|
quality: 0,
|
|
@@ -76,11 +86,21 @@ exports.issues = {
|
|
|
76
86
|
quality: 1,
|
|
77
87
|
what: 'Link destination has a named host and may be in an unexpected language [speculative]'
|
|
78
88
|
},
|
|
89
|
+
links_not_visually_evident_without_color_vision: {
|
|
90
|
+
variable: false,
|
|
91
|
+
quality: 1,
|
|
92
|
+
what: 'Element is a link, but its style properties do not differentiate it from its parent [irrelevant]'
|
|
93
|
+
},
|
|
79
94
|
meaningful_content_sequence: {
|
|
80
95
|
variable: false,
|
|
81
96
|
quality: 0,
|
|
82
97
|
what: 'The content sequence may fail to be meaningful [speculative]'
|
|
83
98
|
},
|
|
99
|
+
missing_alt_attribute: {
|
|
100
|
+
variable: false,
|
|
101
|
+
quality: 1,
|
|
102
|
+
what: 'Image has no alt attribute [invalid]'
|
|
103
|
+
},
|
|
84
104
|
motion_actuation: {
|
|
85
105
|
variable: false,
|
|
86
106
|
quality: 0,
|
|
@@ -161,6 +181,13 @@ exports.issues = {
|
|
|
161
181
|
what: 'Element is a visualization, so may lack a nonvisual equivalent [speculative]'
|
|
162
182
|
}
|
|
163
183
|
},
|
|
184
|
+
ibm: {
|
|
185
|
+
aria_child_valid: {
|
|
186
|
+
variable: false,
|
|
187
|
+
quality: 1,
|
|
188
|
+
what: 'Child element has a role not allowed for the role of the parent [invalid]'
|
|
189
|
+
}
|
|
190
|
+
},
|
|
164
191
|
nuVal: {
|
|
165
192
|
'Element head is missing a required instance of child element title.': {
|
|
166
193
|
variable: false,
|
|
@@ -174,6 +201,11 @@ exports.issues = {
|
|
|
174
201
|
}
|
|
175
202
|
},
|
|
176
203
|
qualWeb: {
|
|
204
|
+
'QW-ACT-R13': {
|
|
205
|
+
variable: false,
|
|
206
|
+
quality: 1,
|
|
207
|
+
what: 'Element with aria-hidden has focusable content [invalid]'
|
|
208
|
+
},
|
|
177
209
|
'QW-ACT-R52': {
|
|
178
210
|
variable: false,
|
|
179
211
|
quality: 0,
|
|
@@ -610,13 +642,6 @@ exports.issues = {
|
|
|
610
642
|
what: 'Image has no accessible name'
|
|
611
643
|
}
|
|
612
644
|
},
|
|
613
|
-
aslint: {
|
|
614
|
-
missing_alt_attribute: {
|
|
615
|
-
variable: false,
|
|
616
|
-
quality: 1,
|
|
617
|
-
what: 'Image has no alt attribute'
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
645
|
axe: {
|
|
621
646
|
'image-alt': {
|
|
622
647
|
variable: false,
|
|
@@ -1898,11 +1923,6 @@ exports.issues = {
|
|
|
1898
1923
|
variable: false,
|
|
1899
1924
|
quality: 1,
|
|
1900
1925
|
what: 'Element is an image in a link but has no text alternative'
|
|
1901
|
-
},
|
|
1902
|
-
empty_link_element: {
|
|
1903
|
-
variable: false,
|
|
1904
|
-
quality: 1,
|
|
1905
|
-
what: 'Element has no visible and accessible name'
|
|
1906
1926
|
}
|
|
1907
1927
|
},
|
|
1908
1928
|
axe: {
|
|
@@ -2837,8 +2857,8 @@ exports.issues = {
|
|
|
2837
2857
|
qualWeb: {
|
|
2838
2858
|
'QW-WCAG-T28': {
|
|
2839
2859
|
variable: false,
|
|
2840
|
-
quality:
|
|
2841
|
-
what: '
|
|
2860
|
+
quality: 0.8,
|
|
2861
|
+
what: 'Font size set to an absolute unit value'
|
|
2842
2862
|
}
|
|
2843
2863
|
}
|
|
2844
2864
|
}
|
|
@@ -3415,11 +3435,6 @@ exports.issues = {
|
|
|
3415
3435
|
weight: 4,
|
|
3416
3436
|
tools: {
|
|
3417
3437
|
ibm: {
|
|
3418
|
-
aria_child_valid: {
|
|
3419
|
-
variable: false,
|
|
3420
|
-
quality: 1,
|
|
3421
|
-
what: 'Child element has a role not allowed for the role of the parent'
|
|
3422
|
-
},
|
|
3423
3438
|
aria_descendant_valid: {
|
|
3424
3439
|
variable: false,
|
|
3425
3440
|
quality: 1,
|
|
@@ -4824,7 +4839,7 @@ exports.issues = {
|
|
|
4824
4839
|
'heading-order': {
|
|
4825
4840
|
variable: false,
|
|
4826
4841
|
quality: 1,
|
|
4827
|
-
what: 'Heading levels do not increase by only one'
|
|
4842
|
+
what: 'Heading levels do not increase by only one or their order is ambiguous'
|
|
4828
4843
|
}
|
|
4829
4844
|
},
|
|
4830
4845
|
ed11y: {
|
|
@@ -5572,11 +5587,6 @@ exports.issues = {
|
|
|
5572
5587
|
weight: 2,
|
|
5573
5588
|
tools: {
|
|
5574
5589
|
aslint: {
|
|
5575
|
-
fieldset_no_legend: {
|
|
5576
|
-
variable: false,
|
|
5577
|
-
quality: 1,
|
|
5578
|
-
what: 'First child element of the element is not a legend'
|
|
5579
|
-
},
|
|
5580
5590
|
legend_first_child_of_fieldset: {
|
|
5581
5591
|
variable: false,
|
|
5582
5592
|
quality: 1,
|
|
@@ -7251,13 +7261,6 @@ exports.issues = {
|
|
|
7251
7261
|
quality: 1,
|
|
7252
7262
|
what: 'Element has an ancestor with a true aria-hidden attribute but is focusable'
|
|
7253
7263
|
}
|
|
7254
|
-
},
|
|
7255
|
-
qualWeb: {
|
|
7256
|
-
'QW-ACT-R13': {
|
|
7257
|
-
variable: false,
|
|
7258
|
-
quality: 1,
|
|
7259
|
-
what: 'Element with aria-hidden has focusable content'
|
|
7260
|
-
}
|
|
7261
7264
|
}
|
|
7262
7265
|
}
|
|
7263
7266
|
},
|
|
@@ -7662,13 +7665,6 @@ exports.issues = {
|
|
|
7662
7665
|
what: 'Inline link is not distinct from the surrounding text except by color'
|
|
7663
7666
|
}
|
|
7664
7667
|
},
|
|
7665
|
-
aslint: {
|
|
7666
|
-
links_not_visually_evident_without_color_vision: {
|
|
7667
|
-
variable: false,
|
|
7668
|
-
quality: 1,
|
|
7669
|
-
what: 'Element is a link, but its style properties do not differentiate it from its parent'
|
|
7670
|
-
}
|
|
7671
|
-
},
|
|
7672
7668
|
axe: {
|
|
7673
7669
|
'link-in-text-block': {
|
|
7674
7670
|
variable: false,
|