testilo 17.0.5 → 17.0.6
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/tic36.js +52 -3
package/package.json
CHANGED
package/procs/score/tic36.js
CHANGED
|
@@ -511,6 +511,13 @@ exports.issues = {
|
|
|
511
511
|
quality: 1,
|
|
512
512
|
what: 'Image text alternative is the filename instead'
|
|
513
513
|
}
|
|
514
|
+
},
|
|
515
|
+
aslint: {
|
|
516
|
+
'alt-text-include-filename': {
|
|
517
|
+
variable: false,
|
|
518
|
+
quality: 1,
|
|
519
|
+
what: 'Image text alternative includes a filename'
|
|
520
|
+
}
|
|
514
521
|
}
|
|
515
522
|
}
|
|
516
523
|
},
|
|
@@ -683,6 +690,20 @@ exports.issues = {
|
|
|
683
690
|
}
|
|
684
691
|
}
|
|
685
692
|
},
|
|
693
|
+
backgroundImageRisk: {
|
|
694
|
+
why: 'Helper ignores an image that may be informative',
|
|
695
|
+
wcag: '1.1.1',
|
|
696
|
+
weight: 1,
|
|
697
|
+
tools: {
|
|
698
|
+
aslint: {
|
|
699
|
+
'css-images-convey-information': {
|
|
700
|
+
variable: false,
|
|
701
|
+
quality: 1,
|
|
702
|
+
what: 'Background image may be informative'
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
686
707
|
decorativeElementExposed: {
|
|
687
708
|
why: 'Helper alerts a user to an uninformative image',
|
|
688
709
|
wcag: '1.3.1',
|
|
@@ -1954,14 +1975,28 @@ exports.issues = {
|
|
|
1954
1975
|
'svg-img-alt': {
|
|
1955
1976
|
variable: false,
|
|
1956
1977
|
quality: 1,
|
|
1957
|
-
what: '
|
|
1978
|
+
what: 'Element with an img role has no text alternative'
|
|
1958
1979
|
}
|
|
1959
1980
|
},
|
|
1960
1981
|
qualWeb: {
|
|
1961
1982
|
'QW-ACT-R21': {
|
|
1962
1983
|
variable: false,
|
|
1963
1984
|
quality: 1,
|
|
1964
|
-
what: '
|
|
1985
|
+
what: 'Element with an explicit role has no accessible name'
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
svgLabelID: {
|
|
1991
|
+
why: 'User cannot get help understanding an image',
|
|
1992
|
+
wcag: '1.1.1',
|
|
1993
|
+
weight: 4,
|
|
1994
|
+
tools: {
|
|
1995
|
+
aslint: {
|
|
1996
|
+
'accessible-svgI': {
|
|
1997
|
+
variable: false,
|
|
1998
|
+
quality: 1,
|
|
1999
|
+
what: 'Element references a nonexisting element as its label'
|
|
1965
2000
|
}
|
|
1966
2001
|
}
|
|
1967
2002
|
}
|
|
@@ -6255,7 +6290,7 @@ exports.issues = {
|
|
|
6255
6290
|
}
|
|
6256
6291
|
}
|
|
6257
6292
|
},
|
|
6258
|
-
|
|
6293
|
+
tabIndexEmpty: {
|
|
6259
6294
|
why: 'No-mouse user cannot follow the intended navigation sequence',
|
|
6260
6295
|
wcag: '1.3.1',
|
|
6261
6296
|
weight: 4,
|
|
@@ -6269,6 +6304,20 @@ exports.issues = {
|
|
|
6269
6304
|
}
|
|
6270
6305
|
}
|
|
6271
6306
|
},
|
|
6307
|
+
tabIndexInt: {
|
|
6308
|
+
why: 'No-mouse user cannot follow the intended navigation sequence',
|
|
6309
|
+
wcag: '1.3.1',
|
|
6310
|
+
weight: 4,
|
|
6311
|
+
tools: {
|
|
6312
|
+
aslint: {
|
|
6313
|
+
'accessible-svgT': {
|
|
6314
|
+
variable: true,
|
|
6315
|
+
quality: 1,
|
|
6316
|
+
what: 'Element has a non-integer tabindex attribute'
|
|
6317
|
+
}
|
|
6318
|
+
}
|
|
6319
|
+
}
|
|
6320
|
+
},
|
|
6272
6321
|
audioContentNoText: {
|
|
6273
6322
|
why: 'User cannot get help reading speech as text',
|
|
6274
6323
|
wcag: '1.2.1',
|