testilo 49.0.3 → 49.0.5
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 +2 -2
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -2445,7 +2445,7 @@ exports.issues = {
|
|
|
2445
2445
|
link_empty: {
|
|
2446
2446
|
variable: false,
|
|
2447
2447
|
quality: 1,
|
|
2448
|
-
what: 'Link
|
|
2448
|
+
what: 'Link contents not named'
|
|
2449
2449
|
}
|
|
2450
2450
|
},
|
|
2451
2451
|
wax: {
|
|
@@ -7044,7 +7044,7 @@ exports.issues = {
|
|
|
7044
7044
|
summary: 'nav links better as list?',
|
|
7045
7045
|
why: 'User cannot get help recognizing a list of navigation links',
|
|
7046
7046
|
wcag: '1.3.1',
|
|
7047
|
-
weight:
|
|
7047
|
+
weight: 1,
|
|
7048
7048
|
tools: {
|
|
7049
7049
|
htmlcs: {
|
|
7050
7050
|
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
|