testilo 41.5.6 → 41.5.7
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/tic49.js +27 -19
package/package.json
CHANGED
package/procs/score/tic49.js
CHANGED
|
@@ -251,6 +251,11 @@ exports.issues = {
|
|
|
251
251
|
quality: 0,
|
|
252
252
|
what: 'h1-h6 may fail to be used to identify headings [speculative]'
|
|
253
253
|
},
|
|
254
|
+
'QW-BP2': {
|
|
255
|
+
variable: false,
|
|
256
|
+
quality: 1,
|
|
257
|
+
what: 'Image text alternative is not concise'
|
|
258
|
+
},
|
|
254
259
|
'QW-BP17': {
|
|
255
260
|
variable: false,
|
|
256
261
|
quality: 1,
|
|
@@ -320,6 +325,11 @@ exports.issues = {
|
|
|
320
325
|
variable: false,
|
|
321
326
|
quality: 1,
|
|
322
327
|
what: 'ol, ul or dl may fail to be used for a list or group of links [speculative]'
|
|
328
|
+
},
|
|
329
|
+
'QW-WCAG-T35': {
|
|
330
|
+
variable: false,
|
|
331
|
+
quality: 1,
|
|
332
|
+
what: 'Several elements have this id attribute value [invalid]'
|
|
323
333
|
}
|
|
324
334
|
}
|
|
325
335
|
}
|
|
@@ -409,11 +419,6 @@ exports.issues = {
|
|
|
409
419
|
variable: false,
|
|
410
420
|
quality: 1,
|
|
411
421
|
what: 'id attribute value is not unique'
|
|
412
|
-
},
|
|
413
|
-
'QW-WCAG-T35': {
|
|
414
|
-
variable: false,
|
|
415
|
-
quality: 1,
|
|
416
|
-
what: 'Several elements have this id attribute value'
|
|
417
422
|
}
|
|
418
423
|
}
|
|
419
424
|
}
|
|
@@ -821,14 +826,14 @@ exports.issues = {
|
|
|
821
826
|
'QW-WCAG-T8': {
|
|
822
827
|
variable: false,
|
|
823
828
|
quality: 1,
|
|
824
|
-
what: 'Text alternative is
|
|
829
|
+
what: 'Text alternative is suspect'
|
|
825
830
|
}
|
|
826
831
|
},
|
|
827
832
|
wave: {
|
|
828
833
|
alt_suspicious: {
|
|
829
834
|
variable: false,
|
|
830
835
|
quality: 1,
|
|
831
|
-
what: 'Image text alternative is
|
|
836
|
+
what: 'Image text alternative is suspect'
|
|
832
837
|
}
|
|
833
838
|
}
|
|
834
839
|
}
|
|
@@ -1001,13 +1006,6 @@ exports.issues = {
|
|
|
1001
1006
|
what: 'Linked img alt value longer than 160 characters'
|
|
1002
1007
|
}
|
|
1003
1008
|
},
|
|
1004
|
-
qualWeb: {
|
|
1005
|
-
'QW-BP2': {
|
|
1006
|
-
variable: false,
|
|
1007
|
-
quality: 1,
|
|
1008
|
-
what: 'Image text alternative is not concise'
|
|
1009
|
-
}
|
|
1010
|
-
},
|
|
1011
1009
|
wave: {
|
|
1012
1010
|
alt_long: {
|
|
1013
1011
|
variable: false,
|
|
@@ -2284,11 +2282,6 @@ exports.issues = {
|
|
|
2284
2282
|
}
|
|
2285
2283
|
},
|
|
2286
2284
|
qualWeb: {
|
|
2287
|
-
'QW-WCAG-T10': {
|
|
2288
|
-
variable: false,
|
|
2289
|
-
quality: 1,
|
|
2290
|
-
what: 'Adjacent image and text links for the same resource are not combined'
|
|
2291
|
-
},
|
|
2292
2285
|
'QW-BP13': {
|
|
2293
2286
|
variable: false,
|
|
2294
2287
|
quality: 1,
|
|
@@ -2319,6 +2312,21 @@ exports.issues = {
|
|
|
2319
2312
|
}
|
|
2320
2313
|
}
|
|
2321
2314
|
},
|
|
2315
|
+
linkNameRisk: {
|
|
2316
|
+
summary: 'image link text suspect',
|
|
2317
|
+
why: 'Keyboard-only user may misunderstand the effect of following a link',
|
|
2318
|
+
wcag: '2.4.4',
|
|
2319
|
+
weight: 1,
|
|
2320
|
+
tools: {
|
|
2321
|
+
qualWeb: {
|
|
2322
|
+
'QW-WCAG-T10': {
|
|
2323
|
+
variable: false,
|
|
2324
|
+
quality: 0.8,
|
|
2325
|
+
what: 'Link name repeats its image name and/or that name is suspect'
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2322
2330
|
pageNewWindow: {
|
|
2323
2331
|
summary: 'page immediately opens window',
|
|
2324
2332
|
why: 'User promised a document gets another document, too',
|