testilo 51.1.2 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +58 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "51.1.2",
3
+ "version": "51.1.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -203,6 +203,13 @@ exports.issues = {
203
203
  what: 'Element is a visualization, so may lack a nonvisual equivalent [speculative]'
204
204
  }
205
205
  },
206
+ htmlcs: {
207
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
208
+ variable: false,
209
+ quality: 1,
210
+ what: 'If element contains a navigation section, it is recommended that it be marked up as a list [speculative]'
211
+ }
212
+ },
206
213
  ibm: {
207
214
  aria_child_valid: {
208
215
  variable: false,
@@ -655,7 +662,12 @@ exports.issues = {
655
662
  'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name': {
656
663
  variable: false,
657
664
  quality: 1,
658
- what: 'Text input has no label element or title, aria-label, or aria-labelledby attribute'
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'
659
671
  },
660
672
  'E-AAA.4_1_2.H91.Input.Name': {
661
673
  variable: false,
@@ -870,6 +882,11 @@ exports.issues = {
870
882
  variable: false,
871
883
  quality: 1,
872
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'
873
890
  }
874
891
  },
875
892
  nuVnu: {
@@ -877,6 +894,11 @@ exports.issues = {
877
894
  variable: false,
878
895
  quality: 1,
879
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'
880
902
  }
881
903
  },
882
904
  qualWeb: {
@@ -4238,6 +4260,11 @@ exports.issues = {
4238
4260
  variable: false,
4239
4261
  quality: 1,
4240
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'
4241
4268
  }
4242
4269
  },
4243
4270
  nuVnu: {
@@ -4255,6 +4282,11 @@ exports.issues = {
4255
4282
  variable: false,
4256
4283
  quality: 1,
4257
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'
4258
4290
  }
4259
4291
  }
4260
4292
  }
@@ -4415,6 +4447,11 @@ exports.issues = {
4415
4447
  variable: false,
4416
4448
  quality: 1,
4417
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'
4418
4455
  }
4419
4456
  },
4420
4457
  nuVnu: {
@@ -4457,6 +4494,11 @@ exports.issues = {
4457
4494
  variable: false,
4458
4495
  quality: 1,
4459
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'
4460
4502
  }
4461
4503
  }
4462
4504
  }
@@ -6439,6 +6481,11 @@ exports.issues = {
6439
6481
  quality: 1,
6440
6482
  what: 'Special text is italicized nonsemantically'
6441
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
+ },
6442
6489
  'E-AAA.1_3_1.H49.Big': {
6443
6490
  variable: false,
6444
6491
  quality: 1,
@@ -6449,6 +6496,11 @@ exports.issues = {
6449
6496
  quality: 1,
6450
6497
  what: 'Special text is made small nonsemantically'
6451
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
+ },
6452
6504
  'E-AAA.1_3_1.H49.U': {
6453
6505
  variable: false,
6454
6506
  quality: 1,
@@ -6771,21 +6823,6 @@ exports.issues = {
6771
6823
  }
6772
6824
  }
6773
6825
  },
6774
- pseudoNavListRisk: {
6775
- summary: 'nav links better as list?',
6776
- why: 'User cannot get help recognizing a list of navigation links',
6777
- wcag: '1.3.1',
6778
- weight: 1,
6779
- tools: {
6780
- htmlcs: {
6781
- 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
6782
- variable: false,
6783
- quality: 1,
6784
- what: 'If element contains a navigation section, it is recommended that it be marked up as a list'
6785
- }
6786
- }
6787
- }
6788
- },
6789
6826
  pseudoQuoteRisk: {
6790
6827
  summary: 'quotation miscoded?',
6791
6828
  why: 'User may be unable to get help identifying a quotation',
@@ -10260,6 +10297,11 @@ exports.issues = {
10260
10297
  quality: 1,
10261
10298
  what: 'align attribute is obsolete'
10262
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
+ },
10263
10305
  'E-AAA.1_3_1.H63.2': {
10264
10306
  variable: false,
10265
10307
  quality: 1,