testilo 43.3.1 → 43.3.2
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 +7 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -6073,6 +6073,13 @@ exports.issues = {
|
|
|
6073
6073
|
what: 'Content simulates an unordered list without a ul?'
|
|
6074
6074
|
}
|
|
6075
6075
|
},
|
|
6076
|
+
ibm: {
|
|
6077
|
+
list_markup_review: {
|
|
6078
|
+
variable: false,
|
|
6079
|
+
quality: 1,
|
|
6080
|
+
what: 'List not using proper HTML elements?'
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6076
6083
|
wave: {
|
|
6077
6084
|
list_possible: {
|
|
6078
6085
|
variable: false,
|