testilo 42.2.0 → 42.2.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/tic50.js +0 -15
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -8603,21 +8603,6 @@ exports.issues = {
|
|
|
8603
8603
|
}
|
|
8604
8604
|
}
|
|
8605
8605
|
},
|
|
8606
|
-
filterStyle: {
|
|
8607
|
-
summary: 'filter style',
|
|
8608
|
-
why: 'Item is too distorted for understandability',
|
|
8609
|
-
wcag: '4.1',
|
|
8610
|
-
weight: 1,
|
|
8611
|
-
tools: {
|
|
8612
|
-
testaro: {
|
|
8613
|
-
filter: {
|
|
8614
|
-
variable: false,
|
|
8615
|
-
quality: 1,
|
|
8616
|
-
what: 'Element styles include filter'
|
|
8617
|
-
}
|
|
8618
|
-
}
|
|
8619
|
-
}
|
|
8620
|
-
},
|
|
8621
8606
|
zIndexNotZero: {
|
|
8622
8607
|
summary: 'z-index not zero',
|
|
8623
8608
|
why: 'User cannot predict the effect of clicking',
|