testilo 31.0.4 → 31.1.0

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": "31.0.4",
3
+ "version": "31.1.0",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -850,6 +850,11 @@ exports.issues = {
850
850
  variable: false,
851
851
  quality: 1,
852
852
  what: 'img alt value longer than 160 characters'
853
+ },
854
+ altLongLinked: {
855
+ variable: false,
856
+ quality: 1,
857
+ what: 'Linked img alt value longer than 160 characters'
853
858
  }
854
859
  },
855
860
  qualWeb: {
@@ -4952,6 +4957,13 @@ exports.issues = {
4952
4957
  what: 'List may be miscoded as a paragraph sequence'
4953
4958
  }
4954
4959
  },
4960
+ htmlcs: {
4961
+ 'AAA.1_3_1.H48.1': {
4962
+ variable: false,
4963
+ quality: 1,
4964
+ what: 'Content seems to simulate an unordered list without a ul'
4965
+ }
4966
+ },
4955
4967
  wave: {
4956
4968
  list_possible: {
4957
4969
  variable: false,
@@ -8054,6 +8066,11 @@ exports.issues = {
8054
8066
  weight: 3,
8055
8067
  tools: {
8056
8068
  ibm: {
8069
+ combobox_design_valid: {
8070
+ variable: false,
8071
+ quality: 1,
8072
+ what: 'combobox design pattern is ARIA 1.1, not allowed by ARIA 1.2'
8073
+ },
8057
8074
  combobox_version: {
8058
8075
  variable: false,
8059
8076
  quality: 1,