testilo 52.1.8 → 52.1.10
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 +36 -1
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -340,7 +340,7 @@ exports.issues = {
|
|
|
340
340
|
'QW-BP2': {
|
|
341
341
|
variable: false,
|
|
342
342
|
quality: 1,
|
|
343
|
-
what: 'Image text alternative is not concise'
|
|
343
|
+
what: 'Image text alternative is not concise [invalid]'
|
|
344
344
|
},
|
|
345
345
|
'QW-BP17': {
|
|
346
346
|
variable: false,
|
|
@@ -1017,6 +1017,16 @@ exports.issues = {
|
|
|
1017
1017
|
variable: false,
|
|
1018
1018
|
quality: 1,
|
|
1019
1019
|
what: 'Image text alternative is a URL instead'
|
|
1020
|
+
},
|
|
1021
|
+
altMeaningless: {
|
|
1022
|
+
variable: false,
|
|
1023
|
+
quality: 1,
|
|
1024
|
+
what: 'Image text alternative is a common placeholder'
|
|
1025
|
+
},
|
|
1026
|
+
altMeaninglessLinked: {
|
|
1027
|
+
variable: false,
|
|
1028
|
+
quality: 1,
|
|
1029
|
+
what: 'Image text alternative may describe the image but not the destination of its containing link'
|
|
1020
1030
|
}
|
|
1021
1031
|
},
|
|
1022
1032
|
testaro: {
|
|
@@ -2736,6 +2746,11 @@ exports.issues = {
|
|
|
2736
2746
|
variable: false,
|
|
2737
2747
|
quality: 1,
|
|
2738
2748
|
what: 'alt value of the link img element duplicates the text of a link beside it'
|
|
2749
|
+
},
|
|
2750
|
+
'E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H2.EG3': {
|
|
2751
|
+
variable: false,
|
|
2752
|
+
quality: 1,
|
|
2753
|
+
what: 'alt value of the link img element duplicates the text of a link beside it'
|
|
2739
2754
|
}
|
|
2740
2755
|
}
|
|
2741
2756
|
}
|
|
@@ -3081,6 +3096,11 @@ exports.issues = {
|
|
|
3081
3096
|
quality: 1,
|
|
3082
3097
|
what: 'div element with button role has no accessible name'
|
|
3083
3098
|
},
|
|
3099
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Div.Name': {
|
|
3100
|
+
variable: false,
|
|
3101
|
+
quality: 1,
|
|
3102
|
+
what: 'div element with button role has no accessible name'
|
|
3103
|
+
},
|
|
3084
3104
|
'E-AAA.4_1_2.H91.Button.Name': {
|
|
3085
3105
|
variable: false,
|
|
3086
3106
|
quality: 1,
|
|
@@ -9307,6 +9327,11 @@ exports.issues = {
|
|
|
9307
9327
|
variable: false,
|
|
9308
9328
|
quality: 1,
|
|
9309
9329
|
what: 'Element is a label but has a label'
|
|
9330
|
+
},
|
|
9331
|
+
'The aria-labelledby attribute must not be used on any label element that is an ancestor of a labelable element.': {
|
|
9332
|
+
variable: false,
|
|
9333
|
+
quality: 1,
|
|
9334
|
+
what: 'Element is a label with a labelable descendant but has is an aria-labelledby attribute'
|
|
9310
9335
|
}
|
|
9311
9336
|
},
|
|
9312
9337
|
nuVnu: {
|
|
@@ -9314,6 +9339,11 @@ exports.issues = {
|
|
|
9314
9339
|
variable: false,
|
|
9315
9340
|
quality: 1,
|
|
9316
9341
|
what: 'Element is a label but has a label'
|
|
9342
|
+
},
|
|
9343
|
+
'The aria-labelledby attribute must not be used on any label element that is an ancestor of a labelable element.': {
|
|
9344
|
+
variable: false,
|
|
9345
|
+
quality: 1,
|
|
9346
|
+
what: 'Element is a label with a labelable descendant but has is an aria-labelledby attribute'
|
|
9317
9347
|
}
|
|
9318
9348
|
},
|
|
9319
9349
|
testaro: {
|
|
@@ -10505,6 +10535,11 @@ exports.issues = {
|
|
|
10505
10535
|
quality: 1,
|
|
10506
10536
|
what: 'align attribute is obsolete'
|
|
10507
10537
|
},
|
|
10538
|
+
'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr': {
|
|
10539
|
+
variable: false,
|
|
10540
|
+
quality: 1,
|
|
10541
|
+
what: 'align attribute is obsolete'
|
|
10542
|
+
},
|
|
10508
10543
|
'E-AAA.1_3_1.H63.2': {
|
|
10509
10544
|
variable: false,
|
|
10510
10545
|
quality: 1,
|