testilo 52.1.7 → 52.1.9
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 +29 -9
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: {
|
|
@@ -1288,14 +1298,14 @@ exports.issues = {
|
|
|
1288
1298
|
weight: 3,
|
|
1289
1299
|
tools: {
|
|
1290
1300
|
nuVal: {
|
|
1291
|
-
'^Resource violates Content Security Policy
|
|
1301
|
+
'^Resource violates Content Security Policy \\(meta tag\\): image .+ blocked by img-src directive.*$': {
|
|
1292
1302
|
variable: true,
|
|
1293
1303
|
quality: 1,
|
|
1294
1304
|
what: 'img-src content attribute blocks an image'
|
|
1295
1305
|
}
|
|
1296
1306
|
},
|
|
1297
1307
|
nuVnu: {
|
|
1298
|
-
'^Resource violates Content Security Policy
|
|
1308
|
+
'^Resource violates Content Security Policy \\(meta tag\\): image .+ blocked by img-src directive.*$': {
|
|
1299
1309
|
variable: true,
|
|
1300
1310
|
quality: 1,
|
|
1301
1311
|
what: 'img-src content attribute blocks an image'
|
|
@@ -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
|
}
|
|
@@ -3933,14 +3948,14 @@ exports.issues = {
|
|
|
3933
3948
|
weight: 3,
|
|
3934
3949
|
tools: {
|
|
3935
3950
|
nuVal: {
|
|
3936
|
-
'^Resource violates Content Security Policy
|
|
3951
|
+
'^Resource violates Content Security Policy \\(meta tag\\): external stylesheet .+ blocked by style-src directive.*$': {
|
|
3937
3952
|
variable: true,
|
|
3938
3953
|
quality: 1,
|
|
3939
3954
|
what: 'style-src content attribute blocks an external stylesheet'
|
|
3940
3955
|
}
|
|
3941
3956
|
},
|
|
3942
3957
|
nuVnu: {
|
|
3943
|
-
'^Resource violates Content Security Policy
|
|
3958
|
+
'^Resource violates Content Security Policy \\(meta tag\\): external stylesheet .+ blocked by style-src directive.*$': {
|
|
3944
3959
|
variable: true,
|
|
3945
3960
|
quality: 1,
|
|
3946
3961
|
what: 'style-src content attribute blocks an external stylesheet'
|
|
@@ -3997,14 +4012,14 @@ exports.issues = {
|
|
|
3997
4012
|
weight: 3,
|
|
3998
4013
|
tools: {
|
|
3999
4014
|
nuVal: {
|
|
4000
|
-
'^Resource violates Content Security Policy
|
|
4015
|
+
'^Resource violates Content Security Policy \\(meta tag\\): external script .+ blocked by script-src directive.': {
|
|
4001
4016
|
variable: true,
|
|
4002
4017
|
quality: 1,
|
|
4003
4018
|
what: 'script-src content attribute blocks a script'
|
|
4004
4019
|
}
|
|
4005
4020
|
},
|
|
4006
4021
|
nuVnu: {
|
|
4007
|
-
'^Resource violates Content Security Policy
|
|
4022
|
+
'^Resource violates Content Security Policy \\(meta tag\\): external script .+ blocked by script-src directive.': {
|
|
4008
4023
|
variable: true,
|
|
4009
4024
|
quality: 1,
|
|
4010
4025
|
what: 'script-src content attribute blocks a script'
|
|
@@ -6269,14 +6284,14 @@ exports.issues = {
|
|
|
6269
6284
|
}
|
|
6270
6285
|
},
|
|
6271
6286
|
nuVal: {
|
|
6272
|
-
'^The heading h.
|
|
6287
|
+
'^The heading h. \\(with computed level .\\) follows the heading h. \\(with computed level .\\), skipping . heading level.+$': {
|
|
6273
6288
|
variable: true,
|
|
6274
6289
|
quality: 1,
|
|
6275
6290
|
what: 'Heading level is more than 1 level inferior to the previous heading'
|
|
6276
6291
|
}
|
|
6277
6292
|
},
|
|
6278
6293
|
nuVnu: {
|
|
6279
|
-
'^The heading h.
|
|
6294
|
+
'^The heading h. \\(with computed level .\\) follows the heading h. \\(with computed level .\\), skipping . heading level.+$': {
|
|
6280
6295
|
variable: true,
|
|
6281
6296
|
quality: 1,
|
|
6282
6297
|
what: 'Heading level is more than 1 level inferior to the previous heading'
|
|
@@ -10505,6 +10520,11 @@ exports.issues = {
|
|
|
10505
10520
|
quality: 1,
|
|
10506
10521
|
what: 'align attribute is obsolete'
|
|
10507
10522
|
},
|
|
10523
|
+
'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr': {
|
|
10524
|
+
variable: false,
|
|
10525
|
+
quality: 1,
|
|
10526
|
+
what: 'align attribute is obsolete'
|
|
10527
|
+
},
|
|
10508
10528
|
'E-AAA.1_3_1.H63.2': {
|
|
10509
10529
|
variable: false,
|
|
10510
10530
|
quality: 1,
|