testilo 19.1.6 → 19.1.7

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": "19.1.6",
3
+ "version": "19.1.7",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -1405,6 +1405,18 @@ exports.issues = {
1405
1405
  variable: false,
1406
1406
  quality: 1,
1407
1407
  what: 'aria-activedescendant property does not reference the id of a non-empty, non-hidden active child element'
1408
+ },
1409
+ aria_activedescendant_valid: {
1410
+ variable: false,
1411
+ quality: 1,
1412
+ what: 'aria-activedescendant property does not reference the id of a non-empty, non-hidden active child element'
1413
+ }
1414
+ },
1415
+ nuVal: {
1416
+ 'Attribute aria-activedescendant value should either refer to a descendant element, or should be accompanied by attribute aria-owns.': {
1417
+ variable: false,
1418
+ quality: 1,
1419
+ what: 'Element has no aria-owns attribute but its aria-activedescendant attribute references a non-descendant'
1408
1420
  }
1409
1421
  }
1410
1422
  }
@@ -1771,6 +1783,21 @@ exports.issues = {
1771
1783
  }
1772
1784
  }
1773
1785
  },
1786
+ linkElNoSource: {
1787
+ summary: 'link element href or imagesrcset missing',
1788
+ why: 'User cannot reach a promised location',
1789
+ wcag: '4.1',
1790
+ weight: 3,
1791
+ tools: {
1792
+ nuVal: {
1793
+ 'A link element must have an href or imagesrcset attribute, or both.': {
1794
+ variable: false,
1795
+ quality: 1,
1796
+ what: 'link element has neither an href nor an imagesrcset attribute'
1797
+ }
1798
+ }
1799
+ }
1800
+ },
1774
1801
  abbreviationNoTitle: {
1775
1802
  summary: 'abbr title missing',
1776
1803
  why: 'User cannot get help understanding an abbreviation',
@@ -3342,6 +3369,11 @@ exports.issues = {
3342
3369
  quality: 1,
3343
3370
  what: 'ARIA attribute is invalid for the role'
3344
3371
  },
3372
+ aria_attribute_allowed: {
3373
+ variable: false,
3374
+ quality: 1,
3375
+ what: 'ARIA attribute is invalid for the role'
3376
+ },
3345
3377
  Rpt_Aria_ValidPropertyValue: {
3346
3378
  variable: false,
3347
3379
  quality: 1,
@@ -3359,11 +3391,6 @@ exports.issues = {
3359
3391
  quality: 1,
3360
3392
  what: 'input element with type="radio" has an aria-checked attribute'
3361
3393
  },
3362
- 'Attribute aria-activedescendant value should either refer to a descendant element, or should be accompanied by attribute aria-owns.': {
3363
- variable: false,
3364
- quality: 1,
3365
- what: 'Element has no aria-owns attribute but its aria-activedescendant attribute references a non-descendant'
3366
- },
3367
3394
  '^Bad value for attribute .+ on element .+: Must be non-empty.*$': {
3368
3395
  variable: true,
3369
3396
  quality: 1,
@@ -6294,6 +6321,11 @@ exports.issues = {
6294
6321
  variable: false,
6295
6322
  quality: 1,
6296
6323
  what: 'Element with an application role has no unique purpose label among the application-role elements'
6324
+ },
6325
+ aria_application_label_unique: {
6326
+ variable: false,
6327
+ quality: 1,
6328
+ what: 'Element with an application role has no unique purpose label among the application-role elements'
6297
6329
  }
6298
6330
  }
6299
6331
  }
@@ -6678,6 +6710,11 @@ exports.issues = {
6678
6710
  variable: false,
6679
6711
  quality: 1,
6680
6712
  what: 'aria-hidden attribute has the value false'
6713
+ },
6714
+ aria_hidden_false: {
6715
+ variable: false,
6716
+ quality: 1,
6717
+ what: 'aria-hidden attribute has the value false'
6681
6718
  }
6682
6719
  }
6683
6720
  }
@@ -8228,8 +8265,8 @@ exports.issues = {
8228
8265
  }
8229
8266
  },
8230
8267
  nuVal: {
8231
- 'End tag clippath did not match the name of the current open element (path).': {
8232
- variable: false,
8268
+ '^End tag .+ did not match the name of the current open element (.+).*$': {
8269
+ variable: true,
8233
8270
  quality: 1,
8234
8271
  what: 'End tag clippath conflicts with the current open element.'
8235
8272
  },