testilo 43.3.7 → 43.3.9
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/tic.js +4 -11
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -3497,15 +3497,15 @@ exports.issues = {
|
|
|
3497
3497
|
},
|
|
3498
3498
|
titleBad: {
|
|
3499
3499
|
summary: 'title attribute invalid',
|
|
3500
|
-
why: 'User
|
|
3500
|
+
why: 'User gets too little, too much, or repeated help explaining an item',
|
|
3501
3501
|
wcag: '1.3.1',
|
|
3502
|
-
weight:
|
|
3502
|
+
weight: 1,
|
|
3503
3503
|
tools: {
|
|
3504
3504
|
testaro: {
|
|
3505
3505
|
titledEl: {
|
|
3506
3506
|
variable: false,
|
|
3507
3507
|
quality: 1,
|
|
3508
|
-
what: 'title attribute
|
|
3508
|
+
what: 'title attribute is likely ineffective on its element type'
|
|
3509
3509
|
}
|
|
3510
3510
|
}
|
|
3511
3511
|
}
|
|
@@ -7168,7 +7168,7 @@ exports.issues = {
|
|
|
7168
7168
|
targetSmall: {
|
|
7169
7169
|
variable: false,
|
|
7170
7170
|
quality: 1,
|
|
7171
|
-
what: '
|
|
7171
|
+
what: 'Label, button, input, or link has substandard distance from another'
|
|
7172
7172
|
}
|
|
7173
7173
|
}
|
|
7174
7174
|
}
|
|
@@ -7185,13 +7185,6 @@ exports.issues = {
|
|
|
7185
7185
|
quality: 1,
|
|
7186
7186
|
what: 'Target size is substandard'
|
|
7187
7187
|
}
|
|
7188
|
-
},
|
|
7189
|
-
testaro: {
|
|
7190
|
-
targetTiny: {
|
|
7191
|
-
variable: false,
|
|
7192
|
-
quality: 1,
|
|
7193
|
-
what: 'Button, input, or non-inline link is smaller than 24 px wide and high'
|
|
7194
|
-
}
|
|
7195
7188
|
}
|
|
7196
7189
|
}
|
|
7197
7190
|
},
|