testilo 31.0.3 → 31.1.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/tic40.js +19 -2
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -850,6 +850,11 @@ exports.issues = {
|
|
|
850
850
|
variable: false,
|
|
851
851
|
quality: 1,
|
|
852
852
|
what: 'img alt value longer than 160 characters'
|
|
853
|
+
},
|
|
854
|
+
altLongLinked: {
|
|
855
|
+
variable: false,
|
|
856
|
+
quality: 1,
|
|
857
|
+
what: 'Linked img alt value longer than 160 characters'
|
|
853
858
|
}
|
|
854
859
|
},
|
|
855
860
|
qualWeb: {
|
|
@@ -4952,6 +4957,13 @@ exports.issues = {
|
|
|
4952
4957
|
what: 'List may be miscoded as a paragraph sequence'
|
|
4953
4958
|
}
|
|
4954
4959
|
},
|
|
4960
|
+
htmlcs: {
|
|
4961
|
+
'AAA.1_3_1.H48.1': {
|
|
4962
|
+
variable: false,
|
|
4963
|
+
quality: 1,
|
|
4964
|
+
what: 'Content seems to simulate an unordered list without a ul'
|
|
4965
|
+
}
|
|
4966
|
+
},
|
|
4955
4967
|
wave: {
|
|
4956
4968
|
list_possible: {
|
|
4957
4969
|
variable: false,
|
|
@@ -7102,7 +7114,7 @@ exports.issues = {
|
|
|
7102
7114
|
},
|
|
7103
7115
|
menuNavigation: {
|
|
7104
7116
|
summary: 'menu navigation nonstandard',
|
|
7105
|
-
why: '
|
|
7117
|
+
why: 'Menus behave improperly for a keyboard-only user',
|
|
7106
7118
|
wcag: '2.1.1',
|
|
7107
7119
|
weight: 2,
|
|
7108
7120
|
tools: {
|
|
@@ -7110,7 +7122,7 @@ exports.issues = {
|
|
|
7110
7122
|
buttonMenu: {
|
|
7111
7123
|
variable: false,
|
|
7112
7124
|
quality: 1,
|
|
7113
|
-
what: '
|
|
7125
|
+
what: 'Menu buttons and menus behave nonstandardly'
|
|
7114
7126
|
}
|
|
7115
7127
|
}
|
|
7116
7128
|
}
|
|
@@ -8054,6 +8066,11 @@ exports.issues = {
|
|
|
8054
8066
|
weight: 3,
|
|
8055
8067
|
tools: {
|
|
8056
8068
|
ibm: {
|
|
8069
|
+
combobox_design_valid: {
|
|
8070
|
+
variable: false,
|
|
8071
|
+
quality: 1,
|
|
8072
|
+
what: 'combobox design pattern is ARIA 1.1, not allowed by ARIA 1.2'
|
|
8073
|
+
},
|
|
8057
8074
|
combobox_version: {
|
|
8058
8075
|
variable: false,
|
|
8059
8076
|
quality: 1,
|