testilo 44.1.0 → 44.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +29 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "44.1.0",
3
+ "version": "44.1.2",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -2060,15 +2060,15 @@ exports.issues = {
2060
2060
  weight: 1,
2061
2061
  tools: {
2062
2062
  nuVal: {
2063
- 'The aria-label attribute must not be specified on any div element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.': {
2064
- variable: false,
2063
+ '^The aria-label attribute must not be specified on any .* element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.*$': {
2064
+ variable: true,
2065
2065
  quality: 1,
2066
2066
  what: 'Element with a non-labelable role has an aria-label attribute'
2067
2067
  }
2068
2068
  },
2069
2069
  nuVnu: {
2070
- 'The aria-label attribute must not be specified on any div element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.': {
2071
- variable: false,
2070
+ '^The aria-label attribute must not be specified on any .* element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.*$': {
2071
+ variable: true,
2072
2072
  quality: 1,
2073
2073
  what: 'Element with a non-labelable role has an aria-label attribute'
2074
2074
  }
@@ -3549,6 +3549,11 @@ exports.issues = {
3549
3549
  variable: false,
3550
3550
  quality: 1,
3551
3551
  what: 'Element disables zooming or scaling'
3552
+ },
3553
+ 'Interfering with a user agent\'s ability to zoom may be a failure of this Success Criterion.': {
3554
+ variable: false,
3555
+ quality: 1,
3556
+ what: 'Element interferes with browser zooming'
3552
3557
  }
3553
3558
  }
3554
3559
  }
@@ -8075,6 +8080,11 @@ exports.issues = {
8075
8080
  quality: 1,
8076
8081
  what: 'a element is a descendant of an element with a button role'
8077
8082
  },
8083
+ 'The element a with the attribute href must not appear as a descendant of an element with the attribute role=button.': {
8084
+ variable: false,
8085
+ quality: 1,
8086
+ what: 'a element with a destination is a descendant of an element with a button role'
8087
+ },
8078
8088
  'The element button must not appear as a descendant of the a element.': {
8079
8089
  variable: false,
8080
8090
  quality: 1,
@@ -8162,6 +8172,11 @@ exports.issues = {
8162
8172
  quality: 1,
8163
8173
  what: 'a element is a descendant of an element with a button role'
8164
8174
  },
8175
+ 'The element a with the attribute href must not appear as a descendant of an element with the attribute role=button.': {
8176
+ variable: false,
8177
+ quality: 1,
8178
+ what: 'a element with a destination is a descendant of an element with a button role'
8179
+ },
8165
8180
  'The element button must not appear as a descendant of the a element.': {
8166
8181
  variable: false,
8167
8182
  quality: 1,
@@ -8641,6 +8656,11 @@ exports.issues = {
8641
8656
  variable: false,
8642
8657
  quality: 1,
8643
8658
  what: 'Page includes more than 1 visible main element'
8659
+ },
8660
+ 'A document should not include more than one visible element with role=main.': {
8661
+ variable: false,
8662
+ quality: 1,
8663
+ what: 'Page includes more than 1 visible element with a main role'
8644
8664
  }
8645
8665
  },
8646
8666
  nuVnu: {
@@ -8648,6 +8668,11 @@ exports.issues = {
8648
8668
  variable: false,
8649
8669
  quality: 1,
8650
8670
  what: 'Page includes more than 1 visible main element'
8671
+ },
8672
+ 'A document should not include more than one visible element with role=main.': {
8673
+ variable: false,
8674
+ quality: 1,
8675
+ what: 'Page includes more than 1 visible element with a main role'
8651
8676
  }
8652
8677
  },
8653
8678
  wax: {