testilo 51.1.3 → 51.1.4
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 +51 -1
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -662,7 +662,12 @@ exports.issues = {
|
|
|
662
662
|
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name': {
|
|
663
663
|
variable: false,
|
|
664
664
|
quality: 1,
|
|
665
|
-
what: '
|
|
665
|
+
what: 'text input has no label element or title, aria-label, or aria-labelledby attribute'
|
|
666
|
+
},
|
|
667
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name': {
|
|
668
|
+
variable: false,
|
|
669
|
+
quality: 1,
|
|
670
|
+
what: 'search input has no label element or title, aria-label, or aria-labelledby attribute'
|
|
666
671
|
},
|
|
667
672
|
'E-AAA.4_1_2.H91.Input.Name': {
|
|
668
673
|
variable: false,
|
|
@@ -877,6 +882,11 @@ exports.issues = {
|
|
|
877
882
|
variable: false,
|
|
878
883
|
quality: 1,
|
|
879
884
|
what: 'img element has no alt attribute'
|
|
885
|
+
},
|
|
886
|
+
'An img element with a role attribute must also have an accessible name (e.g., an alt attribute).': {
|
|
887
|
+
variable: false,
|
|
888
|
+
quality: 1,
|
|
889
|
+
what: 'img element with a role attribute has no alt attribute'
|
|
880
890
|
}
|
|
881
891
|
},
|
|
882
892
|
nuVnu: {
|
|
@@ -884,6 +894,11 @@ exports.issues = {
|
|
|
884
894
|
variable: false,
|
|
885
895
|
quality: 1,
|
|
886
896
|
what: 'img element has no alt attribute'
|
|
897
|
+
},
|
|
898
|
+
'An img element with a role attribute must also have an accessible name (e.g., an alt attribute).': {
|
|
899
|
+
variable: false,
|
|
900
|
+
quality: 1,
|
|
901
|
+
what: 'img element with a role attribute has no alt attribute'
|
|
887
902
|
}
|
|
888
903
|
},
|
|
889
904
|
qualWeb: {
|
|
@@ -4245,6 +4260,11 @@ exports.issues = {
|
|
|
4245
4260
|
variable: false,
|
|
4246
4261
|
quality: 1,
|
|
4247
4262
|
what: 'element is li in a list but has no listitem role'
|
|
4263
|
+
},
|
|
4264
|
+
'An li element that is a descendant of a role=listbox element or role=list element must not have any role value other than group or option.': {
|
|
4265
|
+
variable: false,
|
|
4266
|
+
quality: 1,
|
|
4267
|
+
what: 'element is li in a listbox or list but has no group or option role'
|
|
4248
4268
|
}
|
|
4249
4269
|
},
|
|
4250
4270
|
nuVnu: {
|
|
@@ -4262,6 +4282,11 @@ exports.issues = {
|
|
|
4262
4282
|
variable: false,
|
|
4263
4283
|
quality: 1,
|
|
4264
4284
|
what: 'element is li in a list but has no listitem role'
|
|
4285
|
+
},
|
|
4286
|
+
'An li element that is a descendant of a role=listbox element or role=list element must not have any role value other than group or option.': {
|
|
4287
|
+
variable: false,
|
|
4288
|
+
quality: 1,
|
|
4289
|
+
what: 'element is li in a listbox or list but has no group or option role'
|
|
4265
4290
|
}
|
|
4266
4291
|
}
|
|
4267
4292
|
}
|
|
@@ -4422,6 +4447,11 @@ exports.issues = {
|
|
|
4422
4447
|
variable: false,
|
|
4423
4448
|
quality: 1,
|
|
4424
4449
|
what: 'hidden-type input element has an ARIA attribute'
|
|
4450
|
+
},
|
|
4451
|
+
'The name attribute is never allowed on the a element.': {
|
|
4452
|
+
variable: false,
|
|
4453
|
+
quality: 1,
|
|
4454
|
+
what: 'element is a but has a name attribute'
|
|
4425
4455
|
}
|
|
4426
4456
|
},
|
|
4427
4457
|
nuVnu: {
|
|
@@ -4464,6 +4494,11 @@ exports.issues = {
|
|
|
4464
4494
|
variable: false,
|
|
4465
4495
|
quality: 1,
|
|
4466
4496
|
what: 'hidden-type input element has an ARIA attribute'
|
|
4497
|
+
},
|
|
4498
|
+
'The name attribute is never allowed on the a element.': {
|
|
4499
|
+
variable: false,
|
|
4500
|
+
quality: 1,
|
|
4501
|
+
what: 'element is a but has a name attribute'
|
|
4467
4502
|
}
|
|
4468
4503
|
}
|
|
4469
4504
|
}
|
|
@@ -6446,6 +6481,11 @@ exports.issues = {
|
|
|
6446
6481
|
quality: 1,
|
|
6447
6482
|
what: 'Special text is italicized nonsemantically'
|
|
6448
6483
|
},
|
|
6484
|
+
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.I': {
|
|
6485
|
+
variable: false,
|
|
6486
|
+
quality: 1,
|
|
6487
|
+
what: 'Special text is italicized nonsemantically'
|
|
6488
|
+
},
|
|
6449
6489
|
'E-AAA.1_3_1.H49.Big': {
|
|
6450
6490
|
variable: false,
|
|
6451
6491
|
quality: 1,
|
|
@@ -6456,6 +6496,11 @@ exports.issues = {
|
|
|
6456
6496
|
quality: 1,
|
|
6457
6497
|
what: 'Special text is made small nonsemantically'
|
|
6458
6498
|
},
|
|
6499
|
+
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.Small': {
|
|
6500
|
+
variable: false,
|
|
6501
|
+
quality: 1,
|
|
6502
|
+
what: 'Special text is made small nonsemantically'
|
|
6503
|
+
},
|
|
6459
6504
|
'E-AAA.1_3_1.H49.U': {
|
|
6460
6505
|
variable: false,
|
|
6461
6506
|
quality: 1,
|
|
@@ -10252,6 +10297,11 @@ exports.issues = {
|
|
|
10252
10297
|
quality: 1,
|
|
10253
10298
|
what: 'align attribute is obsolete'
|
|
10254
10299
|
},
|
|
10300
|
+
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr': {
|
|
10301
|
+
variable: false,
|
|
10302
|
+
quality: 1,
|
|
10303
|
+
what: 'align attribute is obsolete'
|
|
10304
|
+
},
|
|
10255
10305
|
'E-AAA.1_3_1.H63.2': {
|
|
10256
10306
|
variable: false,
|
|
10257
10307
|
quality: 1,
|