testilo 49.0.5 → 49.0.7
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 +92 -1
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -531,6 +531,11 @@ exports.issues = {
|
|
|
531
531
|
variable: false,
|
|
532
532
|
quality: 1,
|
|
533
533
|
what: 'Duplicate id attribute value'
|
|
534
|
+
},
|
|
535
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_1.F77': {
|
|
536
|
+
variable: false,
|
|
537
|
+
quality: 1,
|
|
538
|
+
what: 'Duplicate id attribute value'
|
|
534
539
|
}
|
|
535
540
|
},
|
|
536
541
|
ibm: {
|
|
@@ -685,6 +690,16 @@ exports.issues = {
|
|
|
685
690
|
}
|
|
686
691
|
},
|
|
687
692
|
htmlcs: {
|
|
693
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name': {
|
|
694
|
+
variable: false,
|
|
695
|
+
quality: 1,
|
|
696
|
+
what: 'email input has no label element or title, aria-label, or aria-labelledby attribute'
|
|
697
|
+
},
|
|
698
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name': {
|
|
699
|
+
variable: false,
|
|
700
|
+
quality: 1,
|
|
701
|
+
what: 'Text input has no label element or title, aria-label, or aria-labelledby attribute'
|
|
702
|
+
},
|
|
688
703
|
'E-AAA.4_1_2.H91.Input.Name': {
|
|
689
704
|
variable: false,
|
|
690
705
|
quality: 1,
|
|
@@ -3130,6 +3145,11 @@ exports.issues = {
|
|
|
3130
3145
|
quality: 1,
|
|
3131
3146
|
what: 'button element has no accessible name'
|
|
3132
3147
|
},
|
|
3148
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Button.Name': {
|
|
3149
|
+
variable: false,
|
|
3150
|
+
quality: 1,
|
|
3151
|
+
what: 'button element has no title attribute, element content, aria-label attribute, or aria-labelledby attribute'
|
|
3152
|
+
},
|
|
3133
3153
|
'E-AAA.4_1_2.H91.Img.Name': {
|
|
3134
3154
|
variable: false,
|
|
3135
3155
|
quality: 1,
|
|
@@ -3827,6 +3847,11 @@ exports.issues = {
|
|
|
3827
3847
|
variable: false,
|
|
3828
3848
|
quality: 1,
|
|
3829
3849
|
what: 'Element is not in the document head'
|
|
3850
|
+
},
|
|
3851
|
+
'E-WCAG2AAA.Principle2.Guideline2_4.2_4_8.H59.1': {
|
|
3852
|
+
variable: false,
|
|
3853
|
+
quality: 1,
|
|
3854
|
+
what: 'Element is a link element but is not located in the head of the document'
|
|
3830
3855
|
}
|
|
3831
3856
|
},
|
|
3832
3857
|
nuVal: {
|
|
@@ -4198,6 +4223,11 @@ exports.issues = {
|
|
|
4198
4223
|
}
|
|
4199
4224
|
},
|
|
4200
4225
|
htmlcs: {
|
|
4226
|
+
'E-WCAG2AAA.Principle2.Guideline2_4.2_4_1.H64.1': {
|
|
4227
|
+
variable: false,
|
|
4228
|
+
quality: 1,
|
|
4229
|
+
what: 'iframe element is missing a non-empty title attribute that identifies the frame'
|
|
4230
|
+
},
|
|
4201
4231
|
'E-AAA.2_4_1.H64.1': {
|
|
4202
4232
|
variable: false,
|
|
4203
4233
|
quality: 1,
|
|
@@ -5594,11 +5624,21 @@ exports.issues = {
|
|
|
5594
5624
|
quality: 1,
|
|
5595
5625
|
what: 'Inline background color lacks a complementary foreground color?'
|
|
5596
5626
|
},
|
|
5597
|
-
'W-
|
|
5627
|
+
'W-WCAG2AAA.Principle1.Guideline1_4.1_4_3_F24.F24.BGColour': {
|
|
5628
|
+
variable: false,
|
|
5629
|
+
quality: 1,
|
|
5630
|
+
what: 'Element has no inherited foreground color?'
|
|
5631
|
+
},
|
|
5632
|
+
'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G18.BgImage': {
|
|
5598
5633
|
variable: false,
|
|
5599
5634
|
quality: 1,
|
|
5600
5635
|
what: 'Contrast between the text and the background image is less than 4.5:1?'
|
|
5601
5636
|
},
|
|
5637
|
+
'W-AAA.1_4_6.G18.BgImage': {
|
|
5638
|
+
variable: false,
|
|
5639
|
+
quality: 1,
|
|
5640
|
+
what: 'Contrast between the text and some part of its background image is less than 4.5:1?'
|
|
5641
|
+
},
|
|
5602
5642
|
'W-AAA.1_4_3_F24.F24.FGColour': {
|
|
5603
5643
|
variable: false,
|
|
5604
5644
|
quality: 1,
|
|
@@ -5659,6 +5699,11 @@ exports.issues = {
|
|
|
5659
5699
|
quality: 1,
|
|
5660
5700
|
what: 'Background color of the absolutely positioned element can not be determined; the contrast ratio between the text and all covered parts of the background is not at least 7:1?'
|
|
5661
5701
|
},
|
|
5702
|
+
'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G17.BgImage': {
|
|
5703
|
+
variable: false,
|
|
5704
|
+
quality: 1,
|
|
5705
|
+
what: 'Contrast between the text and some part of its background image is less than 7:1?'
|
|
5706
|
+
},
|
|
5662
5707
|
'W-AAA.1_4_6.G17.BgImage': {
|
|
5663
5708
|
variable: false,
|
|
5664
5709
|
quality: 1,
|
|
@@ -6337,6 +6382,20 @@ exports.issues = {
|
|
|
6337
6382
|
what: 'Heading level is more than 1 greater than that of the previous heading'
|
|
6338
6383
|
}
|
|
6339
6384
|
},
|
|
6385
|
+
nuVal: {
|
|
6386
|
+
'^The heading h. \(with computed level .\) follows the heading h. \(with computed level .\), skipping . heading level.+$': {
|
|
6387
|
+
variable: true,
|
|
6388
|
+
quality: 1,
|
|
6389
|
+
what: 'Heading level is more than 1 level inferior to the previous heading'
|
|
6390
|
+
}
|
|
6391
|
+
},
|
|
6392
|
+
nuVnu: {
|
|
6393
|
+
'^The heading h. \(with computed level .\) follows the heading h. \(with computed level .\), skipping . heading level.+$': {
|
|
6394
|
+
variable: true,
|
|
6395
|
+
quality: 1,
|
|
6396
|
+
what: 'Heading level is more than 1 level inferior to the previous heading'
|
|
6397
|
+
}
|
|
6398
|
+
},
|
|
6340
6399
|
wave: {
|
|
6341
6400
|
heading_skipped: {
|
|
6342
6401
|
variable: false,
|
|
@@ -6376,6 +6435,11 @@ exports.issues = {
|
|
|
6376
6435
|
variable: false,
|
|
6377
6436
|
quality: 1,
|
|
6378
6437
|
what: 'Heading level is incorrect'
|
|
6438
|
+
},
|
|
6439
|
+
'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1_AAA.G141': {
|
|
6440
|
+
variable: false,
|
|
6441
|
+
quality: 1,
|
|
6442
|
+
what: 'Heading structure is not logically nested'
|
|
6379
6443
|
}
|
|
6380
6444
|
},
|
|
6381
6445
|
testaro: {
|
|
@@ -7968,6 +8032,11 @@ exports.issues = {
|
|
|
7968
8032
|
variable: false,
|
|
7969
8033
|
quality: 1,
|
|
7970
8034
|
what: 'Form control has no label'
|
|
8035
|
+
},
|
|
8036
|
+
'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F68': {
|
|
8037
|
+
variable: false,
|
|
8038
|
+
quality: 1,
|
|
8039
|
+
what: 'Form field is not labeled'
|
|
7971
8040
|
}
|
|
7972
8041
|
},
|
|
7973
8042
|
ibm: {
|
|
@@ -10125,6 +10194,28 @@ exports.issues = {
|
|
|
10125
10194
|
}
|
|
10126
10195
|
}
|
|
10127
10196
|
},
|
|
10197
|
+
presentationTabIndexed: {
|
|
10198
|
+
summary: 'tabindex attribute nullifies presentation role',
|
|
10199
|
+
why: 'User encounters content intended to be hidden',
|
|
10200
|
+
wcag: '1.3.1',
|
|
10201
|
+
weight: 1,
|
|
10202
|
+
tools: {
|
|
10203
|
+
nuVal: {
|
|
10204
|
+
'The presentation role does not affect elements that have a tabindex attribute.': {
|
|
10205
|
+
variable: false,
|
|
10206
|
+
quality: 1,
|
|
10207
|
+
what: 'Element has a presentation role but also a tabindex attribute that nullifies the role'
|
|
10208
|
+
}
|
|
10209
|
+
},
|
|
10210
|
+
nuVnu: {
|
|
10211
|
+
'The presentation role does not affect elements that have a tabindex attribute.': {
|
|
10212
|
+
variable: false,
|
|
10213
|
+
quality: 1,
|
|
10214
|
+
what: 'Element has a presentation role but also a tabindex attribute that nullifies the role'
|
|
10215
|
+
}
|
|
10216
|
+
}
|
|
10217
|
+
}
|
|
10218
|
+
},
|
|
10128
10219
|
avNoText: {
|
|
10129
10220
|
summary: 'audio or video caption track missing',
|
|
10130
10221
|
why: 'User cannot get help reading speech as text',
|