testilo 52.1.11 → 52.1.12

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.11",
3
+ "version": "52.1.12",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -3994,6 +3994,11 @@ exports.issues = {
3994
3994
  variable: false,
3995
3995
  quality: 1,
3996
3996
  what: 'Element is not eligible for a defer attribute but has one'
3997
+ },
3998
+ 'A script element with type=module must not have a defer attribute.': {
3999
+ variable: false,
4000
+ quality: 1,
4001
+ what: 'Element has a module type but has a defer attribute'
3997
4002
  }
3998
4003
  },
3999
4004
  nuVnu: {
@@ -4011,6 +4016,11 @@ exports.issues = {
4011
4016
  variable: false,
4012
4017
  quality: 1,
4013
4018
  what: 'Element is not eligible for a defer attribute but has one'
4019
+ },
4020
+ 'A script element with type=module must not have a defer attribute.': {
4021
+ variable: false,
4022
+ quality: 1,
4023
+ what: 'Element has a module type but has a defer attribute'
4014
4024
  }
4015
4025
  }
4016
4026
  }
@@ -5080,6 +5090,11 @@ exports.issues = {
5080
5090
  quality: 1,
5081
5091
  what: 'input element with type="radio" has an aria-checked attribute'
5082
5092
  },
5093
+ 'The aria-checked attribute must not be used on an input element which has a type attribute whose value is radio.': {
5094
+ variable: false,
5095
+ quality: 1,
5096
+ what: 'input element with type="radio" has an aria-checked attribute'
5097
+ },
5083
5098
  '^Bad value for attribute .+ on element .+: Must be non-empty.*$': {
5084
5099
  variable: true,
5085
5100
  quality: 1,
@@ -5127,6 +5142,11 @@ exports.issues = {
5127
5142
  quality: 1,
5128
5143
  what: 'input element with type="radio" has an aria-checked attribute'
5129
5144
  },
5145
+ 'The aria-checked attribute must not be used on an input element which has a type attribute whose value is radio.': {
5146
+ variable: false,
5147
+ quality: 1,
5148
+ what: 'input element with type="radio" has an aria-checked attribute'
5149
+ },
5130
5150
  '^Bad value for attribute .+ on element .+: Must be non-empty.*$': {
5131
5151
  variable: true,
5132
5152
  quality: 1,