testilo 42.2.3 → 42.2.4
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 +16 -8
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -2732,9 +2732,24 @@ exports.issues = {
|
|
|
2732
2732
|
}
|
|
2733
2733
|
}
|
|
2734
2734
|
},
|
|
2735
|
+
buttonNoContent: {
|
|
2736
|
+
summary: 'button name not visible',
|
|
2737
|
+
why: 'User cannot get help explaining a button',
|
|
2738
|
+
wcag: '4.1.2',
|
|
2739
|
+
weight: 1,
|
|
2740
|
+
tools: {
|
|
2741
|
+
aslint: {
|
|
2742
|
+
empty_button_description: {
|
|
2743
|
+
variable: false,
|
|
2744
|
+
quality: 1,
|
|
2745
|
+
what: 'button element has no visible accessible name'
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2735
2750
|
buttonNoText: {
|
|
2736
2751
|
summary: 'button not named',
|
|
2737
|
-
why: 'User cannot get help
|
|
2752
|
+
why: 'User cannot get help explaining a button',
|
|
2738
2753
|
wcag: '4.1.2',
|
|
2739
2754
|
weight: 4,
|
|
2740
2755
|
tools: {
|
|
@@ -2745,13 +2760,6 @@ exports.issues = {
|
|
|
2745
2760
|
what: 'button element has no accessible name'
|
|
2746
2761
|
}
|
|
2747
2762
|
},
|
|
2748
|
-
aslint: {
|
|
2749
|
-
empty_button_description: {
|
|
2750
|
-
variable: false,
|
|
2751
|
-
quality: 1,
|
|
2752
|
-
what: 'button element has no visible accessible name'
|
|
2753
|
-
}
|
|
2754
|
-
},
|
|
2755
2763
|
axe: {
|
|
2756
2764
|
'aria-command-name': {
|
|
2757
2765
|
variable: false,
|