testilo 13.2.1 → 13.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": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "description": "Client that scores and digests Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -3151,6 +3151,11 @@ exports.issueClasses = {
3151
3151
  variable: false,
3152
3152
  quality: 1,
3153
3153
  what: 'autocomplete attribute has an empty value'
3154
+ },
3155
+ 'An input element with a type attribute whose value is hidden must not have an autocomplete attribute whose value is on or off.': {
3156
+ variable: false,
3157
+ quality: 1,
3158
+ what: 'autocomplete attribute belongs to a hidden element but has an on or off value'
3154
3159
  }
3155
3160
  },
3156
3161
  qualWeb: {