testaro 60.13.0 → 60.15.0

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 (201) hide show
  1. package/AGENTS.md +6 -2
  2. package/CONTRIBUTING.md +9 -24
  3. package/LICENSE +1 -1
  4. package/README.md +7 -24
  5. package/UPGRADES.md +13 -28
  6. package/VALIDATION_README.md +7 -24
  7. package/aceconfig.js +3 -18
  8. package/actSpecs.js +4 -19
  9. package/call.js +3 -18
  10. package/data/template.js +3 -18
  11. package/dirWatch.js +3 -18
  12. package/netWatch.js +4 -19
  13. package/package.json +2 -1
  14. package/procs/aslint.js +3 -18
  15. package/procs/dateOf.js +3 -18
  16. package/procs/doTestAct.js +4 -19
  17. package/procs/getLocatorData.js +3 -18
  18. package/procs/getSource.js +3 -18
  19. package/procs/identify.js +3 -18
  20. package/procs/isInlineLink.js +5 -19
  21. package/procs/job.js +3 -18
  22. package/procs/sample.js +3 -18
  23. package/procs/screenShot.js +1 -1
  24. package/procs/shoot.js +1 -1
  25. package/procs/standardize.js +4 -19
  26. package/procs/target.js +4 -19
  27. package/procs/tellServer.js +3 -18
  28. package/procs/testaro.js +5 -19
  29. package/procs/visChange.js +4 -19
  30. package/pw-aslint-claude.js +1 -1
  31. package/run.js +9 -23
  32. package/scripts/dumpAlts.js +4 -19
  33. package/testaro/adbID.js +5 -20
  34. package/testaro/allCaps.js +4 -19
  35. package/testaro/allHidden.js +4 -19
  36. package/testaro/allSlanted.js +4 -19
  37. package/testaro/altScheme.js +5 -20
  38. package/testaro/attVal.js +3 -18
  39. package/testaro/autocomplete.js +4 -19
  40. package/testaro/bulk.js +4 -19
  41. package/testaro/buttonMenu.js +4 -19
  42. package/testaro/captionLoc.js +5 -20
  43. package/testaro/datalistRef.js +5 -20
  44. package/testaro/distortion.js +4 -19
  45. package/testaro/docType.js +3 -18
  46. package/testaro/dupAtt.js +3 -18
  47. package/testaro/elements.js +3 -18
  48. package/testaro/embAc.js +3 -18
  49. package/testaro/focAll.js +4 -19
  50. package/testaro/focAndOp.js +4 -19
  51. package/testaro/focInd.js +4 -19
  52. package/testaro/focVis.js +4 -19
  53. package/testaro/headEl.js +4 -19
  54. package/testaro/headingAmb.js +3 -18
  55. package/testaro/hovInd.js +4 -19
  56. package/testaro/hover.js +6 -21
  57. package/testaro/imageLink.js +4 -19
  58. package/testaro/labClash.js +29 -48
  59. package/testaro/legendLoc.js +4 -19
  60. package/testaro/lineHeight.js +4 -19
  61. package/testaro/linkAmb.js +67 -54
  62. package/testaro/linkTitle.js +4 -19
  63. package/testaro/linkUl.js +4 -19
  64. package/testaro/miniText.js +5 -20
  65. package/testaro/motion.js +2 -2
  66. package/testaro/motionSolo.js +4 -19
  67. package/testaro/nonTable.js +4 -19
  68. package/testaro/optRoleSel.js +4 -19
  69. package/testaro/phOnly.js +27 -52
  70. package/testaro/pseudoP.json +10 -0
  71. package/testaro/radioSet.js +60 -107
  72. package/testaro/role.js +25 -80
  73. package/testaro/secHeading.js +40 -45
  74. package/testaro/shoot0.js +1 -1
  75. package/testaro/shoot1.js +1 -1
  76. package/testaro/styleDiff.js +3 -18
  77. package/testaro/tabNav.js +4 -19
  78. package/testaro/targetSmall.js +4 -19
  79. package/testaro/targetTiny.js +4 -19
  80. package/testaro/textNodes.js +3 -18
  81. package/testaro/textSem.js +4 -19
  82. package/testaro/title.js +3 -18
  83. package/testaro/zIndex.js +3 -18
  84. package/tests/alfa.js +4 -19
  85. package/tests/aslint.js +4 -19
  86. package/tests/axe.js +4 -19
  87. package/tests/ed11y.js +4 -19
  88. package/tests/htmlcs.js +3 -18
  89. package/tests/ibm.js +4 -19
  90. package/tests/nuVal.js +3 -18
  91. package/tests/qualWeb.js +3 -18
  92. package/tests/testaro.js +7 -22
  93. package/tests/wave.js +3 -18
  94. package/tests/wax.js +4 -19
  95. package/validation/done/README.md +8 -23
  96. package/validation/executors/dirWatch.js +4 -19
  97. package/validation/executors/netWatch.js +3 -18
  98. package/validation/executors/run.js +3 -18
  99. package/validation/executors/test.js +3 -18
  100. package/validation/executors/tests.js +3 -18
  101. package/validation/jobs/done/README.md +9 -0
  102. package/validation/jobs/todo/README.md +3 -16
  103. package/validation/tests/targets/adbID/index.html +3 -18
  104. package/validation/tests/targets/allCaps/index.html +3 -18
  105. package/validation/tests/targets/allHidden/ariaHiddenBody.html +3 -18
  106. package/validation/tests/targets/allHidden/good.html +3 -18
  107. package/validation/tests/targets/allHidden/hiddenMain.html +3 -18
  108. package/validation/tests/targets/allHidden/mixedHidden.html +3 -18
  109. package/validation/tests/targets/allHidden/noBody.html +4 -19
  110. package/validation/tests/targets/allHidden/noMain.html +4 -19
  111. package/validation/tests/targets/allHidden/noneDoc.html +3 -18
  112. package/validation/tests/targets/allHidden/visHiddenMain.html +3 -18
  113. package/validation/tests/targets/allSlanted/index.html +3 -18
  114. package/validation/tests/targets/altScheme/index.html +3 -18
  115. package/validation/tests/targets/attVal/bad.html +3 -18
  116. package/validation/tests/targets/attVal/good.html +3 -18
  117. package/validation/tests/targets/autocomplete/bad.html +3 -18
  118. package/validation/tests/targets/autocomplete/good.html +3 -18
  119. package/validation/tests/targets/bulk/bad.html +3 -18
  120. package/validation/tests/targets/bulk/good.html +3 -18
  121. package/validation/tests/targets/buttonMenu/bad.html +3 -18
  122. package/validation/tests/targets/buttonMenu/bad.js +3 -18
  123. package/validation/tests/targets/buttonMenu/good.html +3 -18
  124. package/validation/tests/targets/buttonMenu/good.js +3 -18
  125. package/validation/tests/targets/buttonMenu/style.css +3 -18
  126. package/validation/tests/targets/captionLoc/index.html +3 -18
  127. package/validation/tests/targets/datalistRef/index.html +3 -18
  128. package/validation/tests/targets/distortion/index.html +3 -18
  129. package/validation/tests/targets/docType/bad.html +3 -18
  130. package/validation/tests/targets/docType/good.html +3 -18
  131. package/validation/tests/targets/dupAtt/bad.html +3 -18
  132. package/validation/tests/targets/dupAtt/good.html +3 -18
  133. package/validation/tests/targets/elements/index.html +3 -18
  134. package/validation/tests/targets/embAc/bad.html +3 -18
  135. package/validation/tests/targets/embAc/good.html +3 -18
  136. package/validation/tests/targets/focAll/good.html +3 -18
  137. package/validation/tests/targets/focAll/less.html +3 -18
  138. package/validation/tests/targets/focAll/more.html +3 -18
  139. package/validation/tests/targets/focInd/bad.html +4 -19
  140. package/validation/tests/targets/focInd/good.html +3 -18
  141. package/validation/tests/targets/focOp/bad.html +3 -18
  142. package/validation/tests/targets/focOp/good.html +3 -18
  143. package/validation/tests/targets/focVis/index.html +3 -18
  144. package/validation/tests/targets/headEl/index.html +3 -18
  145. package/validation/tests/targets/headingAmb/index.html +3 -18
  146. package/validation/tests/targets/hovInd/index.html +4 -19
  147. package/validation/tests/targets/hover/bad.html +3 -18
  148. package/validation/tests/targets/hover/good.html +3 -18
  149. package/validation/tests/targets/hr/index.html +3 -18
  150. package/validation/tests/targets/imageLink/index.html +3 -18
  151. package/validation/tests/targets/labClash/bad.html +3 -18
  152. package/validation/tests/targets/labClash/good.html +3 -18
  153. package/validation/tests/targets/legendLoc/index.html +3 -18
  154. package/validation/tests/targets/lineHeight/index.html +3 -18
  155. package/validation/tests/targets/linkAmb/index.html +5 -20
  156. package/validation/tests/targets/linkExt/index.html +3 -18
  157. package/validation/tests/targets/linkOldAtt/index.html +3 -18
  158. package/validation/tests/targets/linkTitle/index.html +3 -18
  159. package/validation/tests/targets/linkTo/index.html +3 -18
  160. package/validation/tests/targets/linkUl/bad.html +4 -19
  161. package/validation/tests/targets/linkUl/good.html +4 -19
  162. package/validation/tests/targets/linkUl/na.html +4 -19
  163. package/validation/tests/targets/miniText/index.html +3 -18
  164. package/validation/tests/targets/motion/bad.css +3 -18
  165. package/validation/tests/targets/motion/bad.html +3 -18
  166. package/validation/tests/targets/motion/good.html +3 -18
  167. package/validation/tests/targets/nonTable/index.html +3 -18
  168. package/validation/tests/targets/opFoc/bad.html +3 -18
  169. package/validation/tests/targets/opFoc/good.html +3 -18
  170. package/validation/tests/targets/optRoleSel/index.html +3 -18
  171. package/validation/tests/targets/phOnly/index.html +4 -19
  172. package/validation/tests/targets/pseudoP/index.html +3 -18
  173. package/validation/tests/targets/radioSet/bad.html +3 -18
  174. package/validation/tests/targets/radioSet/good.html +3 -18
  175. package/validation/tests/targets/role/bad.html +4 -19
  176. package/validation/tests/targets/role/good.html +3 -18
  177. package/validation/tests/targets/secHeading/index.html +7 -22
  178. package/validation/tests/targets/styleDiff/bad.html +3 -18
  179. package/validation/tests/targets/styleDiff/good.html +3 -18
  180. package/validation/tests/targets/tabNav/bad.html +3 -18
  181. package/validation/tests/targets/tabNav/bad.js +3 -18
  182. package/validation/tests/targets/tabNav/good.html +3 -18
  183. package/validation/tests/targets/tabNav/good.js +3 -18
  184. package/validation/tests/targets/tabNav/style.css +3 -18
  185. package/validation/tests/targets/targetSize/index.html +4 -19
  186. package/validation/tests/targets/textNodes/index.html +3 -18
  187. package/validation/tests/targets/textSem/index.html +3 -18
  188. package/validation/tests/targets/title/bad.html +3 -18
  189. package/validation/tests/targets/title/good.html +3 -18
  190. package/validation/tests/targets/titledEl/index.html +3 -18
  191. package/validation/tests/targets/zIndex/bad.html +3 -18
  192. package/validation/tests/targets/zIndex/good.html +3 -18
  193. package/validation/validateTest.js +4 -19
  194. package/validation/watch/done/README.md +5 -20
  195. package/validation/watch/todo/README.md +5 -20
  196. package/testaro/hover-draft0.js +0 -110
  197. package/testaro/hover-draft1.js +0 -185
  198. package/testaro/hover-draft2.js +0 -183
  199. package/testaro/hover-draft3.js +0 -143
  200. package/testaro/hover-orig.js +0 -109
  201. package/testaro/pseudoP.js +0 -66
package/testaro/role.js CHANGED
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2021–2025 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
@@ -30,75 +15,35 @@
30
15
 
31
16
  // IMPORTS
32
17
 
33
- // Module to perform common operations.
34
- const {init, getRuleResult} = require('../procs/testaro');
18
+ const {elementRoles} = require('aria-query');
19
+ const {getBasicResult} = require('../procs/testaro');
35
20
 
36
21
  // CONSTANTS
37
22
 
38
- // Implicit roles
39
- const roleImplications = {
40
- article: 'article',
41
- aside: 'complementary',
42
- button: 'button',
43
- datalist: 'listbox',
44
- dd: 'definition',
45
- details: 'group',
46
- dfn: 'term',
47
- dialog: 'dialog',
48
- dt: 'term',
49
- fieldset: 'group',
50
- figure: 'figure',
51
- h1: 'heading',
52
- h2: 'heading',
53
- h3: 'heading',
54
- h4: 'heading',
55
- h5: 'heading',
56
- h6: 'heading',
57
- hr: 'separator',
58
- html: 'document',
59
- 'input[type=number]': 'spinbutton',
60
- 'input[type=text]': 'textbox',
61
- 'input[type=text, list]': 'combobox',
62
- li: 'listitem',
63
- main: 'main',
64
- math: 'math',
65
- menu: 'list',
66
- nav: 'navigation',
67
- ol: 'list',
68
- output: 'status',
69
- progress: 'progressbar',
70
- summary: 'button',
71
- SVG: 'graphics-document',
72
- table: 'table',
73
- tbody: 'rowgroup',
74
- textarea: 'textbox',
75
- tfoot: 'rowgroup',
76
- thead: 'rowgroup',
77
- tr: 'row',
78
- ul: 'list'
79
- };
80
- const implicitRoles = new Set(Object.values(roleImplications));
23
+ // Implicit roles
24
+ const implicitRoles = new Set(Array.from(elementRoles.values()).flat());
81
25
 
82
26
  // FUNCTIONS
83
27
 
84
28
  // Runs the test and returns the result.
85
29
  exports.reporter = async (page, withItems) => {
86
- // Get locators for all elements with explicit roles.
87
- const all = await init(100, page, '[role]');
88
- // For each locator:
89
- for (const loc of all.allLocs) {
90
- // Get the explicit role of the element.
91
- const role = await loc.getAttribute('role');
92
- // If it is also implicit:
93
- if (implicitRoles.has(role)) {
94
- // Add the locator to the array of violators.
95
- all.locs.push([loc, role]);
30
+ // Get locators for the elements with explicit roles.
31
+ const loc = page.locator('[role]');
32
+ const locs = await loc.all();
33
+ const violations = [];
34
+ // Get data on those with roles that are also implicit.
35
+ for (const loc of locs) {
36
+ const roleSpec = await loc.getAttribute('role');
37
+ const roles = roleSpec.split(/\s+/);
38
+ const badRole = roles.find(role => implicitRoles.has(role));
39
+ if (badRole) {
40
+ violations.push({
41
+ loc,
42
+ what: `Explicit ${badRole} role of the element is also an implicit HTML element role`
43
+ });
96
44
  }
97
45
  }
98
- // Populate and return the result.
99
- const whats = [
100
- 'Element has an explicit __param__ role, which is also an implicit HTML element role',
101
- 'Elements have roles assigned that are also implicit roles of HTML elements'
102
- ];
103
- return await getRuleResult(withItems, all, 'role', whats, 0);
46
+ // Get and return a result.
47
+ const whats = 'Elements have roles assigned that are also implicit HTML element roles';
48
+ return await getBasicResult(page, withItems, 'role', 0, null, whats, {}, violations);
104
49
  };
@@ -1,59 +1,54 @@
1
1
  /*
2
2
  © 2025 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Juan S. Casado. All rights reserved.
3
+ © 2025 Juan S. Casado.
4
+ © 2025 Jonathan Robert Pool.
4
5
 
5
- MIT License
6
+ Licensed under the MIT License. See LICENSE file at the project root or
7
+ https://opensource.org/license/mit/ for details.
6
8
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
9
+ SPDX-License-Identifier: MIT
24
10
  */
25
11
 
26
12
  /*
27
13
  secHeading
28
- Flag headings that are a lower-numbered heading (e.g., H2 after H3) than the
29
- immediately preceding heading within the same sectioning container.
14
+ This test reports sectioning containers that have child headings of which the first has a depth
15
+ (i.e. level) lower than at least one of the others. An example is a section element whose first
16
+ heading child is an h3 element and whose subsequent heading children include an h2 element. The
17
+ first child heading is presumed the principal heading of the container, so this pattern merits
18
+ scrutiny.
30
19
  */
31
20
 
32
- const {init, getRuleResult} = require('../procs/testaro');
21
+ // IMPORTS
22
+
23
+ const {doTest} = require('../procs/testaro');
24
+
25
+ // FUNCTIONS
33
26
 
27
+ // Runs the test and returns the result.
34
28
  exports.reporter = async (page, withItems) => {
35
- const all = await init(200, page, 'h1,h2,h3,h4,h5,h6');
36
- for (const loc of all.allLocs) {
37
- const isBad = await loc.evaluate(el => {
38
- // find nearest sectioning ancestor
39
- let ancestor = el.parentElement;
40
- while (ancestor && !['SECTION','ARTICLE','NAV','ASIDE','MAIN','BODY','HTML'].includes(ancestor.tagName)) {
41
- ancestor = ancestor.parentElement;
29
+ const getBadWhat = element => {
30
+ // Get the children of the element.
31
+ const children = Array.from(element.children);
32
+ // Get the headings among them.
33
+ const headingChildren = children.filter(child => /^H[1-6]$/.test(child.tagName));
34
+ // Get their depths.
35
+ const headingChildDepths = headingChildren.map(child => Number(child.tagName.slice(1)));
36
+ // If there are 2 or more heading children:
37
+ if (headingChildren.length > 1) {
38
+ // Get the depth of the first of them.
39
+ const firstHeadingDepth = headingChildDepths[0];
40
+ // Get the minimum of their depths.
41
+ const minHeadingDepth = Math.min(...headingChildDepths);
42
+ // If any heading is less deep than the first:
43
+ if (minHeadingDepth < firstHeadingDepth) {
44
+ // Return a violation description.
45
+ return `First child heading is H${firstHeadingDepth}, but another is H${minHeadingDepth}`;
42
46
  }
43
- if (!ancestor) return false;
44
- const headings = Array.from(ancestor.querySelectorAll('h1,h2,h3,h4,h5,h6'));
45
- const idx = headings.indexOf(el);
46
- if (idx <= 0) return false;
47
- const prev = headings[idx - 1];
48
- const curLevel = Number(el.tagName.substring(1));
49
- const prevLevel = Number(prev.tagName.substring(1));
50
- return curLevel < prevLevel;
51
- });
52
- if (isBad) all.locs.push(loc);
53
- }
54
- const whats = [
55
- 'Element violates the logical level order in its sectioning container',
56
- 'Heading elements violate the logical level order in their sectioning containers'
57
- ];
58
- return await getRuleResult(withItems, all, 'secHeading', whats, 1);
47
+ }
48
+ };
49
+ const selector = 'SECTION, ARTICLE, NAV, ASIDE, MAIN';
50
+ const whats = 'First child headings of sectioning containers are deeper than others';
51
+ return await doTest(
52
+ page, withItems, 'secHeading', selector, whats, 0, null, getBadWhat.toString()
53
+ );
59
54
  };
package/testaro/shoot0.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- © 2025 Jonathan Robert Pool. All rights reserved.
2
+ © 2025 Jonathan Robert Pool.
3
3
  Licensed under the MIT License. See LICENSE file for details.
4
4
  */
5
5
 
package/testaro/shoot1.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- © 2025 Jonathan Robert Pool. All rights reserved.
2
+ © 2025 Jonathan Robert Pool.
3
3
  Licensed under the MIT License. See LICENSE file for details.
4
4
  */
5
5
 
@@ -1,25 +1,10 @@
1
1
  /*
2
2
  © 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
3
 
4
- MIT License
4
+ Licensed under the MIT License. See LICENSE file at the project root or
5
+ https://opensource.org/license/mit/ for details.
5
6
 
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
7
+ SPDX-License-Identifier: MIT
23
8
  */
24
9
 
25
10
  /*
package/testaro/tabNav.js CHANGED
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2023–2025 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2023–2025 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
@@ -1,25 +1,10 @@
1
1
  /*
2
2
  © 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
3
 
4
- MIT License
4
+ Licensed under the MIT License. See LICENSE file at the project root or
5
+ https://opensource.org/license/mit/ for details.
5
6
 
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
7
+ SPDX-License-Identifier: MIT
23
8
  */
24
9
 
25
10
  /*
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2025 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Juan S. Casado. All rights reserved.
3
+ © 2025 Juan S. Casado.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
package/testaro/title.js CHANGED
@@ -1,25 +1,10 @@
1
1
  /*
2
2
  © 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
3
3
 
4
- MIT License
4
+ Licensed under the MIT License. See LICENSE file at the project root or
5
+ https://opensource.org/license/mit/ for details.
5
6
 
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
7
+ SPDX-License-Identifier: MIT
23
8
  */
24
9
 
25
10
  /*
package/testaro/zIndex.js CHANGED
@@ -1,25 +1,10 @@
1
1
  /*
2
2
  © 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
3
3
 
4
- MIT License
4
+ Licensed under the MIT License. See LICENSE file at the project root or
5
+ https://opensource.org/license/mit/ for details.
5
6
 
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
7
+ SPDX-License-Identifier: MIT
23
8
  */
24
9
 
25
10
  /*
package/tests/alfa.js CHANGED
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
package/tests/aslint.js CHANGED
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
package/tests/axe.js CHANGED
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
package/tests/ed11y.js CHANGED
@@ -1,26 +1,11 @@
1
1
  /*
2
2
  © 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
- © 2025 Jonathan Robert Pool. All rights reserved.
3
+ © 2025 Jonathan Robert Pool.
4
4
 
5
- MIT License
5
+ Licensed under the MIT License. See LICENSE file at the project root or
6
+ https://opensource.org/license/mit/ for details.
6
7
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
8
+ SPDX-License-Identifier: MIT
24
9
  */
25
10
 
26
11
  /*
package/tests/htmlcs.js CHANGED
@@ -1,25 +1,10 @@
1
1
  /*
2
2
  © 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
3
3
 
4
- MIT License
4
+ Licensed under the MIT License. See LICENSE file at the project root or
5
+ https://opensource.org/license/mit/ for details.
5
6
 
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
7
+ SPDX-License-Identifier: MIT
23
8
  */
24
9
 
25
10
  /*