testilo 52.1.9 → 52.1.11

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 +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "52.1.9",
3
+ "version": "52.1.11",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -3096,6 +3096,11 @@ exports.issues = {
3096
3096
  quality: 1,
3097
3097
  what: 'div element with button role has no accessible name'
3098
3098
  },
3099
+ 'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Div.Name': {
3100
+ variable: false,
3101
+ quality: 1,
3102
+ what: 'div element with button role has no accessible name'
3103
+ },
3099
3104
  'E-AAA.4_1_2.H91.Button.Name': {
3100
3105
  variable: false,
3101
3106
  quality: 1,
@@ -3775,6 +3780,11 @@ exports.issues = {
3775
3780
  quality: 1,
3776
3781
  what: 'Element has no nonempty rel attribute for the type'
3777
3782
  },
3783
+ 'E-WCAG2AAA.Principle2.Guideline2_4.2_4_8.H59.2a': {
3784
+ variable: false,
3785
+ quality: 1,
3786
+ what: 'Element has no nonempty rel attribute for the type'
3787
+ },
3778
3788
  'E-A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload or the value prefetch.': {
3779
3789
  variable: false,
3780
3790
  quality: 1,
@@ -9322,6 +9332,11 @@ exports.issues = {
9322
9332
  variable: false,
9323
9333
  quality: 1,
9324
9334
  what: 'Element is a label but has a label'
9335
+ },
9336
+ 'The aria-labelledby attribute must not be used on any label element that is an ancestor of a labelable element.': {
9337
+ variable: false,
9338
+ quality: 1,
9339
+ what: 'Element is a label with a labelable descendant but has is an aria-labelledby attribute'
9325
9340
  }
9326
9341
  },
9327
9342
  nuVnu: {
@@ -9329,6 +9344,11 @@ exports.issues = {
9329
9344
  variable: false,
9330
9345
  quality: 1,
9331
9346
  what: 'Element is a label but has a label'
9347
+ },
9348
+ 'The aria-labelledby attribute must not be used on any label element that is an ancestor of a labelable element.': {
9349
+ variable: false,
9350
+ quality: 1,
9351
+ what: 'Element is a label with a labelable descendant but has is an aria-labelledby attribute'
9332
9352
  }
9333
9353
  },
9334
9354
  testaro: {