testaro 32.0.3 → 32.0.4

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": "testaro",
3
- "version": "32.0.3",
3
+ "version": "32.0.4",
4
4
  "description": "Run 960 web accessibility tests from 9 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -57,7 +57,7 @@ exports.reporter = async (page, withItems) => {
57
57
  }
58
58
  // Populate and return the result.
59
59
  const whats = [
60
- 'Adjacent br elements within a __param__ element may be pseudo-paragraphs',
60
+ 'Adjacent BR elements within a __param__ element may be pseudo-paragraphs',
61
61
  'Elements contain 2 or more adjacent br elements that may be pseudo-paragraphs'
62
62
  ];
63
63
  return await report(withItems, all, 'pseudoP', whats, 0, 'br');
@@ -34,7 +34,7 @@
34
34
  [
35
35
  "standardResult.instances.0.what",
36
36
  "i",
37
- "contains 2 or more"
37
+ "Adjacent BR elements within"
38
38
  ],
39
39
  [
40
40
  "standardResult.instances.0.ordinalSeverity",
@@ -44,12 +44,7 @@
44
44
  [
45
45
  "standardResult.instances.0.tagName",
46
46
  "=",
47
- "P"
48
- ],
49
- [
50
- "standardResult.instances.0.id",
51
- "=",
52
- "bad"
47
+ "BR"
53
48
  ],
54
49
  [
55
50
  "standardResult.instances.0.location.doc",
@@ -59,12 +54,12 @@
59
54
  [
60
55
  "standardResult.instances.0.location.type",
61
56
  "=",
62
- "selector"
57
+ "box"
63
58
  ],
64
59
  [
65
- "standardResult.instances.0.location.spec",
66
- "=",
67
- "#bad"
60
+ "standardResult.instances.0.location.spec.y",
61
+ ">",
62
+ 0
68
63
  ],
69
64
  [
70
65
  "standardResult.instances.0.excerpt",
@@ -101,7 +96,7 @@
101
96
  [
102
97
  "standardResult.instances.0.what",
103
98
  "i",
104
- "contain 2 or more"
99
+ "Elements contain 2 or more"
105
100
  ],
106
101
  [
107
102
  "standardResult.instances.0.ordinalSeverity",