testilo 42.1.2 → 42.1.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/tic50.js +7 -0
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -1344,6 +1344,13 @@ exports.issues = {
|
|
|
1344
1344
|
quality: 1,
|
|
1345
1345
|
what: 'HTML lang and xml:lang do not match'
|
|
1346
1346
|
}
|
|
1347
|
+
},
|
|
1348
|
+
wax: {
|
|
1349
|
+
'Use valid values for lang attributes.': {
|
|
1350
|
+
variable: false,
|
|
1351
|
+
quality: 1,
|
|
1352
|
+
what: 'lang attribute of the html element has an invalid value'
|
|
1353
|
+
}
|
|
1347
1354
|
}
|
|
1348
1355
|
}
|
|
1349
1356
|
},
|