testilo 42.1.8 → 42.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/package.json +1 -1
- package/procs/score/tic50.js +54 -1
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -622,6 +622,21 @@ exports.issues = {
|
|
|
622
622
|
}
|
|
623
623
|
}
|
|
624
624
|
},
|
|
625
|
+
placeholderPlusAria: {
|
|
626
|
+
summary: 'element has competing placeholder attributes',
|
|
627
|
+
why: 'User gets conflicting help on what information to enter in a form item',
|
|
628
|
+
wcag: '4.1.2',
|
|
629
|
+
weight: 3,
|
|
630
|
+
tools: {
|
|
631
|
+
nuVal: {
|
|
632
|
+
'The aria-placeholder attribute must not be specified on elements that have a placeholder attribute.': {
|
|
633
|
+
variable: false,
|
|
634
|
+
quality: 1,
|
|
635
|
+
what: 'Element has both placeholder and aria-placeholder attributes'
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
625
640
|
imageButtonNoText: {
|
|
626
641
|
summary: 'image button not named',
|
|
627
642
|
why: 'User cannot get help understanding an image used as a button',
|
|
@@ -1791,6 +1806,13 @@ exports.issues = {
|
|
|
1791
1806
|
quality: 1,
|
|
1792
1807
|
what: 'for attribute of the label element does not reference a non-hidden form control'
|
|
1793
1808
|
}
|
|
1809
|
+
},
|
|
1810
|
+
wax: {
|
|
1811
|
+
'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.': {
|
|
1812
|
+
variable: false,
|
|
1813
|
+
quality: 1,
|
|
1814
|
+
what: 'for attribute of the label element does not reference a form control'
|
|
1815
|
+
}
|
|
1794
1816
|
}
|
|
1795
1817
|
}
|
|
1796
1818
|
},
|
|
@@ -2673,6 +2695,11 @@ exports.issues = {
|
|
|
2673
2695
|
variable: false,
|
|
2674
2696
|
quality: 1,
|
|
2675
2697
|
what: 'Element is select and has no multiple attribute, but has more than 1 selected option'
|
|
2698
|
+
},
|
|
2699
|
+
'A select element with a required attribute, and without a multiple attribute, and without a size attribute whose value is greater than 1, must have a child option element.': {
|
|
2700
|
+
variable: false,
|
|
2701
|
+
quality: 1,
|
|
2702
|
+
what: 'Element is select and has no child option element, but its attributes require one'
|
|
2676
2703
|
}
|
|
2677
2704
|
}
|
|
2678
2705
|
}
|
|
@@ -3454,6 +3481,13 @@ exports.issues = {
|
|
|
3454
3481
|
quality: 1,
|
|
3455
3482
|
what: 'Element has a color attribute but no rel attribute with mask-icon as its value'
|
|
3456
3483
|
}
|
|
3484
|
+
},
|
|
3485
|
+
wax: {
|
|
3486
|
+
'Link element is missing a non-empty rel attribute identifying the link type.': {
|
|
3487
|
+
variable: false,
|
|
3488
|
+
quality: 1,
|
|
3489
|
+
what: 'Element is link, but its rel attribute is empty or missing'
|
|
3490
|
+
}
|
|
3457
3491
|
}
|
|
3458
3492
|
}
|
|
3459
3493
|
},
|
|
@@ -6197,6 +6231,13 @@ exports.issues = {
|
|
|
6197
6231
|
wcag: '1.3.1',
|
|
6198
6232
|
weight: 2,
|
|
6199
6233
|
tools: {
|
|
6234
|
+
ibm: {
|
|
6235
|
+
table_structure_misuse: {
|
|
6236
|
+
variable: false,
|
|
6237
|
+
quality: 1,
|
|
6238
|
+
what: 'table has a presentation or none role but has a summary attribute or structural elements'
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6200
6241
|
qualWeb: {
|
|
6201
6242
|
'QW-WCAG-T12': {
|
|
6202
6243
|
variable: false,
|
|
@@ -6874,7 +6915,7 @@ exports.issues = {
|
|
|
6874
6915
|
}
|
|
6875
6916
|
},
|
|
6876
6917
|
testaro: {
|
|
6877
|
-
|
|
6918
|
+
targetSmall: {
|
|
6878
6919
|
variable: false,
|
|
6879
6920
|
quality: 1,
|
|
6880
6921
|
what: 'Button, input, or non-inline link is smaller than 44 px wide and high'
|
|
@@ -6894,6 +6935,13 @@ exports.issues = {
|
|
|
6894
6935
|
quality: 1,
|
|
6895
6936
|
what: 'Target size is substandard'
|
|
6896
6937
|
}
|
|
6938
|
+
},
|
|
6939
|
+
testaro: {
|
|
6940
|
+
targetTiny: {
|
|
6941
|
+
variable: false,
|
|
6942
|
+
quality: 1,
|
|
6943
|
+
what: 'Button, input, or non-inline link is smaller than 24 px wide and high'
|
|
6944
|
+
}
|
|
6897
6945
|
}
|
|
6898
6946
|
}
|
|
6899
6947
|
},
|
|
@@ -7262,6 +7310,11 @@ exports.issues = {
|
|
|
7262
7310
|
variable: false,
|
|
7263
7311
|
quality: 1,
|
|
7264
7312
|
what: 'Element is contentinfo but is within another landmark'
|
|
7313
|
+
},
|
|
7314
|
+
'Ensure the contentinfo landmark is at the top level without being nested.': {
|
|
7315
|
+
variable: false,
|
|
7316
|
+
quality: 1,
|
|
7317
|
+
what: 'Element is contentinfo but is nested in another landmark'
|
|
7265
7318
|
}
|
|
7266
7319
|
}
|
|
7267
7320
|
}
|