@accesslint/core 0.7.0 → 0.8.1

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 (400) hide show
  1. package/README.md +104 -100
  2. package/dist/index.cjs +5 -5
  3. package/dist/index.d.ts +2 -2
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.iife.js +5 -5
  6. package/dist/index.js +3855 -3679
  7. package/dist/rules/adaptable/aria-required-children.d.ts +3 -0
  8. package/dist/rules/adaptable/aria-required-children.d.ts.map +1 -0
  9. package/dist/rules/adaptable/aria-required-parent.d.ts +3 -0
  10. package/dist/rules/adaptable/aria-required-parent.d.ts.map +1 -0
  11. package/dist/rules/adaptable/autocomplete-valid.d.ts +3 -0
  12. package/dist/rules/adaptable/autocomplete-valid.d.ts.map +1 -0
  13. package/dist/rules/adaptable/definition-list.d.ts +2 -0
  14. package/dist/rules/adaptable/definition-list.d.ts.map +1 -0
  15. package/dist/rules/adaptable/dl-children.d.ts +3 -0
  16. package/dist/rules/adaptable/dl-children.d.ts.map +1 -0
  17. package/dist/rules/adaptable/empty-table-header.d.ts +3 -0
  18. package/dist/rules/adaptable/empty-table-header.d.ts.map +1 -0
  19. package/dist/rules/adaptable/list-children.d.ts +2 -0
  20. package/dist/rules/adaptable/list-children.d.ts.map +1 -0
  21. package/dist/rules/adaptable/listitem-parent.d.ts +3 -0
  22. package/dist/rules/adaptable/listitem-parent.d.ts.map +1 -0
  23. package/dist/rules/adaptable/orientation-lock.d.ts +3 -0
  24. package/dist/rules/adaptable/orientation-lock.d.ts.map +1 -0
  25. package/dist/rules/adaptable/scope-attr-valid.d.ts +3 -0
  26. package/dist/rules/adaptable/scope-attr-valid.d.ts.map +1 -0
  27. package/dist/rules/{tables/utils.d.ts → adaptable/table-utils.d.ts} +1 -1
  28. package/dist/rules/adaptable/table-utils.d.ts.map +1 -0
  29. package/dist/rules/adaptable/td-has-header.d.ts +3 -0
  30. package/dist/rules/adaptable/td-has-header.d.ts.map +1 -0
  31. package/dist/rules/adaptable/td-headers-attr.d.ts +3 -0
  32. package/dist/rules/adaptable/td-headers-attr.d.ts.map +1 -0
  33. package/dist/rules/adaptable/th-has-data-cells.d.ts +3 -0
  34. package/dist/rules/adaptable/th-has-data-cells.d.ts.map +1 -0
  35. package/dist/rules/aria/aria-allowed-attr.d.ts +3 -0
  36. package/dist/rules/aria/aria-allowed-attr.d.ts.map +1 -0
  37. package/dist/rules/aria/aria-allowed-role.d.ts +3 -0
  38. package/dist/rules/aria/aria-allowed-role.d.ts.map +1 -0
  39. package/dist/rules/aria/aria-attr-audit.d.ts.map +1 -1
  40. package/dist/rules/aria/aria-hidden-body.d.ts +2 -0
  41. package/dist/rules/aria/aria-hidden-body.d.ts.map +1 -0
  42. package/dist/rules/aria/aria-hidden-focus.d.ts +3 -0
  43. package/dist/rules/aria/aria-hidden-focus.d.ts.map +1 -0
  44. package/dist/rules/aria/aria-prohibited-attr.d.ts +3 -0
  45. package/dist/rules/aria/aria-prohibited-attr.d.ts.map +1 -0
  46. package/dist/rules/aria/aria-required-attr.d.ts +3 -0
  47. package/dist/rules/aria/aria-required-attr.d.ts.map +1 -0
  48. package/dist/rules/aria/aria-roles.d.ts +3 -0
  49. package/dist/rules/aria/aria-roles.d.ts.map +1 -0
  50. package/dist/rules/aria/aria-valid-attr-value.d.ts +3 -0
  51. package/dist/rules/aria/aria-valid-attr-value.d.ts.map +1 -0
  52. package/dist/rules/aria/aria-valid-attr.d.ts +3 -0
  53. package/dist/rules/aria/aria-valid-attr.d.ts.map +1 -0
  54. package/dist/rules/aria/presentation-role-conflict.d.ts +3 -0
  55. package/dist/rules/aria/presentation-role-conflict.d.ts.map +1 -0
  56. package/dist/rules/aria/presentational-children-focusable.d.ts +3 -0
  57. package/dist/rules/aria/presentational-children-focusable.d.ts.map +1 -0
  58. package/dist/rules/distinguishable/color-contrast-enhanced.d.ts +3 -0
  59. package/dist/rules/distinguishable/color-contrast-enhanced.d.ts.map +1 -0
  60. package/dist/rules/distinguishable/color-contrast-helpers.d.ts.map +1 -0
  61. package/dist/rules/distinguishable/color-contrast.d.ts +3 -0
  62. package/dist/rules/distinguishable/color-contrast.d.ts.map +1 -0
  63. package/dist/rules/distinguishable/letter-spacing.d.ts +3 -0
  64. package/dist/rules/distinguishable/letter-spacing.d.ts.map +1 -0
  65. package/dist/rules/distinguishable/line-height.d.ts +3 -0
  66. package/dist/rules/distinguishable/line-height.d.ts.map +1 -0
  67. package/dist/rules/distinguishable/link-in-text-block.d.ts +3 -0
  68. package/dist/rules/distinguishable/link-in-text-block.d.ts.map +1 -0
  69. package/dist/rules/distinguishable/meta-viewport.d.ts +3 -0
  70. package/dist/rules/distinguishable/meta-viewport.d.ts.map +1 -0
  71. package/dist/rules/distinguishable/text-spacing-helpers.d.ts.map +1 -0
  72. package/dist/rules/distinguishable/word-spacing.d.ts +3 -0
  73. package/dist/rules/distinguishable/word-spacing.d.ts.map +1 -0
  74. package/dist/rules/engine.d.ts.map +1 -1
  75. package/dist/rules/enough-time/blink.d.ts +2 -0
  76. package/dist/rules/enough-time/blink.d.ts.map +1 -0
  77. package/dist/rules/enough-time/marquee.d.ts +2 -0
  78. package/dist/rules/enough-time/marquee.d.ts.map +1 -0
  79. package/dist/rules/enough-time/meta-refresh-no-exception.d.ts +3 -0
  80. package/dist/rules/enough-time/meta-refresh-no-exception.d.ts.map +1 -0
  81. package/dist/rules/enough-time/meta-refresh.d.ts +3 -0
  82. package/dist/rules/enough-time/meta-refresh.d.ts.map +1 -0
  83. package/dist/rules/index.d.ts +9 -1
  84. package/dist/rules/index.d.ts.map +1 -1
  85. package/dist/rules/keyboard-accessible/accesskeys.d.ts +3 -0
  86. package/dist/rules/keyboard-accessible/accesskeys.d.ts.map +1 -0
  87. package/dist/rules/keyboard-accessible/focus-order.d.ts +3 -0
  88. package/dist/rules/keyboard-accessible/focus-order.d.ts.map +1 -0
  89. package/dist/rules/keyboard-accessible/focus-visible.d.ts +3 -0
  90. package/dist/rules/keyboard-accessible/focus-visible.d.ts.map +1 -0
  91. package/dist/rules/keyboard-accessible/nested-interactive.d.ts +3 -0
  92. package/dist/rules/keyboard-accessible/nested-interactive.d.ts.map +1 -0
  93. package/dist/rules/keyboard-accessible/scrollable-region.d.ts +3 -0
  94. package/dist/rules/keyboard-accessible/scrollable-region.d.ts.map +1 -0
  95. package/dist/rules/keyboard-accessible/server-image-map.d.ts +2 -0
  96. package/dist/rules/keyboard-accessible/server-image-map.d.ts.map +1 -0
  97. package/dist/rules/keyboard-accessible/tabindex.d.ts +2 -0
  98. package/dist/rules/keyboard-accessible/tabindex.d.ts.map +1 -0
  99. package/dist/rules/labels-and-names/aria-command-name.d.ts +3 -0
  100. package/dist/rules/labels-and-names/aria-command-name.d.ts.map +1 -0
  101. package/dist/rules/labels-and-names/aria-dialog-name.d.ts +3 -0
  102. package/dist/rules/labels-and-names/aria-dialog-name.d.ts.map +1 -0
  103. package/dist/rules/{keyboard/accesslint-027.d.ts → labels-and-names/aria-input-field-name.d.ts} +2 -2
  104. package/dist/rules/labels-and-names/aria-input-field-name.d.ts.map +1 -0
  105. package/dist/rules/labels-and-names/aria-meter-name.d.ts +3 -0
  106. package/dist/rules/labels-and-names/aria-meter-name.d.ts.map +1 -0
  107. package/dist/rules/{aria → labels-and-names}/aria-name-helpers.d.ts +4 -2
  108. package/dist/rules/labels-and-names/aria-name-helpers.d.ts.map +1 -0
  109. package/dist/rules/labels-and-names/aria-progressbar-name.d.ts +3 -0
  110. package/dist/rules/labels-and-names/aria-progressbar-name.d.ts.map +1 -0
  111. package/dist/rules/labels-and-names/aria-toggle-field-name.d.ts +2 -0
  112. package/dist/rules/labels-and-names/aria-toggle-field-name.d.ts.map +1 -0
  113. package/dist/rules/labels-and-names/aria-tooltip-name.d.ts +3 -0
  114. package/dist/rules/labels-and-names/aria-tooltip-name.d.ts.map +1 -0
  115. package/dist/rules/labels-and-names/aria-treeitem-name.d.ts +3 -0
  116. package/dist/rules/labels-and-names/aria-treeitem-name.d.ts.map +1 -0
  117. package/dist/rules/labels-and-names/button-name.d.ts +3 -0
  118. package/dist/rules/labels-and-names/button-name.d.ts.map +1 -0
  119. package/dist/rules/labels-and-names/duplicate-id-aria.d.ts +3 -0
  120. package/dist/rules/labels-and-names/duplicate-id-aria.d.ts.map +1 -0
  121. package/dist/rules/{forms/constants.d.ts → labels-and-names/form-constants.d.ts} +1 -1
  122. package/dist/rules/labels-and-names/form-constants.d.ts.map +1 -0
  123. package/dist/rules/labels-and-names/form-label.d.ts +3 -0
  124. package/dist/rules/labels-and-names/form-label.d.ts.map +1 -0
  125. package/dist/rules/labels-and-names/frame-title-unique.d.ts +3 -0
  126. package/dist/rules/labels-and-names/frame-title-unique.d.ts.map +1 -0
  127. package/dist/rules/labels-and-names/frame-title.d.ts +3 -0
  128. package/dist/rules/labels-and-names/frame-title.d.ts.map +1 -0
  129. package/dist/rules/{parsing/constants.d.ts → labels-and-names/id-ref-constants.d.ts} +1 -1
  130. package/dist/rules/labels-and-names/id-ref-constants.d.ts.map +1 -0
  131. package/dist/rules/labels-and-names/input-button-name.d.ts +3 -0
  132. package/dist/rules/labels-and-names/input-button-name.d.ts.map +1 -0
  133. package/dist/rules/labels-and-names/label-content-mismatch.d.ts +3 -0
  134. package/dist/rules/labels-and-names/label-content-mismatch.d.ts.map +1 -0
  135. package/dist/rules/labels-and-names/label-title-only.d.ts +3 -0
  136. package/dist/rules/labels-and-names/label-title-only.d.ts.map +1 -0
  137. package/dist/rules/labels-and-names/multiple-labels.d.ts +3 -0
  138. package/dist/rules/labels-and-names/multiple-labels.d.ts.map +1 -0
  139. package/dist/rules/labels-and-names/summary-name.d.ts +3 -0
  140. package/dist/rules/labels-and-names/summary-name.d.ts.map +1 -0
  141. package/dist/rules/landmarks/banner-is-top-level.d.ts +2 -0
  142. package/dist/rules/landmarks/banner-is-top-level.d.ts.map +1 -0
  143. package/dist/rules/landmarks/complementary-is-top-level.d.ts +3 -0
  144. package/dist/rules/landmarks/complementary-is-top-level.d.ts.map +1 -0
  145. package/dist/rules/{structure → landmarks}/constants.d.ts +0 -2
  146. package/dist/rules/{structure → landmarks}/constants.d.ts.map +1 -1
  147. package/dist/rules/landmarks/contentinfo-is-top-level.d.ts +2 -0
  148. package/dist/rules/landmarks/contentinfo-is-top-level.d.ts.map +1 -0
  149. package/dist/rules/landmarks/landmark-main.d.ts +3 -0
  150. package/dist/rules/landmarks/landmark-main.d.ts.map +1 -0
  151. package/dist/rules/landmarks/landmark-unique.d.ts +3 -0
  152. package/dist/rules/landmarks/landmark-unique.d.ts.map +1 -0
  153. package/dist/rules/landmarks/main-is-top-level.d.ts +3 -0
  154. package/dist/rules/landmarks/main-is-top-level.d.ts.map +1 -0
  155. package/dist/rules/landmarks/no-duplicate-banner.d.ts +2 -0
  156. package/dist/rules/landmarks/no-duplicate-banner.d.ts.map +1 -0
  157. package/dist/rules/landmarks/no-duplicate-contentinfo.d.ts +2 -0
  158. package/dist/rules/landmarks/no-duplicate-contentinfo.d.ts.map +1 -0
  159. package/dist/rules/landmarks/no-duplicate-main.d.ts +2 -0
  160. package/dist/rules/landmarks/no-duplicate-main.d.ts.map +1 -0
  161. package/dist/rules/landmarks/region.d.ts +3 -0
  162. package/dist/rules/landmarks/region.d.ts.map +1 -0
  163. package/dist/rules/navigable/bypass.d.ts +3 -0
  164. package/dist/rules/navigable/bypass.d.ts.map +1 -0
  165. package/dist/rules/navigable/document-title.d.ts +3 -0
  166. package/dist/rules/navigable/document-title.d.ts.map +1 -0
  167. package/dist/rules/navigable/empty-heading.d.ts +3 -0
  168. package/dist/rules/navigable/empty-heading.d.ts.map +1 -0
  169. package/dist/rules/navigable/heading-order.d.ts +3 -0
  170. package/dist/rules/navigable/heading-order.d.ts.map +1 -0
  171. package/dist/rules/navigable/link-name.d.ts +3 -0
  172. package/dist/rules/navigable/link-name.d.ts.map +1 -0
  173. package/dist/rules/navigable/p-as-heading.d.ts +3 -0
  174. package/dist/rules/navigable/p-as-heading.d.ts.map +1 -0
  175. package/dist/rules/navigable/page-has-heading-one.d.ts +3 -0
  176. package/dist/rules/navigable/page-has-heading-one.d.ts.map +1 -0
  177. package/dist/rules/navigable/skip-link.d.ts +3 -0
  178. package/dist/rules/navigable/skip-link.d.ts.map +1 -0
  179. package/dist/rules/{language → readable}/constants.d.ts.map +1 -1
  180. package/dist/rules/readable/html-has-lang.d.ts +3 -0
  181. package/dist/rules/readable/html-has-lang.d.ts.map +1 -0
  182. package/dist/rules/readable/html-lang-valid.d.ts +3 -0
  183. package/dist/rules/readable/html-lang-valid.d.ts.map +1 -0
  184. package/dist/rules/readable/html-xml-lang-mismatch.d.ts +3 -0
  185. package/dist/rules/readable/html-xml-lang-mismatch.d.ts.map +1 -0
  186. package/dist/rules/readable/valid-lang.d.ts +3 -0
  187. package/dist/rules/readable/valid-lang.d.ts.map +1 -0
  188. package/dist/rules/text-alternatives/area-alt.d.ts +3 -0
  189. package/dist/rules/text-alternatives/area-alt.d.ts.map +1 -0
  190. package/dist/rules/{images/accesslint-015.d.ts → text-alternatives/image-alt-words.d.ts} +2 -2
  191. package/dist/rules/text-alternatives/image-alt-words.d.ts.map +1 -0
  192. package/dist/rules/{images/accesslint-014.d.ts → text-alternatives/image-redundant-alt.d.ts} +2 -2
  193. package/dist/rules/text-alternatives/image-redundant-alt.d.ts.map +1 -0
  194. package/dist/rules/text-alternatives/img-alt.d.ts +3 -0
  195. package/dist/rules/text-alternatives/img-alt.d.ts.map +1 -0
  196. package/dist/rules/text-alternatives/input-image-alt.d.ts +3 -0
  197. package/dist/rules/text-alternatives/input-image-alt.d.ts.map +1 -0
  198. package/dist/rules/text-alternatives/object-alt.d.ts +3 -0
  199. package/dist/rules/text-alternatives/object-alt.d.ts.map +1 -0
  200. package/dist/rules/text-alternatives/role-img-alt.d.ts +3 -0
  201. package/dist/rules/text-alternatives/role-img-alt.d.ts.map +1 -0
  202. package/dist/rules/text-alternatives/svg-img-alt.d.ts +3 -0
  203. package/dist/rules/text-alternatives/svg-img-alt.d.ts.map +1 -0
  204. package/dist/rules/time-based-media/audio-transcript.d.ts +3 -0
  205. package/dist/rules/time-based-media/audio-transcript.d.ts.map +1 -0
  206. package/dist/rules/time-based-media/video-captions.d.ts +3 -0
  207. package/dist/rules/time-based-media/video-captions.d.ts.map +1 -0
  208. package/dist/rules/types.d.ts +50 -6
  209. package/dist/rules/types.d.ts.map +1 -1
  210. package/package.json +1 -1
  211. package/dist/rules/aria/accesslint-054.d.ts +0 -3
  212. package/dist/rules/aria/accesslint-054.d.ts.map +0 -1
  213. package/dist/rules/aria/accesslint-055.d.ts +0 -3
  214. package/dist/rules/aria/accesslint-055.d.ts.map +0 -1
  215. package/dist/rules/aria/accesslint-056.d.ts +0 -3
  216. package/dist/rules/aria/accesslint-056.d.ts.map +0 -1
  217. package/dist/rules/aria/accesslint-057.d.ts +0 -3
  218. package/dist/rules/aria/accesslint-057.d.ts.map +0 -1
  219. package/dist/rules/aria/accesslint-058.d.ts +0 -3
  220. package/dist/rules/aria/accesslint-058.d.ts.map +0 -1
  221. package/dist/rules/aria/accesslint-059.d.ts +0 -3
  222. package/dist/rules/aria/accesslint-059.d.ts.map +0 -1
  223. package/dist/rules/aria/accesslint-060.d.ts +0 -3
  224. package/dist/rules/aria/accesslint-060.d.ts.map +0 -1
  225. package/dist/rules/aria/accesslint-061.d.ts +0 -3
  226. package/dist/rules/aria/accesslint-061.d.ts.map +0 -1
  227. package/dist/rules/aria/accesslint-062.d.ts +0 -2
  228. package/dist/rules/aria/accesslint-062.d.ts.map +0 -1
  229. package/dist/rules/aria/accesslint-063.d.ts +0 -3
  230. package/dist/rules/aria/accesslint-063.d.ts.map +0 -1
  231. package/dist/rules/aria/accesslint-064.d.ts +0 -3
  232. package/dist/rules/aria/accesslint-064.d.ts.map +0 -1
  233. package/dist/rules/aria/accesslint-065.d.ts +0 -2
  234. package/dist/rules/aria/accesslint-065.d.ts.map +0 -1
  235. package/dist/rules/aria/accesslint-066.d.ts +0 -2
  236. package/dist/rules/aria/accesslint-066.d.ts.map +0 -1
  237. package/dist/rules/aria/accesslint-067.d.ts +0 -3
  238. package/dist/rules/aria/accesslint-067.d.ts.map +0 -1
  239. package/dist/rules/aria/accesslint-068.d.ts +0 -3
  240. package/dist/rules/aria/accesslint-068.d.ts.map +0 -1
  241. package/dist/rules/aria/accesslint-069.d.ts +0 -3
  242. package/dist/rules/aria/accesslint-069.d.ts.map +0 -1
  243. package/dist/rules/aria/accesslint-070.d.ts +0 -3
  244. package/dist/rules/aria/accesslint-070.d.ts.map +0 -1
  245. package/dist/rules/aria/accesslint-071.d.ts +0 -3
  246. package/dist/rules/aria/accesslint-071.d.ts.map +0 -1
  247. package/dist/rules/aria/accesslint-072.d.ts +0 -3
  248. package/dist/rules/aria/accesslint-072.d.ts.map +0 -1
  249. package/dist/rules/aria/accesslint-073.d.ts +0 -3
  250. package/dist/rules/aria/accesslint-073.d.ts.map +0 -1
  251. package/dist/rules/aria/accesslint-074.d.ts +0 -3
  252. package/dist/rules/aria/accesslint-074.d.ts.map +0 -1
  253. package/dist/rules/aria/accesslint-075.d.ts +0 -3
  254. package/dist/rules/aria/accesslint-075.d.ts.map +0 -1
  255. package/dist/rules/aria/accesslint-076.d.ts +0 -3
  256. package/dist/rules/aria/accesslint-076.d.ts.map +0 -1
  257. package/dist/rules/aria/aria-name-helpers.d.ts.map +0 -1
  258. package/dist/rules/color/accesslint-092.d.ts +0 -3
  259. package/dist/rules/color/accesslint-092.d.ts.map +0 -1
  260. package/dist/rules/color/accesslint-093.d.ts +0 -3
  261. package/dist/rules/color/accesslint-093.d.ts.map +0 -1
  262. package/dist/rules/color/color-contrast-helpers.d.ts.map +0 -1
  263. package/dist/rules/forms/accesslint-020.d.ts +0 -3
  264. package/dist/rules/forms/accesslint-020.d.ts.map +0 -1
  265. package/dist/rules/forms/accesslint-021.d.ts +0 -3
  266. package/dist/rules/forms/accesslint-021.d.ts.map +0 -1
  267. package/dist/rules/forms/accesslint-023.d.ts +0 -3
  268. package/dist/rules/forms/accesslint-023.d.ts.map +0 -1
  269. package/dist/rules/forms/accesslint-024.d.ts +0 -3
  270. package/dist/rules/forms/accesslint-024.d.ts.map +0 -1
  271. package/dist/rules/forms/accesslint-025.d.ts +0 -3
  272. package/dist/rules/forms/accesslint-025.d.ts.map +0 -1
  273. package/dist/rules/forms/accesslint-026.d.ts +0 -3
  274. package/dist/rules/forms/accesslint-026.d.ts.map +0 -1
  275. package/dist/rules/forms/constants.d.ts.map +0 -1
  276. package/dist/rules/images/accesslint-011.d.ts +0 -3
  277. package/dist/rules/images/accesslint-011.d.ts.map +0 -1
  278. package/dist/rules/images/accesslint-012.d.ts +0 -3
  279. package/dist/rules/images/accesslint-012.d.ts.map +0 -1
  280. package/dist/rules/images/accesslint-013.d.ts +0 -3
  281. package/dist/rules/images/accesslint-013.d.ts.map +0 -1
  282. package/dist/rules/images/accesslint-014.d.ts.map +0 -1
  283. package/dist/rules/images/accesslint-015.d.ts.map +0 -1
  284. package/dist/rules/images/accesslint-016.d.ts +0 -3
  285. package/dist/rules/images/accesslint-016.d.ts.map +0 -1
  286. package/dist/rules/images/accesslint-017.d.ts +0 -3
  287. package/dist/rules/images/accesslint-017.d.ts.map +0 -1
  288. package/dist/rules/images/accesslint-018.d.ts +0 -3
  289. package/dist/rules/images/accesslint-018.d.ts.map +0 -1
  290. package/dist/rules/images/accesslint-019.d.ts +0 -2
  291. package/dist/rules/images/accesslint-019.d.ts.map +0 -1
  292. package/dist/rules/keyboard/accesslint-027.d.ts.map +0 -1
  293. package/dist/rules/keyboard/accesslint-028.d.ts +0 -3
  294. package/dist/rules/keyboard/accesslint-028.d.ts.map +0 -1
  295. package/dist/rules/keyboard/accesslint-029.d.ts +0 -3
  296. package/dist/rules/keyboard/accesslint-029.d.ts.map +0 -1
  297. package/dist/rules/keyboard/accesslint-030.d.ts +0 -3
  298. package/dist/rules/keyboard/accesslint-030.d.ts.map +0 -1
  299. package/dist/rules/keyboard/accesslint-031.d.ts +0 -3
  300. package/dist/rules/keyboard/accesslint-031.d.ts.map +0 -1
  301. package/dist/rules/keyboard/accesslint-032.d.ts +0 -3
  302. package/dist/rules/keyboard/accesslint-032.d.ts.map +0 -1
  303. package/dist/rules/language/accesslint-080.d.ts +0 -3
  304. package/dist/rules/language/accesslint-080.d.ts.map +0 -1
  305. package/dist/rules/language/accesslint-081.d.ts +0 -3
  306. package/dist/rules/language/accesslint-081.d.ts.map +0 -1
  307. package/dist/rules/language/accesslint-082.d.ts +0 -3
  308. package/dist/rules/language/accesslint-082.d.ts.map +0 -1
  309. package/dist/rules/language/accesslint-083.d.ts +0 -3
  310. package/dist/rules/language/accesslint-083.d.ts.map +0 -1
  311. package/dist/rules/links/accesslint-077.d.ts +0 -3
  312. package/dist/rules/links/accesslint-077.d.ts.map +0 -1
  313. package/dist/rules/links/accesslint-078.d.ts +0 -3
  314. package/dist/rules/links/accesslint-078.d.ts.map +0 -1
  315. package/dist/rules/links/accesslint-079.d.ts +0 -3
  316. package/dist/rules/links/accesslint-079.d.ts.map +0 -1
  317. package/dist/rules/media/accesslint-090.d.ts +0 -3
  318. package/dist/rules/media/accesslint-090.d.ts.map +0 -1
  319. package/dist/rules/media/accesslint-091.d.ts +0 -3
  320. package/dist/rules/media/accesslint-091.d.ts.map +0 -1
  321. package/dist/rules/parsing/accesslint-089.d.ts +0 -3
  322. package/dist/rules/parsing/accesslint-089.d.ts.map +0 -1
  323. package/dist/rules/parsing/constants.d.ts.map +0 -1
  324. package/dist/rules/structure/accesslint-001.d.ts +0 -3
  325. package/dist/rules/structure/accesslint-001.d.ts.map +0 -1
  326. package/dist/rules/structure/accesslint-002.d.ts +0 -3
  327. package/dist/rules/structure/accesslint-002.d.ts.map +0 -1
  328. package/dist/rules/structure/accesslint-003.d.ts +0 -3
  329. package/dist/rules/structure/accesslint-003.d.ts.map +0 -1
  330. package/dist/rules/structure/accesslint-004.d.ts +0 -3
  331. package/dist/rules/structure/accesslint-004.d.ts.map +0 -1
  332. package/dist/rules/structure/accesslint-005.d.ts +0 -3
  333. package/dist/rules/structure/accesslint-005.d.ts.map +0 -1
  334. package/dist/rules/structure/accesslint-006.d.ts +0 -3
  335. package/dist/rules/structure/accesslint-006.d.ts.map +0 -1
  336. package/dist/rules/structure/accesslint-007.d.ts +0 -3
  337. package/dist/rules/structure/accesslint-007.d.ts.map +0 -1
  338. package/dist/rules/structure/accesslint-008.d.ts +0 -3
  339. package/dist/rules/structure/accesslint-008.d.ts.map +0 -1
  340. package/dist/rules/structure/accesslint-009.d.ts +0 -2
  341. package/dist/rules/structure/accesslint-009.d.ts.map +0 -1
  342. package/dist/rules/structure/accesslint-010.d.ts +0 -2
  343. package/dist/rules/structure/accesslint-010.d.ts.map +0 -1
  344. package/dist/rules/structure/accesslint-033.d.ts +0 -3
  345. package/dist/rules/structure/accesslint-033.d.ts.map +0 -1
  346. package/dist/rules/structure/accesslint-034.d.ts +0 -3
  347. package/dist/rules/structure/accesslint-034.d.ts.map +0 -1
  348. package/dist/rules/structure/accesslint-035.d.ts +0 -3
  349. package/dist/rules/structure/accesslint-035.d.ts.map +0 -1
  350. package/dist/rules/structure/accesslint-036.d.ts +0 -3
  351. package/dist/rules/structure/accesslint-036.d.ts.map +0 -1
  352. package/dist/rules/structure/accesslint-037.d.ts +0 -2
  353. package/dist/rules/structure/accesslint-037.d.ts.map +0 -1
  354. package/dist/rules/structure/accesslint-038.d.ts +0 -2
  355. package/dist/rules/structure/accesslint-038.d.ts.map +0 -1
  356. package/dist/rules/structure/accesslint-039.d.ts +0 -2
  357. package/dist/rules/structure/accesslint-039.d.ts.map +0 -1
  358. package/dist/rules/structure/accesslint-040.d.ts +0 -2
  359. package/dist/rules/structure/accesslint-040.d.ts.map +0 -1
  360. package/dist/rules/structure/accesslint-041.d.ts +0 -2
  361. package/dist/rules/structure/accesslint-041.d.ts.map +0 -1
  362. package/dist/rules/structure/accesslint-042.d.ts +0 -3
  363. package/dist/rules/structure/accesslint-042.d.ts.map +0 -1
  364. package/dist/rules/structure/accesslint-043.d.ts +0 -3
  365. package/dist/rules/structure/accesslint-043.d.ts.map +0 -1
  366. package/dist/rules/structure/accesslint-044.d.ts +0 -3
  367. package/dist/rules/structure/accesslint-044.d.ts.map +0 -1
  368. package/dist/rules/structure/accesslint-045.d.ts +0 -3
  369. package/dist/rules/structure/accesslint-045.d.ts.map +0 -1
  370. package/dist/rules/structure/accesslint-046.d.ts +0 -2
  371. package/dist/rules/structure/accesslint-046.d.ts.map +0 -1
  372. package/dist/rules/structure/accesslint-047.d.ts +0 -3
  373. package/dist/rules/structure/accesslint-047.d.ts.map +0 -1
  374. package/dist/rules/structure/accesslint-048.d.ts +0 -3
  375. package/dist/rules/structure/accesslint-048.d.ts.map +0 -1
  376. package/dist/rules/structure/accesslint-049.d.ts +0 -2
  377. package/dist/rules/structure/accesslint-049.d.ts.map +0 -1
  378. package/dist/rules/structure/accesslint-050.d.ts +0 -3
  379. package/dist/rules/structure/accesslint-050.d.ts.map +0 -1
  380. package/dist/rules/structure/accesslint-051.d.ts +0 -3
  381. package/dist/rules/structure/accesslint-051.d.ts.map +0 -1
  382. package/dist/rules/structure/accesslint-052.d.ts +0 -3
  383. package/dist/rules/structure/accesslint-052.d.ts.map +0 -1
  384. package/dist/rules/structure/accesslint-053.d.ts +0 -3
  385. package/dist/rules/structure/accesslint-053.d.ts.map +0 -1
  386. package/dist/rules/structure/text-spacing-helpers.d.ts.map +0 -1
  387. package/dist/rules/tables/accesslint-084.d.ts +0 -3
  388. package/dist/rules/tables/accesslint-084.d.ts.map +0 -1
  389. package/dist/rules/tables/accesslint-085.d.ts +0 -3
  390. package/dist/rules/tables/accesslint-085.d.ts.map +0 -1
  391. package/dist/rules/tables/accesslint-086.d.ts +0 -3
  392. package/dist/rules/tables/accesslint-086.d.ts.map +0 -1
  393. package/dist/rules/tables/accesslint-087.d.ts +0 -3
  394. package/dist/rules/tables/accesslint-087.d.ts.map +0 -1
  395. package/dist/rules/tables/accesslint-088.d.ts +0 -3
  396. package/dist/rules/tables/accesslint-088.d.ts.map +0 -1
  397. package/dist/rules/tables/utils.d.ts.map +0 -1
  398. /package/dist/rules/{color → distinguishable}/color-contrast-helpers.d.ts +0 -0
  399. /package/dist/rules/{structure → distinguishable}/text-spacing-helpers.d.ts +0 -0
  400. /package/dist/rules/{language → readable}/constants.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-label.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/form-label.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAwFrC,eAAO,MAAM,SAAS,EAAE,IAiDvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const frameTitleUnique: Rule;
3
+ //# sourceMappingURL=frame-title-unique.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frame-title-unique.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/frame-title-unique.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC,eAAO,MAAM,gBAAgB,EAAE,IA0C9B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const frameTitle: Rule;
3
+ //# sourceMappingURL=frame-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frame-title.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/frame-title.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC,eAAO,MAAM,UAAU,EAAE,IA8BxB,CAAC"}
@@ -3,4 +3,4 @@ export declare const ARIA_ID_ATTRS: string[];
3
3
  * Collect all IDs referenced by ARIA attributes and `label[for]` in the document.
4
4
  */
5
5
  export declare function collectActiveIdRefs(doc: Document): Set<string>;
6
- //# sourceMappingURL=constants.d.ts.map
6
+ //# sourceMappingURL=id-ref-constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"id-ref-constants.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/id-ref-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,UAAuF,CAAC;AAElH;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,QAAQ,GAAG,GAAG,CAAC,MAAM,CAAC,CAgB9D"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const inputButtonName: Rule;
3
+ //# sourceMappingURL=input-button-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-button-name.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/input-button-name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,eAAe,EAAE,IAiC7B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const labelContentMismatch: Rule;
3
+ //# sourceMappingURL=label-content-mismatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label-content-mismatch.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/label-content-mismatch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAqCrC,eAAO,MAAM,oBAAoB,EAAE,IA0FlC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const labelTitleOnly: Rule;
3
+ //# sourceMappingURL=label-title-only.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label-title-only.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/label-title-only.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC,eAAO,MAAM,cAAc,EAAE,IAuC5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const multipleLabels: Rule;
3
+ //# sourceMappingURL=multiple-labels.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multiple-labels.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/multiple-labels.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,cAAc,EAAE,IAiD5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const summaryName: Rule;
3
+ //# sourceMappingURL=summary-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summary-name.d.ts","sourceRoot":"","sources":["../../../src/rules/labels-and-names/summary-name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,WAAW,EAAE,IA8BzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const bannerIsTopLevel: import("../types").Rule;
2
+ //# sourceMappingURL=banner-is-top-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banner-is-top-level.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/banner-is-top-level.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAM3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const complementaryIsTopLevel: Rule;
3
+ //# sourceMappingURL=complementary-is-top-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"complementary-is-top-level.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/complementary-is-top-level.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAGhD,eAAO,MAAM,uBAAuB,EAAE,IA+BrC,CAAC"}
@@ -21,7 +21,6 @@ export declare function makeNestedLandmarkRule(opts: {
21
21
  landmarkName: string;
22
22
  description: string;
23
23
  guidance: string;
24
- prompt: string;
25
24
  }): Rule;
26
25
  /**
27
26
  * Factory for "no duplicate landmark" rules. These rules check that at most
@@ -33,7 +32,6 @@ export declare function makeNoDuplicateLandmarkRule(opts: {
33
32
  landmarkName: string;
34
33
  description: string;
35
34
  guidance: string;
36
- prompt: string;
37
35
  filterTopLevel: boolean;
38
36
  }): Rule;
39
37
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/rules/structure/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAGhD,mFAAmF;AACnF,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAUrD;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CAAE,GAAG,IAAI,CAYzG;AAGD,eAAO,MAAM,mBAAmB,gJAAsI,CAAC;AAGvK,eAAO,MAAM,iBAAiB,+XAA2W,CAAC;AAE1Y;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAyBP;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CA8BP"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAGhD,mFAAmF;AACnF,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAUrD;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CAAE,GAAG,IAAI,CAYzG;AAGD,eAAO,MAAM,mBAAmB,gJAAsI,CAAC;AAGvK,eAAO,MAAM,iBAAiB,+XAA2W,CAAC;AAE1Y;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;CAClB,GAAG,IAAI,CA0BP;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CA+BP"}
@@ -0,0 +1,2 @@
1
+ export declare const contentinfoIsTopLevel: import("../types").Rule;
2
+ //# sourceMappingURL=contentinfo-is-top-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentinfo-is-top-level.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/contentinfo-is-top-level.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,yBAMhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const landmarkMain: Rule;
3
+ //# sourceMappingURL=landmark-main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"landmark-main.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/landmark-main.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC,eAAO,MAAM,YAAY,EAAE,IA+B1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const landmarkUnique: Rule;
3
+ //# sourceMappingURL=landmark-unique.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"landmark-unique.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/landmark-unique.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAIhD,eAAO,MAAM,cAAc,EAAE,IAiD5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const mainIsTopLevel: Rule;
3
+ //# sourceMappingURL=main-is-top-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main-is-top-level.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/main-is-top-level.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAGhD,eAAO,MAAM,cAAc,EAAE,IA4B5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const noDuplicateBanner: import("../types").Rule;
2
+ //# sourceMappingURL=no-duplicate-banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-duplicate-banner.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/no-duplicate-banner.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAO5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const noDuplicateContentinfo: import("../types").Rule;
2
+ //# sourceMappingURL=no-duplicate-contentinfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-duplicate-contentinfo.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/no-duplicate-contentinfo.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAOjC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const noDuplicateMain: import("../types").Rule;
2
+ //# sourceMappingURL=no-duplicate-main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-duplicate-main.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/no-duplicate-main.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,yBAO1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const region: Rule;
3
+ //# sourceMappingURL=region.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../../src/rules/landmarks/region.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAKhD,eAAO,MAAM,MAAM,EAAE,IA4CpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const bypass: Rule;
3
+ //# sourceMappingURL=bypass.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bypass.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/bypass.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,MAAM,EAAE,IA+CpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const documentTitle: Rule;
3
+ //# sourceMappingURL=document-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-title.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/document-title.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,aAAa,EAAE,IAkC3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const emptyHeading: Rule;
3
+ //# sourceMappingURL=empty-heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-heading.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/empty-heading.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,YAAY,EAAE,IAuC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const headingOrder: Rule;
3
+ //# sourceMappingURL=heading-order.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading-order.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/heading-order.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,YAAY,EAAE,IAuC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const linkName: Rule;
3
+ //# sourceMappingURL=link-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link-name.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/link-name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AA0BrC,eAAO,MAAM,QAAQ,EAAE,IAgCtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const pAsHeading: Rule;
3
+ //# sourceMappingURL=p-as-heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-as-heading.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/p-as-heading.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,UAAU,EAAE,IAmDxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const pageHasHeadingOne: Rule;
3
+ //# sourceMappingURL=page-has-heading-one.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page-has-heading-one.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/page-has-heading-one.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC,eAAO,MAAM,iBAAiB,EAAE,IAsC/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const skipLink: Rule;
3
+ //# sourceMappingURL=skip-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-link.d.ts","sourceRoot":"","sources":["../../../src/rules/navigable/skip-link.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,QAAQ,EAAE,IA4CtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/rules/language/constants.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,qBAAqB,aASjC,CAAC;AAGF,eAAO,MAAM,mBAAmB,aAW/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAmC,CAAC;AAElE,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAQpD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,OAAO,GAAG,OAAO,CAsCvD"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/rules/readable/constants.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,qBAAqB,aASjC,CAAC;AAGF,eAAO,MAAM,mBAAmB,aAW/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAmC,CAAC;AAElE,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAQpD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,OAAO,GAAG,OAAO,CAsCvD"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const htmlHasLang: Rule;
3
+ //# sourceMappingURL=html-has-lang.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-has-lang.d.ts","sourceRoot":"","sources":["../../../src/rules/readable/html-has-lang.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC,eAAO,MAAM,WAAW,EAAE,IA0CzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const htmlLangValid: Rule;
3
+ //# sourceMappingURL=html-lang-valid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-lang-valid.d.ts","sourceRoot":"","sources":["../../../src/rules/readable/html-lang-valid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,aAAa,EAAE,IAwB3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const htmlXmlLangMismatch: Rule;
3
+ //# sourceMappingURL=html-xml-lang-mismatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-xml-lang-mismatch.d.ts","sourceRoot":"","sources":["../../../src/rules/readable/html-xml-lang-mismatch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC,eAAO,MAAM,mBAAmB,EAAE,IAiCjC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const validLang: Rule;
3
+ //# sourceMappingURL=valid-lang.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"valid-lang.d.ts","sourceRoot":"","sources":["../../../src/rules/readable/valid-lang.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC,eAAO,MAAM,SAAS,EAAE,IAmDvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const areaAlt: Rule;
3
+ //# sourceMappingURL=area-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"area-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/area-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,OAAO,EAAE,IA6BrB,CAAC"}
@@ -5,5 +5,5 @@ import type { Rule } from "../types";
5
5
  * words are redundant. Separate from image-redundant-alt because axe-core
6
6
  * does not have an equivalent check.
7
7
  */
8
- export declare const accesslint015: Rule;
9
- //# sourceMappingURL=accesslint-015.d.ts.map
8
+ export declare const imageAltWords: Rule;
9
+ //# sourceMappingURL=image-alt-words.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-alt-words.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/image-alt-words.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAKrC;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,IAgC3B,CAAC"}
@@ -3,5 +3,5 @@ import type { Rule } from "../types";
3
3
  * Checks if alt text duplicates adjacent link or button text.
4
4
  * Maps to axe-core's image-redundant-alt rule.
5
5
  */
6
- export declare const accesslint014: Rule;
7
- //# sourceMappingURL=accesslint-014.d.ts.map
6
+ export declare const imageRedundantAlt: Rule;
7
+ //# sourceMappingURL=image-redundant-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-redundant-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/image-redundant-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,IAsC/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const imgAlt: Rule;
3
+ //# sourceMappingURL=img-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"img-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/img-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAkCrC,eAAO,MAAM,MAAM,EAAE,IA0DpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const inputImageAlt: Rule;
3
+ //# sourceMappingURL=input-image-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-image-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/input-image-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,aAAa,EAAE,IA2B3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const objectAlt: Rule;
3
+ //# sourceMappingURL=object-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/object-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,SAAS,EAAE,IA8CvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const roleImgAlt: Rule;
3
+ //# sourceMappingURL=role-img-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"role-img-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/role-img-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,UAAU,EAAE,IAoCxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const svgImgAlt: Rule;
3
+ //# sourceMappingURL=svg-img-alt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg-img-alt.d.ts","sourceRoot":"","sources":["../../../src/rules/text-alternatives/svg-img-alt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAmBrC,eAAO,MAAM,SAAS,EAAE,IAiCvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const audioTranscript: Rule;
3
+ //# sourceMappingURL=audio-transcript.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audio-transcript.d.ts","sourceRoot":"","sources":["../../../src/rules/time-based-media/audio-transcript.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,eAAe,EAAE,IAyC7B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Rule } from "../types";
2
+ export declare const videoCaptions: Rule;
3
+ //# sourceMappingURL=video-captions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"video-captions.d.ts","sourceRoot":"","sources":["../../../src/rules/time-based-media/video-captions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,aAAa,EAAE,IAiC3B,CAAC"}
@@ -1,26 +1,61 @@
1
+ /**
2
+ * How easily an agent can fix violations of this rule:
3
+ * - `mechanical`: Deterministic fix, no judgment needed (e.g., remove tabindex > 0)
4
+ * - `contextual`: Needs surrounding context but an LLM can reason about it (e.g., suggest alt text)
5
+ * - `visual`: Requires seeing the rendered output or design intent (e.g., color contrast)
6
+ */
7
+ export type Fixability = "mechanical" | "contextual" | "visual";
1
8
  export interface Rule {
2
9
  id: string;
10
+ category: string;
3
11
  actRuleIds?: string[];
4
12
  wcag: string[];
5
13
  level: "A" | "AA" | "AAA";
6
14
  tags?: string[];
15
+ /** How easily an agent can fix violations of this rule */
16
+ fixability?: Fixability;
7
17
  description: string;
8
18
  /** Generic remediation guidance for the AI to contextualize */
9
19
  guidance?: string;
10
- /** Tailored prompt for AI explanation of this specific rule violation */
11
- prompt?: string;
12
20
  run(doc: Document): Violation[];
13
21
  }
22
+ /** Structured fix suggestion for agents and automated tooling */
23
+ export type FixSuggestion = {
24
+ type: "add-attribute";
25
+ attribute: string;
26
+ value: string;
27
+ } | {
28
+ type: "set-attribute";
29
+ attribute: string;
30
+ value: string;
31
+ } | {
32
+ type: "remove-attribute";
33
+ attribute: string;
34
+ } | {
35
+ type: "add-element";
36
+ tag: string;
37
+ parent: string;
38
+ attributes?: Record<string, string>;
39
+ textContent?: string;
40
+ } | {
41
+ type: "remove-element";
42
+ } | {
43
+ type: "add-text-content";
44
+ text?: string;
45
+ } | {
46
+ type: "suggest";
47
+ suggestion: string;
48
+ };
14
49
  export interface Violation {
15
50
  ruleId: string;
16
51
  selector: string;
17
52
  html: string;
18
53
  impact: "critical" | "serious" | "moderate" | "minor";
19
54
  message: string;
20
- /** Rule-specific surrounding context to help AI understand the issue */
55
+ /** Surrounding context for understanding the violation (shown in reports and used by AI) */
21
56
  context?: string;
22
- /** Additional context for AI guidance only (not displayed to user) */
23
- aiContext?: string;
57
+ /** Structured fix suggestion for agents and automated tooling */
58
+ fix?: FixSuggestion;
24
59
  element?: Element;
25
60
  }
26
61
  export interface AuditResult {
@@ -29,6 +64,14 @@ export interface AuditResult {
29
64
  violations: Violation[];
30
65
  ruleCount: number;
31
66
  }
67
+ export interface DiffResult {
68
+ /** Violations present in `after` but not in `before` */
69
+ added: Violation[];
70
+ /** Violations present in `before` but not in `after` */
71
+ fixed: Violation[];
72
+ /** Violations present in both */
73
+ unchanged: Violation[];
74
+ }
32
75
  export interface SelectorExistsCheck {
33
76
  type: "selector-exists";
34
77
  }
@@ -71,8 +114,9 @@ export interface DeclarativeRule {
71
114
  wcag: string[];
72
115
  level: "A" | "AA" | "AAA";
73
116
  tags?: string[];
117
+ fixability?: Fixability;
74
118
  guidance?: string;
75
- prompt?: string;
119
+ fix?: FixSuggestion;
76
120
  skipAriaHidden?: boolean;
77
121
  documentOnly?: boolean;
78
122
  }
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/rules/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/rules/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG,YAAY,GAAG,QAAQ,CAAC;AAEhE,MAAM,WAAW,IAAI;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,0DAA0D;IAC1D,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,GAAG,EAAE,QAAQ,GAAG,SAAS,EAAE,CAAC;CACjC;AAED,iEAAiE;AACjE,MAAM,MAAM,aAAa,GACrB;IAAE,IAAI,EAAE,eAAe,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC3D;IAAE,IAAI,EAAE,eAAe,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC3D;IAAE,IAAI,EAAE,kBAAkB,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,GAC/C;IAAE,IAAI,EAAE,aAAa,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,GAC/G;IAAE,IAAI,EAAE,gBAAgB,CAAA;CAAE,GAC1B;IAAE,IAAI,EAAE,kBAAkB,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,GAC3C;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAAC;AAE5C,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IACtD,OAAO,EAAE,MAAM,CAAC;IAChB,4FAA4F;IAC5F,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,wDAAwD;IACxD,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,wDAAwD;IACxD,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,iCAAiC;IACjC,SAAS,EAAE,SAAS,EAAE,CAAC;CACxB;AAID,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,iBAAiB,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,QAAQ,CAAC;IACnD,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,iBAAiB,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,gBAAgB,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,eAAe,CAAC;IACtB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,4DAA4D;IAC5D,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B;AAED,MAAM,MAAM,SAAS,GACjB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,mBAAmB,GACnB,kBAAkB,GAClB,iBAAiB,CAAC;AAEtB,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC;IACjB,MAAM,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IACtD,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accesslint/core",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "Pure accessibility rule engine — WCAG audit with zero browser dependencies",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint054: Rule;
3
- //# sourceMappingURL=accesslint-054.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-054.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-054.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAIrC,eAAO,MAAM,aAAa,EAAE,IAiC3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint055: Rule;
3
- //# sourceMappingURL=accesslint-055.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-055.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-055.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC,eAAO,MAAM,aAAa,EAAE,IAa3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint056: Rule;
3
- //# sourceMappingURL=accesslint-056.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-056.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-056.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGrC,eAAO,MAAM,aAAa,EAAE,IAa3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint057: Rule;
3
- //# sourceMappingURL=accesslint-057.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-057.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-057.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAmBrC,eAAO,MAAM,aAAa,EAAE,IAiD3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint058: Rule;
3
- //# sourceMappingURL=accesslint-058.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-058.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-058.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAgFrC,eAAO,MAAM,aAAa,EAAE,IA2C3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint059: Rule;
3
- //# sourceMappingURL=accesslint-059.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-059.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-059.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AA+IrC,eAAO,MAAM,aAAa,EAAE,IA8C3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint060: Rule;
3
- //# sourceMappingURL=accesslint-060.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accesslint-060.d.ts","sourceRoot":"","sources":["../../../src/rules/aria/accesslint-060.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,UAAU,CAAC;AAoEhD,eAAO,MAAM,aAAa,EAAE,IAkD3B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Rule } from "../types";
2
- export declare const accesslint061: Rule;
3
- //# sourceMappingURL=accesslint-061.d.ts.map