testilo 43.3.2 → 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 +5 -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: {
|