testilo 51.1.2 → 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 +7 -15
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -203,6 +203,13 @@ exports.issues = {
|
|
|
203
203
|
what: 'Element is a visualization, so may lack a nonvisual equivalent [speculative]'
|
|
204
204
|
}
|
|
205
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
|
+
},
|
|
206
213
|
ibm: {
|
|
207
214
|
aria_child_valid: {
|
|
208
215
|
variable: false,
|
|
@@ -6771,21 +6778,6 @@ exports.issues = {
|
|
|
6771
6778
|
}
|
|
6772
6779
|
}
|
|
6773
6780
|
},
|
|
6774
|
-
pseudoNavListRisk: {
|
|
6775
|
-
summary: 'nav links better as list?',
|
|
6776
|
-
why: 'User cannot get help recognizing a list of navigation links',
|
|
6777
|
-
wcag: '1.3.1',
|
|
6778
|
-
weight: 1,
|
|
6779
|
-
tools: {
|
|
6780
|
-
htmlcs: {
|
|
6781
|
-
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
|
|
6782
|
-
variable: false,
|
|
6783
|
-
quality: 1,
|
|
6784
|
-
what: 'If element contains a navigation section, it is recommended that it be marked up as a list'
|
|
6785
|
-
}
|
|
6786
|
-
}
|
|
6787
|
-
}
|
|
6788
|
-
},
|
|
6789
6781
|
pseudoQuoteRisk: {
|
|
6790
6782
|
summary: 'quotation miscoded?',
|
|
6791
6783
|
why: 'User may be unable to get help identifying a quotation',
|