testilo 43.3.0 → 43.3.1
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 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -8821,6 +8821,13 @@ exports.issues = {
|
|
|
8821
8821
|
what: 'Element forces a page reload'
|
|
8822
8822
|
}
|
|
8823
8823
|
},
|
|
8824
|
+
axe: {
|
|
8825
|
+
'meta-refresh': {
|
|
8826
|
+
variable: false,
|
|
8827
|
+
quality: 1,
|
|
8828
|
+
what: 'Delayed refresh under 20 hours is used'
|
|
8829
|
+
}
|
|
8830
|
+
},
|
|
8824
8831
|
qualWeb: {
|
|
8825
8832
|
'QW-ACT-R4': {
|
|
8826
8833
|
variable: false,
|