testilo 42.2.1 → 42.2.2

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": "42.2.1",
3
+ "version": "42.2.2",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -51,6 +51,11 @@ exports.issues = {
51
51
  weight: 0,
52
52
  tools: {
53
53
  aslint: {
54
+ capital_letters_words: {
55
+ variable: false,
56
+ quality: 1,
57
+ what: 'Element or its title has entirely upper-case words [invalid]'
58
+ },
54
59
  color_contrast_aa: {
55
60
  variable: false,
56
61
  quality: 0,
@@ -198,6 +203,11 @@ exports.issues = {
198
203
  variable: false,
199
204
  quality: 0,
200
205
  what: 'Element contains a prohibited mediaelementwrapper element [invalid]'
206
+ },
207
+ 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.': {
208
+ variable: false,
209
+ quality: 1,
210
+ what: 'Void element has a useless trailing slash. [invalid]'
201
211
  }
202
212
  },
203
213
  qualWeb: {
@@ -206,6 +216,11 @@ exports.issues = {
206
216
  quality: 1,
207
217
  what: 'Element with aria-hidden has focusable content [invalid]'
208
218
  },
219
+ 'QW-ACT-R41': {
220
+ variable: false,
221
+ quality: 1,
222
+ what: 'Error message describes no invalid form field value [speculative]'
223
+ },
209
224
  'QW-ACT-R52': {
210
225
  variable: false,
211
226
  quality: 0,
@@ -296,6 +311,11 @@ exports.issues = {
296
311
  quality: 0,
297
312
  what: 'summary attribute is not used to give an overview of a data table [invalid]'
298
313
  },
314
+ 'QW-WCAG-T8': {
315
+ variable: false,
316
+ quality: 1,
317
+ what: 'Text alternative is suspect [invalid]'
318
+ },
299
319
  'QW-WCAG-T9': {
300
320
  variable: false,
301
321
  quality: 0,
@@ -967,13 +987,6 @@ exports.issues = {
967
987
  what: 'Text alternative may fail to give information provided by colors'
968
988
  }
969
989
  },
970
- qualWeb: {
971
- 'QW-WCAG-T8': {
972
- variable: false,
973
- quality: 1,
974
- what: 'Text alternative is suspect'
975
- }
976
- },
977
990
  wave: {
978
991
  alt_suspicious: {
979
992
  variable: false,
@@ -7168,13 +7181,6 @@ exports.issues = {
7168
7181
  what: 'Paragraph text is uppercased'
7169
7182
  }
7170
7183
  },
7171
- aslint: {
7172
- capital_letters_words: {
7173
- variable: false,
7174
- quality: 1,
7175
- what: 'Element or its title has entirely upper-case words'
7176
- }
7177
- },
7178
7184
  ed11y: {
7179
7185
  textUppercase: {
7180
7186
  variable: false,
@@ -9117,13 +9123,6 @@ exports.issues = {
9117
9123
  quality: 1,
9118
9124
  what: 'Element has an aria-errormessage attribute whose value is an invalid id'
9119
9125
  }
9120
- },
9121
- qualWeb: {
9122
- 'QW-ACT-R41': {
9123
- variable: false,
9124
- quality: 1,
9125
- what: 'Error message describes no invalid form field value'
9126
- }
9127
9126
  }
9128
9127
  }
9129
9128
  },
@@ -9879,21 +9878,6 @@ exports.issues = {
9879
9878
  }
9880
9879
  }
9881
9880
  },
9882
- slashParseRisk: {
9883
- summary: 'void element has trailing slash',
9884
- why: 'Document contains invalid code',
9885
- wcag: '4.1',
9886
- weight: 1,
9887
- tools: {
9888
- nuVal: {
9889
- 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.': {
9890
- variable: false,
9891
- quality: 1,
9892
- what: 'Void element has a useless trailing slash.'
9893
- }
9894
- }
9895
- }
9896
- },
9897
9881
  encodingMisdeclared: {
9898
9882
  summary: 'text encoding wrongly declared',
9899
9883
  why: 'User cannot read all of the text',