testilo 11.0.7 → 11.0.8
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/tic27.js +5 -0
package/package.json
CHANGED
package/procs/score/tic27.js
CHANGED
|
@@ -6847,6 +6847,11 @@ exports.issueClasses = {
|
|
|
6847
6847
|
quality: 1,
|
|
6848
6848
|
what: 'Element is closed while an element within it is unclosed'
|
|
6849
6849
|
},
|
|
6850
|
+
'^End tag .+ seen, but there were open elements.*$': {
|
|
6851
|
+
variable: true,
|
|
6852
|
+
quality: 1,
|
|
6853
|
+
what: 'Element is closed while an element within it is unclosed'
|
|
6854
|
+
},
|
|
6850
6855
|
'^Unclosed element .+$': {
|
|
6851
6856
|
variable: true,
|
|
6852
6857
|
quality: 1,
|