testilo 43.3.1 → 43.3.3
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 +12 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -208,6 +208,11 @@ exports.issues = {
|
|
|
208
208
|
variable: false,
|
|
209
209
|
quality: 1,
|
|
210
210
|
what: 'Multiple landmarks with the same parent region are not distinguished from one another [invalid on invisible elements]'
|
|
211
|
+
},
|
|
212
|
+
style_background_decorative: {
|
|
213
|
+
variable: false,
|
|
214
|
+
quality: 1,
|
|
215
|
+
what: 'CSS background image may be informative [speculative]'
|
|
211
216
|
}
|
|
212
217
|
},
|
|
213
218
|
nuVal: {
|
|
@@ -6073,6 +6078,13 @@ exports.issues = {
|
|
|
6073
6078
|
what: 'Content simulates an unordered list without a ul?'
|
|
6074
6079
|
}
|
|
6075
6080
|
},
|
|
6081
|
+
ibm: {
|
|
6082
|
+
list_markup_review: {
|
|
6083
|
+
variable: false,
|
|
6084
|
+
quality: 1,
|
|
6085
|
+
what: 'List not using proper HTML elements?'
|
|
6086
|
+
}
|
|
6087
|
+
},
|
|
6076
6088
|
wave: {
|
|
6077
6089
|
list_possible: {
|
|
6078
6090
|
variable: false,
|