testilo 49.0.2 → 49.0.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 +72 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "49.0.2",
3
+ "version": "49.0.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -1354,6 +1354,11 @@ exports.issues = {
1354
1354
  variable: false,
1355
1355
  quality: 1,
1356
1356
  what: 'Image marked as decorative is informative?'
1357
+ },
1358
+ 'W-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H67.2': {
1359
+ variable: false,
1360
+ quality: 1,
1361
+ what: 'img element is mismarked so that it is ignored by assistive technology?'
1357
1362
  }
1358
1363
  }
1359
1364
  }
@@ -2415,6 +2420,11 @@ exports.issues = {
2415
2420
  variable: false,
2416
2421
  quality: 1,
2417
2422
  what: 'Link has an href attribute but not named'
2423
+ },
2424
+ 'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent': {
2425
+ variable: false,
2426
+ quality: 1,
2427
+ what: 'Anchor element has a valid href attribute, but no link content'
2418
2428
  }
2419
2429
  },
2420
2430
  ibm: {
@@ -5448,6 +5458,11 @@ exports.issues = {
5448
5458
  variable: false,
5449
5459
  quality: 1,
5450
5460
  what: 'Contrast between the text and its background is less than 4.5:1'
5461
+ },
5462
+ 'E-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G18.Fail': {
5463
+ variable: false,
5464
+ quality: 1,
5465
+ what: 'Element has insufficient contrast at conformance level AA; expected a contrast ratio of at least 4.5:1'
5451
5466
  }
5452
5467
  },
5453
5468
  ibm: {
@@ -5520,6 +5535,11 @@ exports.issues = {
5520
5535
  variable: false,
5521
5536
  quality: 1,
5522
5537
  what: 'Text has insufficient contrast'
5538
+ },
5539
+ 'E-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G17.Fail': {
5540
+ variable: false,
5541
+ quality: 1,
5542
+ what: 'Element has insufficient contrast at conformance level AAA; expected a contrast ratio of at least 7:1'
5523
5543
  }
5524
5544
  },
5525
5545
  qualWeb: {
@@ -5584,6 +5604,11 @@ exports.issues = {
5584
5604
  quality: 1,
5585
5605
  what: 'Inline foreground color lacks a complementary background color?'
5586
5606
  },
5607
+ 'W-WCAG2AAA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour': {
5608
+ variable: false,
5609
+ quality: 1,
5610
+ what: 'Inline foreground color lacks a complementary inherited background color or image?'
5611
+ },
5587
5612
  'W-AAA.1_4_3.G18.Abs': {
5588
5613
  variable: false,
5589
5614
  quality: 1,
@@ -5619,11 +5644,21 @@ exports.issues = {
5619
5644
  quality: 1,
5620
5645
  what: 'Contrast between the text and its background image is less than 4.5:1?',
5621
5646
  },
5647
+ 'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G18.Abs': {
5648
+ variable: false,
5649
+ quality: 1,
5650
+ 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 4.5:1?'
5651
+ },
5622
5652
  'W-AAA.1_4_6.G17.Abs': {
5623
5653
  variable: false,
5624
5654
  quality: 1,
5625
5655
  what: 'Contrast between the absolutely positioned text and its background is less than 7:1?'
5626
5656
  },
5657
+ 'W-WCAG2AAA.Principle1.Guideline1_4.1_4_6.G17.Abs': {
5658
+ variable: false,
5659
+ quality: 1,
5660
+ 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
+ },
5627
5662
  'W-AAA.1_4_6.G17.BgImage': {
5628
5663
  variable: false,
5629
5664
  quality: 1,
@@ -5954,7 +5989,7 @@ exports.issues = {
5954
5989
  summary: 'decorative element has title',
5955
5990
  why: 'Hovering-produced information is denied to a keyboard-only user',
5956
5991
  wcag: '1.3.1',
5957
- weight: 1,
5992
+ weight: 2,
5958
5993
  tools: {
5959
5994
  aslint: {
5960
5995
  img_empty_alt_with_empty_title: {
@@ -5964,10 +5999,15 @@ exports.issues = {
5964
5999
  }
5965
6000
  },
5966
6001
  htmlcs: {
5967
- 'W-AAA.1_1_1.H67.1': {
6002
+ 'E-AAA.1_1_1.H67.1': {
5968
6003
  variable: false,
5969
6004
  quality: 1,
5970
6005
  what: 'Element has an empty alt attribute but has a nonempty title attribute'
6006
+ },
6007
+ 'E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H67.1': {
6008
+ variable: false,
6009
+ quality: 1,
6010
+ what: 'img element with empty alt attribute must have absent or empty title attribute'
5971
6011
  }
5972
6012
  },
5973
6013
  wave: {
@@ -7000,6 +7040,21 @@ exports.issues = {
7000
7040
  }
7001
7041
  }
7002
7042
  },
7043
+ pseudoNavListRisk: {
7044
+ summary: 'nav links better as list?',
7045
+ why: 'User cannot get help recognizing a list of navigation links',
7046
+ wcag: '1.3.1',
7047
+ weight: 1,
7048
+ tools: {
7049
+ htmlcs: {
7050
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48': {
7051
+ variable: false,
7052
+ quality: 1,
7053
+ what: 'If element contains a navigation section, it is recommended that it be marked up as a list'
7054
+ }
7055
+ }
7056
+ }
7057
+ },
7003
7058
  pseudoQuoteRisk: {
7004
7059
  summary: 'quotation miscoded?',
7005
7060
  why: 'User may be unable to get help identifying a quotation',
@@ -7211,6 +7266,11 @@ exports.issues = {
7211
7266
  variable: false,
7212
7267
  quality: 1,
7213
7268
  what: 'Radio buttons or check boxes require a fieldset element?'
7269
+ },
7270
+ 'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H71.SameName': {
7271
+ variable: false,
7272
+ quality: 1,
7273
+ what: 'If radio buttons or check boxes require a further group-level description, they should be contained within a fieldset element'
7214
7274
  }
7215
7275
  },
7216
7276
  wax: {
@@ -8034,6 +8094,11 @@ exports.issues = {
8034
8094
  variable: false,
8035
8095
  quality: 1,
8036
8096
  what: 'Visible label is not in the accessible name'
8097
+ },
8098
+ 'W-WCAG2AAA.Principle2.Guideline2_5.2_5_3.F96': {
8099
+ variable: false,
8100
+ quality: 1,
8101
+ what: 'Accessible name of the element does not contain the visible label text'
8037
8102
  }
8038
8103
  },
8039
8104
  ibm: {
@@ -10325,6 +10390,11 @@ exports.issues = {
10325
10390
  variable: false,
10326
10391
  quality: 1,
10327
10392
  what: 'Fixed-position element forces bidirectional scrolling?'
10393
+ },
10394
+ 'W-WCAG2AAA.Principle1.Guideline1_4.1_4_10.C32,C31,C33,C38,SCR34,G206': {
10395
+ variable: false,
10396
+ quality: 1,
10397
+ what: 'Fixed-position element requires scrolling in two dimensions?'
10328
10398
  }
10329
10399
  },
10330
10400
  wax: {