testilo 41.5.2 → 41.5.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/tic49.js +5 -5
package/package.json
CHANGED
package/procs/score/tic49.js
CHANGED
|
@@ -279,6 +279,11 @@ exports.issues = {
|
|
|
279
279
|
quality: 0,
|
|
280
280
|
what: 'No link at the top of the page goes directly to the main content area [invalid]'
|
|
281
281
|
},
|
|
282
|
+
'QW-WCAG-T24': {
|
|
283
|
+
variable: false,
|
|
284
|
+
quality: 0.5,
|
|
285
|
+
what: 'Script removes the focus when focus is received [invalid]'
|
|
286
|
+
},
|
|
282
287
|
qualWeb: {
|
|
283
288
|
'QW-WCAG-T32': {
|
|
284
289
|
variable: false,
|
|
@@ -6485,11 +6490,6 @@ exports.issues = {
|
|
|
6485
6490
|
variable: false,
|
|
6486
6491
|
quality: 1,
|
|
6487
6492
|
what: 'iframe with negative tabindex has interactive elements'
|
|
6488
|
-
},
|
|
6489
|
-
'QW-WCAG-T24': {
|
|
6490
|
-
variable: false,
|
|
6491
|
-
quality: 0.5,
|
|
6492
|
-
what: 'Script removes the focus when focus is received?'
|
|
6493
6493
|
}
|
|
6494
6494
|
},
|
|
6495
6495
|
testaro: {
|