testilo 51.1.1 → 51.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/tic.js +12 -22
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: {
|
|
@@ -198,6 +203,13 @@ exports.issues = {
|
|
|
198
203
|
what: 'Element is a visualization, so may lack a nonvisual equivalent [speculative]'
|
|
199
204
|
}
|
|
200
205
|
},
|
|
206
|
+
htmlcs: {
|
|
207
|
+
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
|
|
208
|
+
variable: false,
|
|
209
|
+
quality: 1,
|
|
210
|
+
what: 'If element contains a navigation section, it is recommended that it be marked up as a list [speculative]'
|
|
211
|
+
}
|
|
212
|
+
},
|
|
201
213
|
ibm: {
|
|
202
214
|
aria_child_valid: {
|
|
203
215
|
variable: false,
|
|
@@ -6766,21 +6778,6 @@ exports.issues = {
|
|
|
6766
6778
|
}
|
|
6767
6779
|
}
|
|
6768
6780
|
},
|
|
6769
|
-
pseudoNavListRisk: {
|
|
6770
|
-
summary: 'nav links better as list?',
|
|
6771
|
-
why: 'User cannot get help recognizing a list of navigation links',
|
|
6772
|
-
wcag: '1.3.1',
|
|
6773
|
-
weight: 1,
|
|
6774
|
-
tools: {
|
|
6775
|
-
htmlcs: {
|
|
6776
|
-
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
|
|
6777
|
-
variable: false,
|
|
6778
|
-
quality: 1,
|
|
6779
|
-
what: 'If element contains a navigation section, it is recommended that it be marked up as a list'
|
|
6780
|
-
}
|
|
6781
|
-
}
|
|
6782
|
-
}
|
|
6783
|
-
},
|
|
6784
6781
|
pseudoQuoteRisk: {
|
|
6785
6782
|
summary: 'quotation miscoded?',
|
|
6786
6783
|
why: 'User may be unable to get help identifying a quotation',
|
|
@@ -10096,13 +10093,6 @@ exports.issues = {
|
|
|
10096
10093
|
weight: 1,
|
|
10097
10094
|
max: 2,
|
|
10098
10095
|
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
10096
|
ibm: {
|
|
10107
10097
|
html_skipnav_exists: {
|
|
10108
10098
|
variable: false,
|