testilo 31.2.0 → 31.2.1
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 +0 -15
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -4934,21 +4934,6 @@ exports.issues = {
|
|
|
4934
4934
|
}
|
|
4935
4935
|
}
|
|
4936
4936
|
},
|
|
4937
|
-
listAbuseRisk: {
|
|
4938
|
-
summary: 'list-item use dubious',
|
|
4939
|
-
why: 'User may be unable to get help on which items are in lists',
|
|
4940
|
-
wcag: '1.3.1',
|
|
4941
|
-
weight: 1,
|
|
4942
|
-
tools: {
|
|
4943
|
-
qualWeb: {
|
|
4944
|
-
'QW-BP23': {
|
|
4945
|
-
variable: false,
|
|
4946
|
-
quality: 1,
|
|
4947
|
-
what: 'List item is used nonsemantically'
|
|
4948
|
-
}
|
|
4949
|
-
}
|
|
4950
|
-
}
|
|
4951
|
-
},
|
|
4952
4937
|
pseudoListRisk: {
|
|
4953
4938
|
summary: 'list possibly not marked as such',
|
|
4954
4939
|
why: 'User may be unable to get help on which items are in lists',
|