testilo 49.0.0 → 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 -17
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: {
|
|
@@ -6642,11 +6642,6 @@ exports.issues = {
|
|
|
6642
6642
|
weight: 2,
|
|
6643
6643
|
tools: {
|
|
6644
6644
|
htmlcs: {
|
|
6645
|
-
'E-AAA.1_3_1.H49.AlignAttr': {
|
|
6646
|
-
variable: false,
|
|
6647
|
-
quality: 1,
|
|
6648
|
-
what: 'Special text is aligned nonsemantically'
|
|
6649
|
-
},
|
|
6650
6645
|
'E-AAA.1_3_1.H49.B': {
|
|
6651
6646
|
variable: false,
|
|
6652
6647
|
quality: 1,
|
|
@@ -6671,16 +6666,6 @@ exports.issues = {
|
|
|
6671
6666
|
variable: false,
|
|
6672
6667
|
quality: 1,
|
|
6673
6668
|
what: 'Special text is underlined nonsemantically'
|
|
6674
|
-
},
|
|
6675
|
-
'E-AAA.1_3_1.H49.Center': {
|
|
6676
|
-
variable: false,
|
|
6677
|
-
quality: 1,
|
|
6678
|
-
what: 'Special text is centered nonsemantically'
|
|
6679
|
-
},
|
|
6680
|
-
'E-AAA.1_3_1.H49.Font': {
|
|
6681
|
-
variable: false,
|
|
6682
|
-
quality: 1,
|
|
6683
|
-
what: 'Special text is designated nonsemantically with a (deprecated) font element'
|
|
6684
6669
|
}
|
|
6685
6670
|
},
|
|
6686
6671
|
wax: {
|
|
@@ -9366,7 +9351,7 @@ exports.issues = {
|
|
|
9366
9351
|
summary: 'false aria-hidden value risky',
|
|
9367
9352
|
why: 'User may be misled by erroneously hidden or revealed document content',
|
|
9368
9353
|
wcag: '2.4.6',
|
|
9369
|
-
weight:
|
|
9354
|
+
weight: 1,
|
|
9370
9355
|
tools: {
|
|
9371
9356
|
aslint: {
|
|
9372
9357
|
aria_hidden: {
|