testilo 49.0.5 → 49.0.6
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 +21 -1
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -685,6 +685,11 @@ exports.issues = {
|
|
|
685
685
|
}
|
|
686
686
|
},
|
|
687
687
|
htmlcs: {
|
|
688
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name': {
|
|
689
|
+
variable: false,
|
|
690
|
+
quality: 1,
|
|
691
|
+
what: 'email input element has no label element or title, aria-label, or aria-labelledby attribute'
|
|
692
|
+
},
|
|
688
693
|
'E-AAA.4_1_2.H91.Input.Name': {
|
|
689
694
|
variable: false,
|
|
690
695
|
quality: 1,
|
|
@@ -4198,6 +4203,11 @@ exports.issues = {
|
|
|
4198
4203
|
}
|
|
4199
4204
|
},
|
|
4200
4205
|
htmlcs: {
|
|
4206
|
+
'E-WCAG2AAA.Principle2.Guideline2_4.2_4_1.H64.1': {
|
|
4207
|
+
variable: false,
|
|
4208
|
+
quality: 1,
|
|
4209
|
+
what: 'iframe element is missing a non-empty title attribute that identifies the frame'
|
|
4210
|
+
},
|
|
4201
4211
|
'E-AAA.2_4_1.H64.1': {
|
|
4202
4212
|
variable: false,
|
|
4203
4213
|
quality: 1,
|
|
@@ -5594,11 +5604,16 @@ exports.issues = {
|
|
|
5594
5604
|
quality: 1,
|
|
5595
5605
|
what: 'Inline background color lacks a complementary foreground color?'
|
|
5596
5606
|
},
|
|
5597
|
-
'W-
|
|
5607
|
+
'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G18.BgImage': {
|
|
5598
5608
|
variable: false,
|
|
5599
5609
|
quality: 1,
|
|
5600
5610
|
what: 'Contrast between the text and the background image is less than 4.5:1?'
|
|
5601
5611
|
},
|
|
5612
|
+
'W-AAA.1_4_6.G18.BgImage': {
|
|
5613
|
+
variable: false,
|
|
5614
|
+
quality: 1,
|
|
5615
|
+
what: 'Contrast between the text and some part of its background image is less than 4.5:1?'
|
|
5616
|
+
},
|
|
5602
5617
|
'W-AAA.1_4_3_F24.F24.FGColour': {
|
|
5603
5618
|
variable: false,
|
|
5604
5619
|
quality: 1,
|
|
@@ -5659,6 +5674,11 @@ exports.issues = {
|
|
|
5659
5674
|
quality: 1,
|
|
5660
5675
|
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
5676
|
},
|
|
5677
|
+
'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G17.BgImage': {
|
|
5678
|
+
variable: false,
|
|
5679
|
+
quality: 1,
|
|
5680
|
+
what: 'Contrast between the text and some part of its background image is less than 7:1?'
|
|
5681
|
+
},
|
|
5662
5682
|
'W-AAA.1_4_6.G17.BgImage': {
|
|
5663
5683
|
variable: false,
|
|
5664
5684
|
quality: 1,
|