testilo 31.2.0 → 31.2.1

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.2.0",
3
+ "version": "31.2.1",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -4934,21 +4934,6 @@ exports.issues = {
4934
4934
  }
4935
4935
  }
4936
4936
  },
4937
- listAbuseRisk: {
4938
- summary: 'list-item use dubious',
4939
- why: 'User may be unable to get help on which items are in lists',
4940
- wcag: '1.3.1',
4941
- weight: 1,
4942
- tools: {
4943
- qualWeb: {
4944
- 'QW-BP23': {
4945
- variable: false,
4946
- quality: 1,
4947
- what: 'List item is used nonsemantically'
4948
- }
4949
- }
4950
- }
4951
- },
4952
4937
  pseudoListRisk: {
4953
4938
  summary: 'list possibly not marked as such',
4954
4939
  why: 'User may be unable to get help on which items are in lists',