testilo 51.1.1 → 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 +5 -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: {
|
|
@@ -10096,13 +10101,6 @@ exports.issues = {
|
|
|
10096
10101
|
weight: 1,
|
|
10097
10102
|
max: 2,
|
|
10098
10103
|
tools: {
|
|
10099
|
-
alfa: {
|
|
10100
|
-
'r87': {
|
|
10101
|
-
variable: false,
|
|
10102
|
-
quality: 0.5,
|
|
10103
|
-
what: 'First focusable element is not a link to the main content'
|
|
10104
|
-
}
|
|
10105
|
-
},
|
|
10106
10104
|
ibm: {
|
|
10107
10105
|
html_skipnav_exists: {
|
|
10108
10106
|
variable: false,
|