testilo 51.1.0 → 51.1.2
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 +15 -7
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -55,6 +55,11 @@ exports.issues = {
|
|
|
55
55
|
variable: false,
|
|
56
56
|
quality: 1,
|
|
57
57
|
what: 'Text line height is not at least 1.5 [invalid]'
|
|
58
|
+
},
|
|
59
|
+
r87: {
|
|
60
|
+
variable: false,
|
|
61
|
+
quality: 0.5,
|
|
62
|
+
what: 'First focusable element is not a link to the main content [invalid]'
|
|
58
63
|
}
|
|
59
64
|
},
|
|
60
65
|
aslint: {
|
|
@@ -3928,6 +3933,11 @@ exports.issues = {
|
|
|
3928
3933
|
variable: false,
|
|
3929
3934
|
quality: 1,
|
|
3930
3935
|
what: 'Element is script with type=speculationrules but its prefetch array has invalid property names'
|
|
3936
|
+
},
|
|
3937
|
+
'A script element with a type attribute whose value is speculationrules must contain a JSON object with at least one of the properties prefetch or prerender.': {
|
|
3938
|
+
variable: false,
|
|
3939
|
+
quality: 1,
|
|
3940
|
+
what: 'Element is script with type=speculationrules but has no JSON object with a prefetch or prerender property'
|
|
3931
3941
|
}
|
|
3932
3942
|
},
|
|
3933
3943
|
nuVnu: {
|
|
@@ -3940,6 +3950,11 @@ exports.issues = {
|
|
|
3940
3950
|
variable: false,
|
|
3941
3951
|
quality: 1,
|
|
3942
3952
|
what: 'Element is script with type=speculationrules but its prefetch array has invalid property names'
|
|
3953
|
+
},
|
|
3954
|
+
'A script element with a type attribute whose value is speculationrules must contain a JSON object with at least one of the properties prefetch or prerender.': {
|
|
3955
|
+
variable: false,
|
|
3956
|
+
quality: 1,
|
|
3957
|
+
what: 'Element is script with type=speculationrules but has no JSON object with a prefetch or prerender property'
|
|
3943
3958
|
}
|
|
3944
3959
|
}
|
|
3945
3960
|
}
|
|
@@ -10086,13 +10101,6 @@ exports.issues = {
|
|
|
10086
10101
|
weight: 1,
|
|
10087
10102
|
max: 2,
|
|
10088
10103
|
tools: {
|
|
10089
|
-
alfa: {
|
|
10090
|
-
'r87': {
|
|
10091
|
-
variable: false,
|
|
10092
|
-
quality: 0.5,
|
|
10093
|
-
what: 'First focusable element is not a link to the main content'
|
|
10094
|
-
}
|
|
10095
|
-
},
|
|
10096
10104
|
ibm: {
|
|
10097
10105
|
html_skipnav_exists: {
|
|
10098
10106
|
variable: false,
|