testilo 31.0.4 → 31.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "31.0.4",
3
+ "version": "31.2.0",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -28,6 +28,18 @@ exports.issues = {
28
28
  wcag: '',
29
29
  weight: 0,
30
30
  tools: {
31
+ alfa: {
32
+ r66: {
33
+ variable: false,
34
+ quality: 1,
35
+ what: 'Text contrast less than AAA requires [invalid]'
36
+ },
37
+ r69: {
38
+ variable: false,
39
+ quality: 1,
40
+ what: 'Text outside widget has subminimum contrast [invalid, reported as issue 1582]'
41
+ }
42
+ },
31
43
  aslint: {
32
44
  color_contrast_aa: {
33
45
  variable: false,
@@ -135,6 +147,11 @@ exports.issues = {
135
147
  }
136
148
  },
137
149
  nuVal: {
150
+ 'Element head is missing a required instance of child element title.': {
151
+ variable: false,
152
+ quality: 1,
153
+ what: 'head element has no child title element [invalid]'
154
+ },
138
155
  'Element mediaelementwrapper not allowed as child of element div in this context. (Suppressing further errors from this subtree.)': {
139
156
  variable: false,
140
157
  quality: 0,
@@ -145,12 +162,12 @@ exports.issues = {
145
162
  'QW-ACT-R52': {
146
163
  variable: false,
147
164
  quality: 0,
148
- what: 'video element visual-only content has no description track (description tracks and this ACT rule have been deprecated)'
165
+ what: 'video element visual-only content has no description track [description tracks and this ACT rule have been deprecated]'
149
166
  },
150
167
  'QW-ACT-R57': {
151
168
  variable: false,
152
169
  quality: 0,
153
- what: 'video element visual content has no description track (description tracks and this ACT rule have been deprecated)'
170
+ what: 'video element visual content has no description track [description tracks and this ACT rule have been deprecated]'
154
171
  },
155
172
  'QW-ACT-R62': {
156
173
  variable: false,
@@ -165,7 +182,7 @@ exports.issues = {
165
182
  'QW-ACT-R64': {
166
183
  variable: false,
167
184
  quality: 0,
168
- what: 'Document has no heading for non-repeated content'
185
+ what: 'Document has no heading for non-repeated content [invalid]'
169
186
  },
170
187
  'QW-ACT-R73': {
171
188
  variable: false,
@@ -187,6 +204,36 @@ exports.issues = {
187
204
  quality: 0,
188
205
  what: 'h1-h6 not used to identify headings [invalid]'
189
206
  },
207
+ 'QW-BP17': {
208
+ variable: false,
209
+ quality: 1,
210
+ what: 'No link at the beginning of a block of repeated content goes to the end of the block [invalid]'
211
+ },
212
+ 'QW-BP20': {
213
+ variable: false,
214
+ quality: 1,
215
+ what: 'Document has more than 1 banner landmark [invalid; counts hidden elements]'
216
+ },
217
+ 'QW-BP22': {
218
+ variable: false,
219
+ quality: 1,
220
+ what: 'Document has more than 1 element with a main role [invalid]'
221
+ },
222
+ 'QW-BP23': {
223
+ variable: false,
224
+ quality: 0.1,
225
+ what: 'Element is not in a true list [invalid]'
226
+ },
227
+ 'QW-BP24': {
228
+ variable: false,
229
+ quality: 1,
230
+ what: 'ul or ol element has a child other than li, script, or template [invalid]'
231
+ },
232
+ 'QW-BP28': {
233
+ variable: false,
234
+ quality: 1,
235
+ what: 'h1 element missing or used more than once [invalid]'
236
+ },
190
237
  'QW-BP29': {
191
238
  variable: false,
192
239
  quality: 0,
@@ -850,6 +897,11 @@ exports.issues = {
850
897
  variable: false,
851
898
  quality: 1,
852
899
  what: 'img alt value longer than 160 characters'
900
+ },
901
+ altLongLinked: {
902
+ variable: false,
903
+ quality: 1,
904
+ what: 'Linked img alt value longer than 160 characters'
853
905
  }
854
906
  },
855
907
  qualWeb: {
@@ -3742,13 +3794,6 @@ exports.issues = {
3742
3794
  wcag: '1.4.3',
3743
3795
  weight: 4,
3744
3796
  tools: {
3745
- alfa: {
3746
- r69: {
3747
- variable: false,
3748
- quality: 1,
3749
- what: 'Text outside widget has subminimum contrast'
3750
- }
3751
- },
3752
3797
  aslint: {
3753
3798
  'color_contrast_state_pseudo_classes_abstract3': {
3754
3799
  variable: false,
@@ -3844,13 +3889,6 @@ exports.issues = {
3844
3889
  wcag: '1.4.6',
3845
3890
  weight: 1,
3846
3891
  tools: {
3847
- alfa: {
3848
- r66: {
3849
- variable: false,
3850
- quality: 1,
3851
- what: 'Text contrast less than AAA requires'
3852
- }
3853
- },
3854
3892
  aslint: {
3855
3893
  'color_contrast_aaa': {
3856
3894
  variable: false,
@@ -4383,13 +4421,6 @@ exports.issues = {
4383
4421
  what: 'Page has no title'
4384
4422
  }
4385
4423
  },
4386
- nuVal: {
4387
- 'Element head is missing a required instance of child element title.': {
4388
- variable: false,
4389
- quality: 1,
4390
- what: 'head element has no child title element'
4391
- }
4392
- },
4393
4424
  qualWeb: {
4394
4425
  'QW-ACT-R1': {
4395
4426
  variable: false,
@@ -4559,13 +4590,6 @@ exports.issues = {
4559
4590
  what: 'Page contains more than 1 h1 element'
4560
4591
  }
4561
4592
  },
4562
- qualWeb: {
4563
- 'QW-BP28': {
4564
- variable: false,
4565
- quality: 1,
4566
- what: 'h1 element missing or used more than once'
4567
- }
4568
- },
4569
4593
  wave: {
4570
4594
  'h1_missing': {
4571
4595
  variable: false,
@@ -4848,12 +4872,12 @@ exports.issues = {
4848
4872
  list: {
4849
4873
  variable: false,
4850
4874
  quality: 1,
4851
- what: 'List element ul or ol has a child element other than li, script, and template'
4875
+ what: 'List element ul or ol has a child element other than li, script, or template'
4852
4876
  },
4853
4877
  'definition-list': {
4854
4878
  variable: false,
4855
4879
  quality: 1,
4856
- what: 'List element dl has a child element other than properly ordered dt and dt group, script, template, and div'
4880
+ what: 'List element dl has a child element other than properly ordered dt or dt group, script, template, or div'
4857
4881
  }
4858
4882
  },
4859
4883
  nuVal: {
@@ -4862,13 +4886,6 @@ exports.issues = {
4862
4886
  quality: 1,
4863
4887
  what: 'dl element has no child element'
4864
4888
  }
4865
- },
4866
- qualWeb: {
4867
- 'QW-BP24': {
4868
- variable: false,
4869
- quality: 1,
4870
- what: 'ul or ol element has a child other than li, script, or template'
4871
- }
4872
4889
  }
4873
4890
  }
4874
4891
  },
@@ -4884,13 +4901,6 @@ exports.issues = {
4884
4901
  quality: 1,
4885
4902
  what: 'Element is not contained by a ul or ol element'
4886
4903
  }
4887
- },
4888
- qualWeb: {
4889
- 'QW-BP23': {
4890
- variable: false,
4891
- quality: 0.1,
4892
- what: 'Element is not in a true list'
4893
- }
4894
4904
  }
4895
4905
  }
4896
4906
  },
@@ -4952,6 +4962,13 @@ exports.issues = {
4952
4962
  what: 'List may be miscoded as a paragraph sequence'
4953
4963
  }
4954
4964
  },
4965
+ htmlcs: {
4966
+ 'AAA.1_3_1.H48.1': {
4967
+ variable: false,
4968
+ quality: 1,
4969
+ what: 'Content seems to simulate an unordered list without a ul'
4970
+ }
4971
+ },
4955
4972
  wave: {
4956
4973
  list_possible: {
4957
4974
  variable: false,
@@ -6275,13 +6292,6 @@ exports.issues = {
6275
6292
  quality: 1,
6276
6293
  what: 'Page includes more than 1 visible main element'
6277
6294
  }
6278
- },
6279
- qualWeb: {
6280
- 'QW-BP22': {
6281
- variable: false,
6282
- quality: 1,
6283
- what: 'Document has more than 1 element with a main role'
6284
- }
6285
6295
  }
6286
6296
  }
6287
6297
  },
@@ -6305,13 +6315,6 @@ exports.issues = {
6305
6315
  quality: 1,
6306
6316
  what: 'More than one element with a banner role is on the page'
6307
6317
  }
6308
- },
6309
- qualWeb: {
6310
- 'QW-BP20': {
6311
- variable: false,
6312
- quality: 1,
6313
- what: 'Document has more than 1 banner landmark'
6314
- }
6315
6318
  }
6316
6319
  }
6317
6320
  },
@@ -7788,11 +7791,6 @@ exports.issues = {
7788
7791
  variable: false,
7789
7792
  quality: 1,
7790
7793
  what: 'First focusable element is not a link to the non-repeated content'
7791
- },
7792
- 'QW-BP17': {
7793
- variable: false,
7794
- quality: 1,
7795
- what: 'No link at the beginning of a block of repeated content goes to the end of the block'
7796
7794
  }
7797
7795
  }
7798
7796
  }
@@ -8054,6 +8052,11 @@ exports.issues = {
8054
8052
  weight: 3,
8055
8053
  tools: {
8056
8054
  ibm: {
8055
+ combobox_design_valid: {
8056
+ variable: false,
8057
+ quality: 1,
8058
+ what: 'combobox design pattern is ARIA 1.1, not allowed by ARIA 1.2'
8059
+ },
8057
8060
  combobox_version: {
8058
8061
  variable: false,
8059
8062
  quality: 1,