testilo 52.1.6 → 52.1.8

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "52.1.6",
3
+ "version": "52.1.8",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -1288,14 +1288,14 @@ exports.issues = {
1288
1288
  weight: 3,
1289
1289
  tools: {
1290
1290
  nuVal: {
1291
- '^Resource violates Content Security Policy \(meta tag\): image .+ blocked by img-src directive.*$': {
1291
+ '^Resource violates Content Security Policy \\(meta tag\\): image .+ blocked by img-src directive.*$': {
1292
1292
  variable: true,
1293
1293
  quality: 1,
1294
1294
  what: 'img-src content attribute blocks an image'
1295
1295
  }
1296
1296
  },
1297
1297
  nuVnu: {
1298
- '^Resource violates Content Security Policy \(meta tag\): image .+ blocked by img-src directive.*$': {
1298
+ '^Resource violates Content Security Policy \\(meta tag\\): image .+ blocked by img-src directive.*$': {
1299
1299
  variable: true,
1300
1300
  quality: 1,
1301
1301
  what: 'img-src content attribute blocks an image'
@@ -3180,14 +3180,14 @@ exports.issues = {
3180
3180
  }
3181
3181
  },
3182
3182
  nuVal: {
3183
- '^An element with role=.+ must be contained in, or owned by, an element with .*role=.+$': {
3183
+ '^An element with role=.+ must be contained in, or owned by, an element with .*role.+$': {
3184
3184
  variable: true,
3185
3185
  quality: 1,
3186
3186
  what: 'Element has no required container or owner'
3187
3187
  }
3188
3188
  },
3189
3189
  nuVnu: {
3190
- '^An element with role=.+ must be contained in, or owned by, an element with .*role=.+$': {
3190
+ '^An element with role=.+ must be contained in, or owned by, an element with .*role.+$': {
3191
3191
  variable: true,
3192
3192
  quality: 1,
3193
3193
  what: 'Element has no required container or owner'
@@ -3933,14 +3933,14 @@ exports.issues = {
3933
3933
  weight: 3,
3934
3934
  tools: {
3935
3935
  nuVal: {
3936
- '^Resource violates Content Security Policy \(meta tag\): external stylesheet .+ blocked by style-src directive.*$': {
3936
+ '^Resource violates Content Security Policy \\(meta tag\\): external stylesheet .+ blocked by style-src directive.*$': {
3937
3937
  variable: true,
3938
3938
  quality: 1,
3939
3939
  what: 'style-src content attribute blocks an external stylesheet'
3940
3940
  }
3941
3941
  },
3942
3942
  nuVnu: {
3943
- '^Resource violates Content Security Policy \(meta tag\): external stylesheet .+ blocked by style-src directive.*$': {
3943
+ '^Resource violates Content Security Policy \\(meta tag\\): external stylesheet .+ blocked by style-src directive.*$': {
3944
3944
  variable: true,
3945
3945
  quality: 1,
3946
3946
  what: 'style-src content attribute blocks an external stylesheet'
@@ -3997,14 +3997,14 @@ exports.issues = {
3997
3997
  weight: 3,
3998
3998
  tools: {
3999
3999
  nuVal: {
4000
- '^Resource violates Content Security Policy \(meta tag\): external script .+ blocked by script-src directive.': {
4000
+ '^Resource violates Content Security Policy \\(meta tag\\): external script .+ blocked by script-src directive.': {
4001
4001
  variable: true,
4002
4002
  quality: 1,
4003
4003
  what: 'script-src content attribute blocks a script'
4004
4004
  }
4005
4005
  },
4006
4006
  nuVnu: {
4007
- '^Resource violates Content Security Policy \(meta tag\): external script .+ blocked by script-src directive.': {
4007
+ '^Resource violates Content Security Policy \\(meta tag\\): external script .+ blocked by script-src directive.': {
4008
4008
  variable: true,
4009
4009
  quality: 1,
4010
4010
  what: 'script-src content attribute blocks a script'
@@ -4320,7 +4320,7 @@ exports.issues = {
4320
4320
  quality: 1,
4321
4321
  what: 'img element has a role attribute but no alt attribute'
4322
4322
  },
4323
- '^Discarding unrecognized token .+ from value of attribute role. Browsers ignore any token that is not a defined ARIA non-abstract role.*$': {
4323
+ '^Discarding unrecognized token .+ from value of attribute role\. Browsers ignore any token that is not a defined ARIA non-abstract role.*$': {
4324
4324
  variable: true,
4325
4325
  quality: 1,
4326
4326
  what: 'Invalid role'
@@ -4337,7 +4337,7 @@ exports.issues = {
4337
4337
  quality: 1,
4338
4338
  what: 'img element has a role attribute but no alt attribute'
4339
4339
  },
4340
- '^Discarding unrecognized token .+ from value of attribute role. Browsers ignore any token that is not a defined ARIA non-abstract role.*$': {
4340
+ '^Discarding unrecognized token .+ from value of attribute role\. Browsers ignore any token that is not a defined ARIA non-abstract role.*$': {
4341
4341
  variable: true,
4342
4342
  quality: 1,
4343
4343
  what: 'Invalid role'
@@ -6269,14 +6269,14 @@ exports.issues = {
6269
6269
  }
6270
6270
  },
6271
6271
  nuVal: {
6272
- '^The heading h. [(]with computed level .[)] follows the heading h. [(]with computed level .[)], skipping . heading level.+$': {
6272
+ '^The heading h. \\(with computed level .\\) follows the heading h. \\(with computed level .\\), skipping . heading level.+$': {
6273
6273
  variable: true,
6274
6274
  quality: 1,
6275
6275
  what: 'Heading level is more than 1 level inferior to the previous heading'
6276
6276
  }
6277
6277
  },
6278
6278
  nuVnu: {
6279
- '^The heading h. \(with computed level .\) follows the heading h. \(with computed level .\), skipping . heading level.+$': {
6279
+ '^The heading h. \\(with computed level .\\) follows the heading h. \\(with computed level .\\), skipping . heading level.+$': {
6280
6280
  variable: true,
6281
6281
  quality: 1,
6282
6282
  what: 'Heading level is more than 1 level inferior to the previous heading'
@@ -11482,10 +11482,10 @@ exports.issues = {
11482
11482
  weight: 3,
11483
11483
  tools: {
11484
11484
  nuVal: {
11485
- '^End tag .+ did not match the name of the current open element (.+).*$': {
11485
+ '^End tag .+ did not match the name of the current open element .*$': {
11486
11486
  variable: true,
11487
11487
  quality: 1,
11488
- what: 'End tag clippath conflicts with the current open element.'
11488
+ what: 'End tag conflicts with the current open element.'
11489
11489
  },
11490
11490
  '^Self-closing syntax .+ used on a non-void HTML element.*$': {
11491
11491
  variable: true,
@@ -11594,10 +11594,10 @@ exports.issues = {
11594
11594
  }
11595
11595
  },
11596
11596
  nuVnu: {
11597
- '^End tag .+ did not match the name of the current open element (.+).*$': {
11597
+ '^End tag .+ did not match the name of the current open element .*$': {
11598
11598
  variable: true,
11599
11599
  quality: 1,
11600
- what: 'End tag clippath conflicts with the current open element.'
11600
+ what: 'End tag conflicts with the current open element.'
11601
11601
  },
11602
11602
  '^Self-closing syntax .+ used on a non-void HTML element.*$': {
11603
11603
  variable: true,