testilo 49.0.6 → 49.0.8
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 +72 -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: {
|
|
@@ -688,7 +693,12 @@ exports.issues = {
|
|
|
688
693
|
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name': {
|
|
689
694
|
variable: false,
|
|
690
695
|
quality: 1,
|
|
691
|
-
what: 'email input
|
|
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'
|
|
692
702
|
},
|
|
693
703
|
'E-AAA.4_1_2.H91.Input.Name': {
|
|
694
704
|
variable: false,
|
|
@@ -3135,6 +3145,11 @@ exports.issues = {
|
|
|
3135
3145
|
quality: 1,
|
|
3136
3146
|
what: 'button element has no accessible name'
|
|
3137
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
|
+
},
|
|
3138
3153
|
'E-AAA.4_1_2.H91.Img.Name': {
|
|
3139
3154
|
variable: false,
|
|
3140
3155
|
quality: 1,
|
|
@@ -3832,6 +3847,11 @@ exports.issues = {
|
|
|
3832
3847
|
variable: false,
|
|
3833
3848
|
quality: 1,
|
|
3834
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'
|
|
3835
3855
|
}
|
|
3836
3856
|
},
|
|
3837
3857
|
nuVal: {
|
|
@@ -5604,6 +5624,11 @@ exports.issues = {
|
|
|
5604
5624
|
quality: 1,
|
|
5605
5625
|
what: 'Inline background color lacks a complementary foreground color?'
|
|
5606
5626
|
},
|
|
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
|
+
},
|
|
5607
5632
|
'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G18.BgImage': {
|
|
5608
5633
|
variable: false,
|
|
5609
5634
|
quality: 1,
|
|
@@ -6357,6 +6382,20 @@ exports.issues = {
|
|
|
6357
6382
|
what: 'Heading level is more than 1 greater than that of the previous heading'
|
|
6358
6383
|
}
|
|
6359
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
|
+
},
|
|
6360
6399
|
wave: {
|
|
6361
6400
|
heading_skipped: {
|
|
6362
6401
|
variable: false,
|
|
@@ -6396,6 +6435,11 @@ exports.issues = {
|
|
|
6396
6435
|
variable: false,
|
|
6397
6436
|
quality: 1,
|
|
6398
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'
|
|
6399
6443
|
}
|
|
6400
6444
|
},
|
|
6401
6445
|
testaro: {
|
|
@@ -7988,6 +8032,11 @@ exports.issues = {
|
|
|
7988
8032
|
variable: false,
|
|
7989
8033
|
quality: 1,
|
|
7990
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'
|
|
7991
8040
|
}
|
|
7992
8041
|
},
|
|
7993
8042
|
ibm: {
|
|
@@ -10145,6 +10194,28 @@ exports.issues = {
|
|
|
10145
10194
|
}
|
|
10146
10195
|
}
|
|
10147
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
|
+
},
|
|
10148
10219
|
avNoText: {
|
|
10149
10220
|
summary: 'audio or video caption track missing',
|
|
10150
10221
|
why: 'User cannot get help reading speech as text',
|