testilo 17.0.2 → 17.0.5

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": "17.0.2",
3
+ "version": "17.0.5",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -1364,6 +1364,13 @@ exports.issues = {
1364
1364
  wcag: '1.3.1',
1365
1365
  weight: 4,
1366
1366
  tools: {
1367
+ nuVal: {
1368
+ 'The aria-describedby attribute must point to an element in the same document.': {
1369
+ variable: false,
1370
+ quality: 1,
1371
+ what: 'aria-describedby attribute references an element not in the document'
1372
+ }
1373
+ },
1367
1374
  testaro: {
1368
1375
  adbID: {
1369
1376
  variable: false,
@@ -1455,11 +1462,6 @@ exports.issues = {
1455
1462
  variable: false,
1456
1463
  quality: 1,
1457
1464
  what: 'aria-labelledby attribute references an element not in the document'
1458
- },
1459
- 'The aria-describedby attribute must point to an element in the same document.': {
1460
- variable: false,
1461
- quality: 1,
1462
- what: 'aria-describedby attribute references an element not in the document'
1463
1465
  }
1464
1466
  },
1465
1467
  wave: {