testilo 49.0.1 → 49.0.2
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
|
@@ -48,7 +48,7 @@ exports.issues = {
|
|
|
48
48
|
summary: 'ignorable',
|
|
49
49
|
why: 'No known impact, because the test is unreliable or invalid',
|
|
50
50
|
wcag: '',
|
|
51
|
-
weight:
|
|
51
|
+
weight: 1,
|
|
52
52
|
tools: {
|
|
53
53
|
alfa: {
|
|
54
54
|
r73: {
|
|
@@ -9351,7 +9351,7 @@ exports.issues = {
|
|
|
9351
9351
|
summary: 'false aria-hidden value risky',
|
|
9352
9352
|
why: 'User may be misled by erroneously hidden or revealed document content',
|
|
9353
9353
|
wcag: '2.4.6',
|
|
9354
|
-
weight:
|
|
9354
|
+
weight: 1,
|
|
9355
9355
|
tools: {
|
|
9356
9356
|
aslint: {
|
|
9357
9357
|
aria_hidden: {
|