testilo 52.1.10 → 52.1.12
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 +25 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -3780,6 +3780,11 @@ exports.issues = {
|
|
|
3780
3780
|
quality: 1,
|
|
3781
3781
|
what: 'Element has no nonempty rel attribute for the type'
|
|
3782
3782
|
},
|
|
3783
|
+
'E-WCAG2AAA.Principle2.Guideline2_4.2_4_8.H59.2a': {
|
|
3784
|
+
variable: false,
|
|
3785
|
+
quality: 1,
|
|
3786
|
+
what: 'Element has no nonempty rel attribute for the type'
|
|
3787
|
+
},
|
|
3783
3788
|
'E-A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload or the value prefetch.': {
|
|
3784
3789
|
variable: false,
|
|
3785
3790
|
quality: 1,
|
|
@@ -3989,6 +3994,11 @@ exports.issues = {
|
|
|
3989
3994
|
variable: false,
|
|
3990
3995
|
quality: 1,
|
|
3991
3996
|
what: 'Element is not eligible for a defer attribute but has one'
|
|
3997
|
+
},
|
|
3998
|
+
'A script element with type=module must not have a defer attribute.': {
|
|
3999
|
+
variable: false,
|
|
4000
|
+
quality: 1,
|
|
4001
|
+
what: 'Element has a module type but has a defer attribute'
|
|
3992
4002
|
}
|
|
3993
4003
|
},
|
|
3994
4004
|
nuVnu: {
|
|
@@ -4006,6 +4016,11 @@ exports.issues = {
|
|
|
4006
4016
|
variable: false,
|
|
4007
4017
|
quality: 1,
|
|
4008
4018
|
what: 'Element is not eligible for a defer attribute but has one'
|
|
4019
|
+
},
|
|
4020
|
+
'A script element with type=module must not have a defer attribute.': {
|
|
4021
|
+
variable: false,
|
|
4022
|
+
quality: 1,
|
|
4023
|
+
what: 'Element has a module type but has a defer attribute'
|
|
4009
4024
|
}
|
|
4010
4025
|
}
|
|
4011
4026
|
}
|
|
@@ -5075,6 +5090,11 @@ exports.issues = {
|
|
|
5075
5090
|
quality: 1,
|
|
5076
5091
|
what: 'input element with type="radio" has an aria-checked attribute'
|
|
5077
5092
|
},
|
|
5093
|
+
'The aria-checked attribute must not be used on an input element which has a type attribute whose value is radio.': {
|
|
5094
|
+
variable: false,
|
|
5095
|
+
quality: 1,
|
|
5096
|
+
what: 'input element with type="radio" has an aria-checked attribute'
|
|
5097
|
+
},
|
|
5078
5098
|
'^Bad value for attribute .+ on element .+: Must be non-empty.*$': {
|
|
5079
5099
|
variable: true,
|
|
5080
5100
|
quality: 1,
|
|
@@ -5122,6 +5142,11 @@ exports.issues = {
|
|
|
5122
5142
|
quality: 1,
|
|
5123
5143
|
what: 'input element with type="radio" has an aria-checked attribute'
|
|
5124
5144
|
},
|
|
5145
|
+
'The aria-checked attribute must not be used on an input element which has a type attribute whose value is radio.': {
|
|
5146
|
+
variable: false,
|
|
5147
|
+
quality: 1,
|
|
5148
|
+
what: 'input element with type="radio" has an aria-checked attribute'
|
|
5149
|
+
},
|
|
5125
5150
|
'^Bad value for attribute .+ on element .+: Must be non-empty.*$': {
|
|
5126
5151
|
variable: true,
|
|
5127
5152
|
quality: 1,
|