@axe-core/watcher 3.17.2 โ†’ 3.18.0-rc.fb2cbf0d

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 (375) hide show
  1. package/LICENSES-3RD-PARTY.md +1 -1
  2. package/dist/Controller.d.ts +9 -4
  3. package/dist/Controller.js +147 -86
  4. package/dist/Controller.js.map +1 -1
  5. package/dist/cypress.d.ts +1 -0
  6. package/dist/cypress.js +8 -3
  7. package/dist/cypress.js.map +1 -1
  8. package/dist/cypressCommands.d.ts +7 -4
  9. package/dist/cypressCommands.js +112 -50
  10. package/dist/cypressCommands.js.map +1 -1
  11. package/dist/playwright.js +5 -5
  12. package/dist/playwright.js.map +1 -1
  13. package/dist/playwrightTest.js +5 -0
  14. package/dist/playwrightTest.js.map +1 -1
  15. package/dist/utils/newHeadlessPlaywrightNotSupportedError.d.ts +5 -0
  16. package/dist/utils/newHeadlessPlaywrightNotSupportedError.js +19 -0
  17. package/dist/utils/newHeadlessPlaywrightNotSupportedError.js.map +1 -0
  18. package/dist/utils/validateHeadlessPlaywright.d.ts +7 -0
  19. package/dist/utils/validateHeadlessPlaywright.js +36 -0
  20. package/dist/utils/validateHeadlessPlaywright.js.map +1 -0
  21. package/dist/utils/writeVariables.d.ts +13 -1
  22. package/dist/utils/writeVariables.js +12 -2
  23. package/dist/utils/writeVariables.js.map +1 -1
  24. package/extension/axe-versions/axe-core@4.10.0/axe.min.js +12 -0
  25. package/extension/axe-versions/axe-core@4.10.0/locales/README.md +9 -0
  26. package/extension/axe-versions/axe-core@4.10.0/locales/_template.json +1123 -0
  27. package/extension/axe-versions/axe-core@4.10.0/locales/da.json +799 -0
  28. package/extension/axe-versions/axe-core@4.10.0/locales/de.json +1123 -0
  29. package/extension/axe-versions/axe-core@4.10.0/locales/el.json +1069 -0
  30. package/extension/axe-versions/axe-core@4.10.0/locales/es.json +790 -0
  31. package/extension/axe-versions/axe-core@4.10.0/locales/eu.json +789 -0
  32. package/extension/axe-versions/axe-core@4.10.0/locales/fr.json +994 -0
  33. package/extension/axe-versions/axe-core@4.10.0/locales/he.json +1017 -0
  34. package/extension/axe-versions/axe-core@4.10.0/locales/it.json +1108 -0
  35. package/extension/axe-versions/axe-core@4.10.0/locales/ja.json +1118 -0
  36. package/extension/axe-versions/axe-core@4.10.0/locales/ko.json +1003 -0
  37. package/extension/axe-versions/axe-core@4.10.0/locales/nl.json +48 -0
  38. package/extension/axe-versions/axe-core@4.10.0/locales/no_NB.json +799 -0
  39. package/extension/axe-versions/axe-core@4.10.0/locales/pl.json +1109 -0
  40. package/extension/axe-versions/axe-core@4.10.0/locales/pt_BR.json +970 -0
  41. package/extension/axe-versions/axe-core@4.10.0/locales/zh_CN.json +1116 -0
  42. package/extension/axe-versions/axe-core@4.10.0/locales/zh_TW.json +1108 -0
  43. package/extension/axe-versions/axe-core@4.10.1/axe.min.js +12 -0
  44. package/extension/axe-versions/axe-core@4.10.1/locales/README.md +9 -0
  45. package/extension/axe-versions/axe-core@4.10.1/locales/_template.json +1123 -0
  46. package/extension/axe-versions/axe-core@4.10.1/locales/da.json +799 -0
  47. package/extension/axe-versions/axe-core@4.10.1/locales/de.json +1123 -0
  48. package/extension/axe-versions/axe-core@4.10.1/locales/el.json +1069 -0
  49. package/extension/axe-versions/axe-core@4.10.1/locales/es.json +790 -0
  50. package/extension/axe-versions/axe-core@4.10.1/locales/eu.json +789 -0
  51. package/extension/axe-versions/axe-core@4.10.1/locales/fr.json +994 -0
  52. package/extension/axe-versions/axe-core@4.10.1/locales/he.json +1017 -0
  53. package/extension/axe-versions/axe-core@4.10.1/locales/it.json +1108 -0
  54. package/extension/axe-versions/axe-core@4.10.1/locales/ja.json +1118 -0
  55. package/extension/axe-versions/axe-core@4.10.1/locales/ko.json +1003 -0
  56. package/extension/axe-versions/axe-core@4.10.1/locales/nl.json +48 -0
  57. package/extension/axe-versions/axe-core@4.10.1/locales/no_NB.json +799 -0
  58. package/extension/axe-versions/axe-core@4.10.1/locales/pl.json +1109 -0
  59. package/extension/axe-versions/axe-core@4.10.1/locales/pt_BR.json +970 -0
  60. package/extension/axe-versions/axe-core@4.10.1/locales/zh_CN.json +1116 -0
  61. package/extension/axe-versions/axe-core@4.10.1/locales/zh_TW.json +1108 -0
  62. package/extension/axe-versions/axe-core@4.10.2/axe.min.js +12 -0
  63. package/extension/axe-versions/axe-core@4.10.2/locales/README.md +9 -0
  64. package/extension/axe-versions/axe-core@4.10.2/locales/_template.json +1123 -0
  65. package/extension/axe-versions/axe-core@4.10.2/locales/da.json +799 -0
  66. package/extension/axe-versions/axe-core@4.10.2/locales/de.json +1123 -0
  67. package/extension/axe-versions/axe-core@4.10.2/locales/el.json +1069 -0
  68. package/extension/axe-versions/axe-core@4.10.2/locales/es.json +790 -0
  69. package/extension/axe-versions/axe-core@4.10.2/locales/eu.json +789 -0
  70. package/extension/axe-versions/axe-core@4.10.2/locales/fr.json +994 -0
  71. package/extension/axe-versions/axe-core@4.10.2/locales/he.json +1017 -0
  72. package/extension/axe-versions/axe-core@4.10.2/locales/it.json +1108 -0
  73. package/extension/axe-versions/axe-core@4.10.2/locales/ja.json +1118 -0
  74. package/extension/axe-versions/axe-core@4.10.2/locales/ko.json +1003 -0
  75. package/extension/axe-versions/axe-core@4.10.2/locales/nl.json +48 -0
  76. package/extension/axe-versions/axe-core@4.10.2/locales/no_NB.json +799 -0
  77. package/extension/axe-versions/axe-core@4.10.2/locales/pl.json +1109 -0
  78. package/extension/axe-versions/axe-core@4.10.2/locales/pt_BR.json +970 -0
  79. package/extension/axe-versions/axe-core@4.10.2/locales/zh_CN.json +1116 -0
  80. package/extension/axe-versions/axe-core@4.10.2/locales/zh_TW.json +1108 -0
  81. package/extension/axe-versions/axe-core@4.4.0/axe.min.js +12 -0
  82. package/extension/axe-versions/axe-core@4.4.0/locales/da.json +797 -0
  83. package/extension/axe-versions/axe-core@4.4.0/locales/de.json +934 -0
  84. package/extension/axe-versions/axe-core@4.4.0/locales/es.json +788 -0
  85. package/extension/axe-versions/axe-core@4.4.0/locales/eu.json +787 -0
  86. package/extension/axe-versions/axe-core@4.4.0/locales/fr.json +984 -0
  87. package/extension/axe-versions/axe-core@4.4.0/locales/ja.json +966 -0
  88. package/extension/axe-versions/axe-core@4.4.0/locales/ko.json +981 -0
  89. package/extension/axe-versions/axe-core@4.4.0/locales/nl.json +48 -0
  90. package/extension/axe-versions/axe-core@4.4.0/locales/pl.json +965 -0
  91. package/extension/axe-versions/axe-core@4.4.0/locales/pt_BR.json +968 -0
  92. package/extension/axe-versions/axe-core@4.4.1/axe.min.js +12 -0
  93. package/extension/axe-versions/axe-core@4.4.1/locales/da.json +797 -0
  94. package/extension/axe-versions/axe-core@4.4.1/locales/de.json +934 -0
  95. package/extension/axe-versions/axe-core@4.4.1/locales/es.json +788 -0
  96. package/extension/axe-versions/axe-core@4.4.1/locales/eu.json +787 -0
  97. package/extension/axe-versions/axe-core@4.4.1/locales/fr.json +984 -0
  98. package/extension/axe-versions/axe-core@4.4.1/locales/ja.json +966 -0
  99. package/extension/axe-versions/axe-core@4.4.1/locales/ko.json +1001 -0
  100. package/extension/axe-versions/axe-core@4.4.1/locales/nl.json +48 -0
  101. package/extension/axe-versions/axe-core@4.4.1/locales/pl.json +965 -0
  102. package/extension/axe-versions/axe-core@4.4.1/locales/pt_BR.json +968 -0
  103. package/extension/axe-versions/axe-core@4.4.2/axe.min.js +12 -0
  104. package/extension/axe-versions/axe-core@4.4.2/locales/da.json +797 -0
  105. package/extension/axe-versions/axe-core@4.4.2/locales/de.json +934 -0
  106. package/extension/axe-versions/axe-core@4.4.2/locales/es.json +788 -0
  107. package/extension/axe-versions/axe-core@4.4.2/locales/eu.json +787 -0
  108. package/extension/axe-versions/axe-core@4.4.2/locales/fr.json +984 -0
  109. package/extension/axe-versions/axe-core@4.4.2/locales/ja.json +990 -0
  110. package/extension/axe-versions/axe-core@4.4.2/locales/ko.json +1001 -0
  111. package/extension/axe-versions/axe-core@4.4.2/locales/nl.json +48 -0
  112. package/extension/axe-versions/axe-core@4.4.2/locales/pl.json +965 -0
  113. package/extension/axe-versions/axe-core@4.4.2/locales/pt_BR.json +968 -0
  114. package/extension/axe-versions/axe-core@4.4.3/axe.min.js +12 -0
  115. package/extension/axe-versions/axe-core@4.4.3/locales/da.json +797 -0
  116. package/extension/axe-versions/axe-core@4.4.3/locales/de.json +934 -0
  117. package/extension/axe-versions/axe-core@4.4.3/locales/es.json +788 -0
  118. package/extension/axe-versions/axe-core@4.4.3/locales/eu.json +787 -0
  119. package/extension/axe-versions/axe-core@4.4.3/locales/fr.json +984 -0
  120. package/extension/axe-versions/axe-core@4.4.3/locales/ja.json +990 -0
  121. package/extension/axe-versions/axe-core@4.4.3/locales/ko.json +1001 -0
  122. package/extension/axe-versions/axe-core@4.4.3/locales/nl.json +48 -0
  123. package/extension/axe-versions/axe-core@4.4.3/locales/pl.json +965 -0
  124. package/extension/axe-versions/axe-core@4.4.3/locales/pt_BR.json +968 -0
  125. package/extension/axe-versions/axe-core@4.5.0/axe.min.js +12 -0
  126. package/extension/axe-versions/axe-core@4.5.0/locales/_template.json +1067 -0
  127. package/extension/axe-versions/axe-core@4.5.0/locales/da.json +797 -0
  128. package/extension/axe-versions/axe-core@4.5.0/locales/de.json +934 -0
  129. package/extension/axe-versions/axe-core@4.5.0/locales/es.json +788 -0
  130. package/extension/axe-versions/axe-core@4.5.0/locales/eu.json +787 -0
  131. package/extension/axe-versions/axe-core@4.5.0/locales/fr.json +984 -0
  132. package/extension/axe-versions/axe-core@4.5.0/locales/he.json +1015 -0
  133. package/extension/axe-versions/axe-core@4.5.0/locales/ja.json +990 -0
  134. package/extension/axe-versions/axe-core@4.5.0/locales/ko.json +1001 -0
  135. package/extension/axe-versions/axe-core@4.5.0/locales/nl.json +48 -0
  136. package/extension/axe-versions/axe-core@4.5.0/locales/no_NB.json +797 -0
  137. package/extension/axe-versions/axe-core@4.5.0/locales/pl.json +965 -0
  138. package/extension/axe-versions/axe-core@4.5.0/locales/pt_BR.json +968 -0
  139. package/extension/axe-versions/axe-core@4.5.1/axe.min.js +12 -0
  140. package/extension/axe-versions/axe-core@4.5.1/locales/_template.json +1067 -0
  141. package/extension/axe-versions/axe-core@4.5.1/locales/da.json +797 -0
  142. package/extension/axe-versions/axe-core@4.5.1/locales/de.json +934 -0
  143. package/extension/axe-versions/axe-core@4.5.1/locales/es.json +788 -0
  144. package/extension/axe-versions/axe-core@4.5.1/locales/eu.json +787 -0
  145. package/extension/axe-versions/axe-core@4.5.1/locales/fr.json +984 -0
  146. package/extension/axe-versions/axe-core@4.5.1/locales/he.json +1015 -0
  147. package/extension/axe-versions/axe-core@4.5.1/locales/ja.json +990 -0
  148. package/extension/axe-versions/axe-core@4.5.1/locales/ko.json +1001 -0
  149. package/extension/axe-versions/axe-core@4.5.1/locales/nl.json +48 -0
  150. package/extension/axe-versions/axe-core@4.5.1/locales/no_NB.json +797 -0
  151. package/extension/axe-versions/axe-core@4.5.1/locales/pl.json +965 -0
  152. package/extension/axe-versions/axe-core@4.5.1/locales/pt_BR.json +968 -0
  153. package/extension/axe-versions/axe-core@4.5.2/axe.min.js +12 -0
  154. package/extension/axe-versions/axe-core@4.5.2/locales/_template.json +1067 -0
  155. package/extension/axe-versions/axe-core@4.5.2/locales/da.json +797 -0
  156. package/extension/axe-versions/axe-core@4.5.2/locales/de.json +934 -0
  157. package/extension/axe-versions/axe-core@4.5.2/locales/es.json +788 -0
  158. package/extension/axe-versions/axe-core@4.5.2/locales/eu.json +787 -0
  159. package/extension/axe-versions/axe-core@4.5.2/locales/fr.json +984 -0
  160. package/extension/axe-versions/axe-core@4.5.2/locales/he.json +1015 -0
  161. package/extension/axe-versions/axe-core@4.5.2/locales/ja.json +990 -0
  162. package/extension/axe-versions/axe-core@4.5.2/locales/ko.json +1001 -0
  163. package/extension/axe-versions/axe-core@4.5.2/locales/nl.json +48 -0
  164. package/extension/axe-versions/axe-core@4.5.2/locales/no_NB.json +797 -0
  165. package/extension/axe-versions/axe-core@4.5.2/locales/pl.json +965 -0
  166. package/extension/axe-versions/axe-core@4.5.2/locales/pt_BR.json +968 -0
  167. package/extension/axe-versions/axe-core@4.6.0/axe.min.js +12 -0
  168. package/extension/axe-versions/axe-core@4.6.0/locales/_template.json +1067 -0
  169. package/extension/axe-versions/axe-core@4.6.0/locales/da.json +797 -0
  170. package/extension/axe-versions/axe-core@4.6.0/locales/de.json +934 -0
  171. package/extension/axe-versions/axe-core@4.6.0/locales/es.json +788 -0
  172. package/extension/axe-versions/axe-core@4.6.0/locales/eu.json +787 -0
  173. package/extension/axe-versions/axe-core@4.6.0/locales/fr.json +984 -0
  174. package/extension/axe-versions/axe-core@4.6.0/locales/he.json +1015 -0
  175. package/extension/axe-versions/axe-core@4.6.0/locales/ja.json +990 -0
  176. package/extension/axe-versions/axe-core@4.6.0/locales/ko.json +1001 -0
  177. package/extension/axe-versions/axe-core@4.6.0/locales/nl.json +48 -0
  178. package/extension/axe-versions/axe-core@4.6.0/locales/no_NB.json +797 -0
  179. package/extension/axe-versions/axe-core@4.6.0/locales/pl.json +965 -0
  180. package/extension/axe-versions/axe-core@4.6.0/locales/pt_BR.json +968 -0
  181. package/extension/axe-versions/axe-core@4.6.1/axe.min.js +12 -0
  182. package/extension/axe-versions/axe-core@4.6.1/locales/_template.json +1067 -0
  183. package/extension/axe-versions/axe-core@4.6.1/locales/da.json +797 -0
  184. package/extension/axe-versions/axe-core@4.6.1/locales/de.json +934 -0
  185. package/extension/axe-versions/axe-core@4.6.1/locales/es.json +788 -0
  186. package/extension/axe-versions/axe-core@4.6.1/locales/eu.json +787 -0
  187. package/extension/axe-versions/axe-core@4.6.1/locales/fr.json +984 -0
  188. package/extension/axe-versions/axe-core@4.6.1/locales/he.json +1015 -0
  189. package/extension/axe-versions/axe-core@4.6.1/locales/ja.json +990 -0
  190. package/extension/axe-versions/axe-core@4.6.1/locales/ko.json +1001 -0
  191. package/extension/axe-versions/axe-core@4.6.1/locales/nl.json +48 -0
  192. package/extension/axe-versions/axe-core@4.6.1/locales/no_NB.json +797 -0
  193. package/extension/axe-versions/axe-core@4.6.1/locales/pl.json +965 -0
  194. package/extension/axe-versions/axe-core@4.6.1/locales/pt_BR.json +968 -0
  195. package/extension/axe-versions/axe-core@4.6.2/axe.min.js +12 -0
  196. package/extension/axe-versions/axe-core@4.6.2/locales/_template.json +1067 -0
  197. package/extension/axe-versions/axe-core@4.6.2/locales/da.json +797 -0
  198. package/extension/axe-versions/axe-core@4.6.2/locales/de.json +934 -0
  199. package/extension/axe-versions/axe-core@4.6.2/locales/es.json +788 -0
  200. package/extension/axe-versions/axe-core@4.6.2/locales/eu.json +787 -0
  201. package/extension/axe-versions/axe-core@4.6.2/locales/fr.json +984 -0
  202. package/extension/axe-versions/axe-core@4.6.2/locales/he.json +1015 -0
  203. package/extension/axe-versions/axe-core@4.6.2/locales/ja.json +990 -0
  204. package/extension/axe-versions/axe-core@4.6.2/locales/ko.json +1001 -0
  205. package/extension/axe-versions/axe-core@4.6.2/locales/nl.json +48 -0
  206. package/extension/axe-versions/axe-core@4.6.2/locales/no_NB.json +797 -0
  207. package/extension/axe-versions/axe-core@4.6.2/locales/pl.json +965 -0
  208. package/extension/axe-versions/axe-core@4.6.2/locales/pt_BR.json +968 -0
  209. package/extension/axe-versions/axe-core@4.6.3/axe.min.js +12 -0
  210. package/extension/axe-versions/axe-core@4.6.3/locales/_template.json +1067 -0
  211. package/extension/axe-versions/axe-core@4.6.3/locales/da.json +797 -0
  212. package/extension/axe-versions/axe-core@4.6.3/locales/de.json +934 -0
  213. package/extension/axe-versions/axe-core@4.6.3/locales/es.json +788 -0
  214. package/extension/axe-versions/axe-core@4.6.3/locales/eu.json +787 -0
  215. package/extension/axe-versions/axe-core@4.6.3/locales/fr.json +984 -0
  216. package/extension/axe-versions/axe-core@4.6.3/locales/he.json +1015 -0
  217. package/extension/axe-versions/axe-core@4.6.3/locales/ja.json +990 -0
  218. package/extension/axe-versions/axe-core@4.6.3/locales/ko.json +1001 -0
  219. package/extension/axe-versions/axe-core@4.6.3/locales/nl.json +48 -0
  220. package/extension/axe-versions/axe-core@4.6.3/locales/no_NB.json +797 -0
  221. package/extension/axe-versions/axe-core@4.6.3/locales/pl.json +965 -0
  222. package/extension/axe-versions/axe-core@4.6.3/locales/pt_BR.json +968 -0
  223. package/extension/axe-versions/axe-core@4.7.0/axe.min.js +12 -0
  224. package/extension/axe-versions/axe-core@4.7.0/locales/_template.json +1067 -0
  225. package/extension/axe-versions/axe-core@4.7.0/locales/da.json +797 -0
  226. package/extension/axe-versions/axe-core@4.7.0/locales/de.json +934 -0
  227. package/extension/axe-versions/axe-core@4.7.0/locales/es.json +788 -0
  228. package/extension/axe-versions/axe-core@4.7.0/locales/eu.json +787 -0
  229. package/extension/axe-versions/axe-core@4.7.0/locales/fr.json +984 -0
  230. package/extension/axe-versions/axe-core@4.7.0/locales/he.json +1015 -0
  231. package/extension/axe-versions/axe-core@4.7.0/locales/ja.json +1070 -0
  232. package/extension/axe-versions/axe-core@4.7.0/locales/ko.json +1001 -0
  233. package/extension/axe-versions/axe-core@4.7.0/locales/nl.json +48 -0
  234. package/extension/axe-versions/axe-core@4.7.0/locales/no_NB.json +797 -0
  235. package/extension/axe-versions/axe-core@4.7.0/locales/pl.json +965 -0
  236. package/extension/axe-versions/axe-core@4.7.0/locales/pt_BR.json +968 -0
  237. package/extension/axe-versions/axe-core@4.7.1/axe.min.js +12 -0
  238. package/extension/axe-versions/axe-core@4.7.1/locales/_template.json +1079 -0
  239. package/extension/axe-versions/axe-core@4.7.1/locales/da.json +797 -0
  240. package/extension/axe-versions/axe-core@4.7.1/locales/de.json +934 -0
  241. package/extension/axe-versions/axe-core@4.7.1/locales/es.json +788 -0
  242. package/extension/axe-versions/axe-core@4.7.1/locales/eu.json +787 -0
  243. package/extension/axe-versions/axe-core@4.7.1/locales/fr.json +984 -0
  244. package/extension/axe-versions/axe-core@4.7.1/locales/he.json +1015 -0
  245. package/extension/axe-versions/axe-core@4.7.1/locales/ja.json +1070 -0
  246. package/extension/axe-versions/axe-core@4.7.1/locales/ko.json +1001 -0
  247. package/extension/axe-versions/axe-core@4.7.1/locales/nl.json +48 -0
  248. package/extension/axe-versions/axe-core@4.7.1/locales/no_NB.json +797 -0
  249. package/extension/axe-versions/axe-core@4.7.1/locales/pl.json +965 -0
  250. package/extension/axe-versions/axe-core@4.7.1/locales/pt_BR.json +968 -0
  251. package/extension/axe-versions/axe-core@4.7.2/axe.min.js +12 -0
  252. package/extension/axe-versions/axe-core@4.7.2/locales/_template.json +1079 -0
  253. package/extension/axe-versions/axe-core@4.7.2/locales/da.json +797 -0
  254. package/extension/axe-versions/axe-core@4.7.2/locales/de.json +934 -0
  255. package/extension/axe-versions/axe-core@4.7.2/locales/es.json +788 -0
  256. package/extension/axe-versions/axe-core@4.7.2/locales/eu.json +787 -0
  257. package/extension/axe-versions/axe-core@4.7.2/locales/fr.json +984 -0
  258. package/extension/axe-versions/axe-core@4.7.2/locales/he.json +1015 -0
  259. package/extension/axe-versions/axe-core@4.7.2/locales/ja.json +1070 -0
  260. package/extension/axe-versions/axe-core@4.7.2/locales/ko.json +1001 -0
  261. package/extension/axe-versions/axe-core@4.7.2/locales/nl.json +48 -0
  262. package/extension/axe-versions/axe-core@4.7.2/locales/no_NB.json +797 -0
  263. package/extension/axe-versions/axe-core@4.7.2/locales/pl.json +965 -0
  264. package/extension/axe-versions/axe-core@4.7.2/locales/pt_BR.json +968 -0
  265. package/extension/axe-versions/axe-core@4.8.0/axe.min.js +12 -0
  266. package/extension/axe-versions/axe-core@4.8.0/locales/_template.json +1108 -0
  267. package/extension/axe-versions/axe-core@4.8.0/locales/da.json +797 -0
  268. package/extension/axe-versions/axe-core@4.8.0/locales/de.json +934 -0
  269. package/extension/axe-versions/axe-core@4.8.0/locales/es.json +788 -0
  270. package/extension/axe-versions/axe-core@4.8.0/locales/eu.json +787 -0
  271. package/extension/axe-versions/axe-core@4.8.0/locales/fr.json +992 -0
  272. package/extension/axe-versions/axe-core@4.8.0/locales/he.json +1015 -0
  273. package/extension/axe-versions/axe-core@4.8.0/locales/ja.json +1108 -0
  274. package/extension/axe-versions/axe-core@4.8.0/locales/ko.json +1001 -0
  275. package/extension/axe-versions/axe-core@4.8.0/locales/nl.json +48 -0
  276. package/extension/axe-versions/axe-core@4.8.0/locales/no_NB.json +797 -0
  277. package/extension/axe-versions/axe-core@4.8.0/locales/pl.json +1107 -0
  278. package/extension/axe-versions/axe-core@4.8.0/locales/pt_BR.json +968 -0
  279. package/extension/axe-versions/axe-core@4.8.1/axe.min.js +12 -0
  280. package/extension/axe-versions/axe-core@4.8.1/locales/_template.json +1108 -0
  281. package/extension/axe-versions/axe-core@4.8.1/locales/da.json +797 -0
  282. package/extension/axe-versions/axe-core@4.8.1/locales/de.json +934 -0
  283. package/extension/axe-versions/axe-core@4.8.1/locales/es.json +788 -0
  284. package/extension/axe-versions/axe-core@4.8.1/locales/eu.json +787 -0
  285. package/extension/axe-versions/axe-core@4.8.1/locales/fr.json +992 -0
  286. package/extension/axe-versions/axe-core@4.8.1/locales/he.json +1015 -0
  287. package/extension/axe-versions/axe-core@4.8.1/locales/ja.json +1108 -0
  288. package/extension/axe-versions/axe-core@4.8.1/locales/ko.json +1001 -0
  289. package/extension/axe-versions/axe-core@4.8.1/locales/nl.json +48 -0
  290. package/extension/axe-versions/axe-core@4.8.1/locales/no_NB.json +797 -0
  291. package/extension/axe-versions/axe-core@4.8.1/locales/pl.json +1107 -0
  292. package/extension/axe-versions/axe-core@4.8.1/locales/pt_BR.json +968 -0
  293. package/extension/axe-versions/axe-core@4.8.2/axe.min.js +12 -0
  294. package/extension/axe-versions/axe-core@4.8.2/locales/_template.json +1108 -0
  295. package/extension/axe-versions/axe-core@4.8.2/locales/da.json +797 -0
  296. package/extension/axe-versions/axe-core@4.8.2/locales/de.json +934 -0
  297. package/extension/axe-versions/axe-core@4.8.2/locales/es.json +788 -0
  298. package/extension/axe-versions/axe-core@4.8.2/locales/eu.json +787 -0
  299. package/extension/axe-versions/axe-core@4.8.2/locales/fr.json +992 -0
  300. package/extension/axe-versions/axe-core@4.8.2/locales/he.json +1015 -0
  301. package/extension/axe-versions/axe-core@4.8.2/locales/ja.json +1108 -0
  302. package/extension/axe-versions/axe-core@4.8.2/locales/ko.json +1001 -0
  303. package/extension/axe-versions/axe-core@4.8.2/locales/nl.json +48 -0
  304. package/extension/axe-versions/axe-core@4.8.2/locales/no_NB.json +797 -0
  305. package/extension/axe-versions/axe-core@4.8.2/locales/pl.json +1107 -0
  306. package/extension/axe-versions/axe-core@4.8.2/locales/pt_BR.json +968 -0
  307. package/extension/axe-versions/axe-core@4.8.3/axe.min.js +12 -0
  308. package/extension/axe-versions/axe-core@4.8.3/locales/_template.json +1108 -0
  309. package/extension/axe-versions/axe-core@4.8.3/locales/da.json +797 -0
  310. package/extension/axe-versions/axe-core@4.8.3/locales/de.json +934 -0
  311. package/extension/axe-versions/axe-core@4.8.3/locales/es.json +788 -0
  312. package/extension/axe-versions/axe-core@4.8.3/locales/eu.json +787 -0
  313. package/extension/axe-versions/axe-core@4.8.3/locales/fr.json +992 -0
  314. package/extension/axe-versions/axe-core@4.8.3/locales/he.json +1015 -0
  315. package/extension/axe-versions/axe-core@4.8.3/locales/ja.json +1108 -0
  316. package/extension/axe-versions/axe-core@4.8.3/locales/ko.json +1001 -0
  317. package/extension/axe-versions/axe-core@4.8.3/locales/nl.json +48 -0
  318. package/extension/axe-versions/axe-core@4.8.3/locales/no_NB.json +797 -0
  319. package/extension/axe-versions/axe-core@4.8.3/locales/pl.json +1107 -0
  320. package/extension/axe-versions/axe-core@4.8.3/locales/pt_BR.json +968 -0
  321. package/extension/axe-versions/axe-core@4.8.4/axe.min.js +12 -0
  322. package/extension/axe-versions/axe-core@4.8.4/locales/_template.json +1108 -0
  323. package/extension/axe-versions/axe-core@4.8.4/locales/da.json +797 -0
  324. package/extension/axe-versions/axe-core@4.8.4/locales/de.json +934 -0
  325. package/extension/axe-versions/axe-core@4.8.4/locales/es.json +788 -0
  326. package/extension/axe-versions/axe-core@4.8.4/locales/eu.json +787 -0
  327. package/extension/axe-versions/axe-core@4.8.4/locales/fr.json +992 -0
  328. package/extension/axe-versions/axe-core@4.8.4/locales/he.json +1015 -0
  329. package/extension/axe-versions/axe-core@4.8.4/locales/ja.json +1108 -0
  330. package/extension/axe-versions/axe-core@4.8.4/locales/ko.json +1001 -0
  331. package/extension/axe-versions/axe-core@4.8.4/locales/nl.json +48 -0
  332. package/extension/axe-versions/axe-core@4.8.4/locales/no_NB.json +797 -0
  333. package/extension/axe-versions/axe-core@4.8.4/locales/pl.json +1107 -0
  334. package/extension/axe-versions/axe-core@4.8.4/locales/pt_BR.json +968 -0
  335. package/extension/axe-versions/axe-core@4.9.0/axe.min.js +12 -0
  336. package/extension/axe-versions/axe-core@4.9.0/locales/_template.json +1116 -0
  337. package/extension/axe-versions/axe-core@4.9.0/locales/da.json +799 -0
  338. package/extension/axe-versions/axe-core@4.9.0/locales/de.json +1110 -0
  339. package/extension/axe-versions/axe-core@4.9.0/locales/el.json +1069 -0
  340. package/extension/axe-versions/axe-core@4.9.0/locales/es.json +790 -0
  341. package/extension/axe-versions/axe-core@4.9.0/locales/eu.json +789 -0
  342. package/extension/axe-versions/axe-core@4.9.0/locales/fr.json +994 -0
  343. package/extension/axe-versions/axe-core@4.9.0/locales/he.json +1017 -0
  344. package/extension/axe-versions/axe-core@4.9.0/locales/it.json +1108 -0
  345. package/extension/axe-versions/axe-core@4.9.0/locales/ja.json +1110 -0
  346. package/extension/axe-versions/axe-core@4.9.0/locales/ko.json +1003 -0
  347. package/extension/axe-versions/axe-core@4.9.0/locales/nl.json +48 -0
  348. package/extension/axe-versions/axe-core@4.9.0/locales/no_NB.json +799 -0
  349. package/extension/axe-versions/axe-core@4.9.0/locales/pl.json +1109 -0
  350. package/extension/axe-versions/axe-core@4.9.0/locales/pt_BR.json +970 -0
  351. package/extension/axe-versions/axe-core@4.9.0/locales/zh_CN.json +1116 -0
  352. package/extension/axe-versions/axe-core@4.9.0/locales/zh_TW.json +1108 -0
  353. package/extension/axe-versions/axe-core@4.9.1/axe.min.js +12 -0
  354. package/extension/axe-versions/axe-core@4.9.1/locales/README.md +9 -0
  355. package/extension/axe-versions/axe-core@4.9.1/locales/_template.json +1118 -0
  356. package/extension/axe-versions/axe-core@4.9.1/locales/da.json +799 -0
  357. package/extension/axe-versions/axe-core@4.9.1/locales/de.json +1116 -0
  358. package/extension/axe-versions/axe-core@4.9.1/locales/el.json +1069 -0
  359. package/extension/axe-versions/axe-core@4.9.1/locales/es.json +790 -0
  360. package/extension/axe-versions/axe-core@4.9.1/locales/eu.json +789 -0
  361. package/extension/axe-versions/axe-core@4.9.1/locales/fr.json +994 -0
  362. package/extension/axe-versions/axe-core@4.9.1/locales/he.json +1017 -0
  363. package/extension/axe-versions/axe-core@4.9.1/locales/it.json +1108 -0
  364. package/extension/axe-versions/axe-core@4.9.1/locales/ja.json +1110 -0
  365. package/extension/axe-versions/axe-core@4.9.1/locales/ko.json +1003 -0
  366. package/extension/axe-versions/axe-core@4.9.1/locales/nl.json +48 -0
  367. package/extension/axe-versions/axe-core@4.9.1/locales/no_NB.json +799 -0
  368. package/extension/axe-versions/axe-core@4.9.1/locales/pl.json +1109 -0
  369. package/extension/axe-versions/axe-core@4.9.1/locales/pt_BR.json +970 -0
  370. package/extension/axe-versions/axe-core@4.9.1/locales/zh_CN.json +1116 -0
  371. package/extension/axe-versions/axe-core@4.9.1/locales/zh_TW.json +1108 -0
  372. package/extension/axe-versions-mapper.js +34 -0
  373. package/extension/background.js +1 -1
  374. package/extension/content.js +1 -1
  375. package/package.json +4 -4
@@ -0,0 +1,1017 @@
1
+ {
2
+ "lang": "he",
3
+ "rules": {
4
+ "accesskeys": {
5
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืขืจืš ืชื›ื•ื ื” ืฉืœ accesskey ื™ื”ื™ื” ื™ื™ื—ื•ื“ื™",
6
+ "help": "ืขืจืš ื”ืชื›ื•ื ื” accesskey ืฆืจื™ืš ืœื”ื™ื•ืช ื™ื™ื—ื•ื“ื™"
7
+ },
8
+ "area-alt": {
9
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <area> ืฉืœ ืžืคื•ืช ืชืžื•ื ื” ื™ืฉ ื˜ืงืกื˜ ื—ืœื•ืคื™",
10
+ "help": "ืืœืžื ื˜ื™ื ืคืขื™ืœื™ื ืฉืœ <area> ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™"
11
+ },
12
+ "aria-allowed-attr": {
13
+ "description": "ืžื•ื•ื“ื ืฉืชื›ื•ื ื•ืช ARIA ืžื•ืจืฉื•ืช ืœืชืคืงื™ื“ ืืœืžื ื˜",
14
+ "help": "ืืœืžื ื˜ื™ื ืžื•ื›ืจื—ื™ื ืœื”ืจืฉื•ืช ืจืง ืชื›ื•ื ื•ืช ARIA"
15
+ },
16
+ "aria-allowed-role": {
17
+ "description": "ืžื•ื•ื“ื ืฉืœืชื›ื•ื ืช ืชืคืงื™ื“ ื™ืฉ ืขืจืš ืžืชืื™ื ืœืืœืžื ื˜",
18
+ "help": "ืชืคืงื™ื“ ARIA ืฆืจื™ืš ืœื”ืชืื™ื ืœืืœืžื ื˜"
19
+ },
20
+ "aria-command-name": {
21
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ื›ืคืชื•ืจ, ืงื™ืฉื•ืจ ื•ืคืจื™ื˜ ืชืคืจื™ื˜ ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
22
+ "help": "ืขืœ ืคืงื•ื“ื•ืช ARIA ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
23
+ },
24
+ "aria-dialog-name": {
25
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืจื›ื™ื‘ ืชื™ื‘ืช ื“ื™ืืœื•ื’ ืื• ืชื™ื‘ืช ื”ืชืจืื” ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
26
+ "help": "ืขืœ ืจื›ื™ื‘ื™ ืชื™ื‘ืช ื“ื™ืืœื•ื’ ืื• ืชื™ื‘ืช ื”ืชืจืื” ืฉืœ ARIA ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
27
+ },
28
+ "aria-hidden-body": {
29
+ "description": "ืžื•ื•ื“ื ืฉ-aria-hidden='true' ืœื ืžื•ืฆื’ ื‘ื’ื•ืฃ ื”ืžืกืžืš.",
30
+ "help": "ืืกื•ืจ ืฉ-aria-hidden='true' ื™ื•ืฆื’ ื‘ื’ื•ืฃ ื”ืžืกืžืš"
31
+ },
32
+ "aria-hidden-focus": {
33
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ aria-hidden ืœื ืžื›ื™ืœื™ื ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“",
34
+ "help": "ืืกื•ืจ ืฉืืœืžื ื˜ ืกืžื•ื™ ืฉืœ ARIA ื™ื›ื™ืœ ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“"
35
+ },
36
+ "aria-input-field-name": {
37
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืฉื“ื” ื”ื–ื ื” ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
38
+ "help": "ืฉื“ื•ืช ื”ื–ื ื” ืฉืœ ARIA ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
39
+ },
40
+ "aria-meter-name": {
41
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืจื›ื™ื‘ meter ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
42
+ "help": "ืขืœ ืจื›ื™ื‘ื™ meter ืฉืœ ARIA ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
43
+ },
44
+ "aria-progressbar-name": {
45
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืจื›ื™ื‘ progressbar ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
46
+ "help": "ืขืœ ืจื›ื™ื‘ื™ progressbar ืฉืœ ARIA ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
47
+ },
48
+ "aria-required-attr": {
49
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืขื ืชืคืงื™ื“ื™ ARIA ื™ืฉ ืืช ื›ืœ ืชื›ื•ื ื•ืช ARIA ื”ื“ืจื•ืฉื•ืช",
50
+ "help": "ื™ืฉ ืœืกืคืง ืืช ืชื›ื•ื ื•ืช ARIA ื”ื“ืจื•ืฉื•ืช"
51
+ },
52
+ "aria-required-children": {
53
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืขื ืชืคืงื™ื“ ARIA ืฉื“ื•ืจืฉื™ื ืชืคืงื™ื“ื™ ื™ืœื“ื™ื ืžื›ื™ืœื™ื ืื•ืชื",
54
+ "help": "ืชืคืงื™ื“ื™ ARIA ืžืกื•ื™ืžื™ื ืžื•ื›ืจื—ื™ื ืœื”ื›ื™ืœ ื™ืœื“ื™ื ืžืกื•ื™ืžื™ื"
55
+ },
56
+ "aria-required-parent": {
57
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืขื ืชืคืงื™ื“ ARIA ืฉื“ื•ืจืฉื™ื ืชืคืงื™ื“ื™ ื”ื•ืจื™ื ืžื›ื™ืœื™ื ืื•ืชื",
58
+ "help": "ืชืคืงื™ื“ื™ ARIA ืžืกื•ื™ืžื™ื ืžื•ื›ืจื—ื™ื ืœื”ื›ื™ืœ ื”ื•ืจื™ื ืžืกื•ื™ืžื™ื"
59
+ },
60
+ "aria-roledescription": {
61
+ "description": "ืžื•ื•ื“ื ืฉ-aria-roledescription ื”ื•ื ื‘ืฉื™ืžื•ืฉ ืจืง ืขืœ ืืœืžื ื˜ื™ื ืขื ืชืคืงื™ื“ ืžืจื•ืžื– ืื• ืžืคื•ืจืฉ",
62
+ "help": "aria-roledescription ืžื•ื›ืจื— ืœื”ื™ื•ืช ืขืœ ืืœืžื ื˜ื™ื ืขื ืชืคืงื™ื“ ืกืžื ื˜ื™"
63
+ },
64
+ "aria-roles": {
65
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ื”ืืœืžื ื˜ื™ื ืขื ืชื›ื•ื ืช role ืžืฉืชืžืฉื™ื ื‘ืขืจืš ืงื‘ื™ืœ",
66
+ "help": "ืชืคืงื™ื“ื™ ARIA ืฉื‘ืฉื™ืžื•ืฉ ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืขืจื›ื™ื ืงื‘ื™ืœื™ื"
67
+ },
68
+ "aria-text": {
69
+ "description": "ืžื•ื•ื“ื ืฉ-\"role=text\" ื”ื•ื ื‘ืฉื™ืžื•ืฉ ืขืœ ืืœืžื ื˜ื™ื ืœืœื ืฆืืฆืื™ื ื‘ื ื™ ืžื™ืงื•ื“",
70
+ "help": "ืขืœ \"role=text\" ืœื”ื™ื•ืช ืœืœื ืฆืืฆืื™ื ื‘ื ื™ ืžื™ืงื•ื“"
71
+ },
72
+ "aria-toggle-field-name": {
73
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืฉื“ื” toggle ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
74
+ "help": "ืขืœ ืฉื“ื•ืช toggle ืฉืœ ARIA ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
75
+ },
76
+ "aria-tooltip-name": {
77
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืจื›ื™ื‘ tooltip ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
78
+ "help": "ืขืœ ืจื›ื™ื‘ื™ toolrip ืฉืœ ARIA ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
79
+ },
80
+ "aria-treeitem-name": {
81
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืจื›ื™ื‘ treeitem ืฉืœ ARIA ื™ืฉ ืฉื ื ื’ื™ืฉ",
82
+ "help": "ืจื›ื™ื‘ื™ treeitem ืฉืœ ARIA ืฆืจื™ื›ื™ื ืœื”ื™ื•ืช ืขื ืฉื ื ื’ื™ืฉ"
83
+ },
84
+ "aria-valid-attr-value": {
85
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืชื›ื•ื ื•ืช ARIA ื™ืฉ ืขืจื›ื™ื ืงื‘ื™ืœื™ื",
86
+ "help": "ืชื›ื•ื ื•ืช ARIA ืžื•ื›ืจื—ื•ืช ืœื”ืชืื™ื ืœืขืจื›ื™ื ืงื‘ื™ืœื™ื"
87
+ },
88
+ "aria-valid-attr": {
89
+ "description": "ืžื•ื•ื“ื ืฉืชื›ื•ื ื•ืช ืฉืžืชื—ื™ืœื•ืช ืขื aria- ื”ืŸ ืชื›ื•ื ื•ืช ARIA ืงื‘ื™ืœื•ืช",
90
+ "help": "ืชื›ื•ื ื•ืช ARIA ืžื•ื›ืจื—ื•ืช ืœื”ืชืื™ื ืœืฉืžื•ืช ืงื‘ื™ืœื™ื"
91
+ },
92
+ "audio-caption": {
93
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <audio> ื™ืฉ ื›ืชื•ื‘ื™ื•ืช",
94
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <audio> ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืจืฆื•ืขืช ื›ืชื•ื‘ื™ื•ืช"
95
+ },
96
+ "autocomplete-valid": {
97
+ "description": "ืžื•ื•ื“ื ืฉืชื›ื•ื ืช autocomplete ื ื›ื•ื ื” ื•ืžืชืื™ืžื” ืœืฉื“ื” ื”ื˜ื•ืคืก",
98
+ "help": "ื™ืฉ ืœื”ืฉืชืžืฉ ื‘ืชื›ื•ื ื” autocomplete ื‘ืื•ืคืŸ ื ื›ื•ืŸ"
99
+ },
100
+ "avoid-inline-spacing": {
101
+ "description": "ืžื•ื•ื“ื ืฉืืคืฉืจ ืœืฉื ื•ืช ืืช ืจื™ื•ื•ื— ื”ื˜ืงืกื˜ ืฉื”ื•ื’ื“ืจ ื‘ืชื›ื•ื ื•ืช ื”ืขื™ืฆื•ื‘ ืœืคื™ stylesheets ืžื•ืชืืžื™ื ืื™ืฉื™ืช",
102
+ "help": "ืจื™ื•ื•ื— ื˜ืงืกื˜ ื‘ืฉื•ืจื” ืžื•ื›ืจื— ืœื”ื™ื•ืช ื ื™ืชืŸ ืœื”ืชืืžื” ืขื stylesheets ืžื•ืชืืžื™ื ืื™ืฉื™ืช"
103
+ },
104
+ "blink": {
105
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <blink> ืื™ื ื ื‘ืฉื™ืžื•ืฉ",
106
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <blink> ืืกื•ืจื™ื ื•ืื™ืŸ ืœื”ืฉืชืžืฉ ื‘ื”ื"
107
+ },
108
+ "button-name": {
109
+ "description": "ืžื•ื•ื“ื ืฉืœืœื—ืฆื ื™ื ื™ืฉ ื˜ืงืกื˜ ืžื•ื‘ืŸ",
110
+ "help": "ืœื—ืฆื ื™ื ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ืžื•ื‘ืŸ"
111
+ },
112
+ "bypass": {
113
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืขืžื•ื“ ื™ืฉ ืœืคื—ื•ืช ืžื ื’ื ื•ืŸ ืื—ื“ ืœืžืฉืชืžืฉ ืœืขืงื•ืฃ ื ื™ื•ื•ื˜ ื•ืœืงืคื•ืฅ ื™ืฉื™ืจื•ืช ืœืชื•ื›ืŸ",
114
+ "help": "ืœืขืžื•ื“ ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืืžืฆืขื™ื ืœืขืงื™ืคืช ื—ืกื™ืžื•ืช ื—ื•ื–ืจื•ืช"
115
+ },
116
+ "color-contrast-enhanced": {
117
+ "description": "ืžื•ื•ื“ื ืฉื”ื ื™ื’ื•ื“ ื‘ื™ืŸ ืฆื‘ืขื™ ื”ืจืงืข ื•ื”ื—ื–ื™ืช ืขื•ื ื” ืขืœ ื“ืจื™ืฉื•ืช ื”ืกืฃ ืขื‘ื•ืจ ื™ื—ืกื™ ื”ื ื™ื’ื•ื“ ืฉืœ WCAG 2 AAA",
118
+ "help": "ืœืืœืžื ื˜ื™ื ืฆืจื™ืš ืœื”ื™ื•ืช ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืžืกืคืง"
119
+ },
120
+ "color-contrast": {
121
+ "description": "ืžื•ื•ื“ื ืฉื”ื ื™ื’ื•ื“ ื‘ื™ืŸ ืฆื‘ืขื™ ื”ืจืงืข ื•ื”ื—ื–ื™ืช ืขื•ื ื” ืขืœ ื“ืจื™ืฉื•ืช ื”ืกืฃ ืขื‘ื•ืจ ื™ื—ืกื™ ื”ื ื™ื’ื•ื“ ืฉืœ WCAG 2 AA",
122
+ "help": "ืœืืœืžื ื˜ื™ื ืฆืจื™ืš ืœื”ื™ื•ืช ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืžืกืคืง"
123
+ },
124
+ "css-orientation-lock": {
125
+ "description": "ืžื•ื•ื“ื ืฉื”ืชื•ื›ืŸ ืื™ื ื• ื ืขื•ืœ ืœื›ื™ื•ื•ืŸ ืชืฆื•ื’ื” ืžืกื•ื™ื, ื•ื”ืชื•ื›ืŸ ื”ื•ื ื‘ืจ ื‘ื™ืฆื•ืข ื‘ื›ืœ ื›ื™ื•ื•ื ื™ ื”ืชืฆื•ื’ื”",
126
+ "help": "ืืกื•ืจ ืฉืฉืื™ืœืชื•ืช CSS ืžื“ื™ื” ื™ื ืขืœื• ืืช ื›ื™ื•ื•ืŸ ื”ืชืฆื•ื’ื”"
127
+ },
128
+ "definition-list": {
129
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <dl> ื‘ื ื•ื™ื™ื ื ื›ื•ื ื”",
130
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <dl> ื—ื™ื™ื‘ื™ื ืœื”ื›ื™ืœ ืจืง ื‘ืื•ืคืŸ ื™ืฉื™ืจ ืงื‘ื•ืฆื•ืช <dt> ื•ื›ืŸ <dd> ืฉื”ื•ื–ืžื ื• ื›ืจืื•ื™, <script>, <template> ืื• ืืœืžื ื˜ื™ื ืฉืœ <div>"
131
+ },
132
+ "dlitem": {
133
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <dt> ื•ื›ืŸ <dd> ืžื•ื›ืœื™ื ืขืœ ื™ื“ื™ <dl>",
134
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <dt> ื•ื›ืŸ <dd> ืžื•ื›ืœื™ื ืขืœ ื™ื“ื™ <dl>"
135
+ },
136
+ "document-title": {
137
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืžืกืžืš HTML ืžื›ื™ืœ ืืœืžื ื˜ ืœื-ืจื™ืง ืฉืœ <title>",
138
+ "help": "ืžืกืžื›ื™ื ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืืœืžื ื˜ <title> ื›ื“ื™ ืœืกื™ื™ืข ื‘ื ื™ื•ื•ื˜"
139
+ },
140
+ "duplicate-id-active": {
141
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืขืจืš ืฉืœ ื”ืชื›ื•ื ื” id ืฉืœ ืืœืžื ื˜ื™ื ืคืขื™ืœื™ื ื”ื•ื ื™ื™ื—ื•ื“ื™",
142
+ "help": "ID ืฉืœ ืืœืžื ื˜ื™ื ืคืขื™ืœื™ื ืžื•ื›ืจื— ืœื”ื™ื•ืช ื™ื™ื—ื•ื“ื™"
143
+ },
144
+ "duplicate-id-aria": {
145
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืขืจืš ืชื›ื•ื ืช id ืฉื‘ืฉื™ืžื•ืฉ ื‘-ARIA ื•ื‘ืชื•ื•ื™ื•ืช ื”ื•ื ื™ื™ื—ื•ื“ื™",
146
+ "help": "ID ื‘ืฉื™ืžื•ืฉ ื‘-ARIA ื•ื‘ืชื•ื•ื™ื•ืช ืžื•ื›ืจื— ืœื”ื™ื•ืช ื™ื™ื—ื•ื“ื™"
147
+ },
148
+ "duplicate-id": {
149
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืขืจืš ืฉืœ ื”ืชื›ื•ื ื” id ื”ื•ื ื™ื™ื—ื•ื“ื™",
150
+ "help": "ืขืจื›ื™ ื”ืชื›ื•ื ื” id ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ื™ื™ื—ื•ื“ื™ื™ื"
151
+ },
152
+ "empty-heading": {
153
+ "description": "ืžื•ื•ื“ื ืฉืœื›ื•ืชืจื•ืช ื™ืฉ ื˜ืงืกื˜ ืžื•ื‘ืŸ",
154
+ "help": "ืืกื•ืจ ืฉื›ื•ืชืจื•ืช ื™ื”ื™ื• ืจื™ืงื•ืช"
155
+ },
156
+ "empty-table-header": {
157
+ "description": "ืžื•ื•ื“ื ืฉืœื›ื•ืชืจื•ืช ืฉืœ ื˜ื‘ืœื” ื™ืฉ ื˜ืงืกื˜ ืžื•ื‘ืŸ",
158
+ "help": "ืืกื•ืจ ืฉื›ื•ืชืจื•ืช ืฉืœ ื˜ื‘ืœื” ื™ื”ื™ื• ืจื™ืงื•ืช"
159
+ },
160
+ "focus-order-semantics": {
161
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ื‘ืกื“ืจ ื”ืžื™ืงื•ื“ ื™ืฉ ืชืคืงื™ื“ ืžืชืื™ื ืœืชื•ื›ืŸ ืื™ื ื˜ืจืืงื˜ื™ื‘ื™",
162
+ "help": "ืืœืžื ื˜ื™ื ื‘ืกื“ืจ ื”ืžื™ืงื•ื“ ืฆืจื™ื›ื™ื ืœื”ื™ื•ืช ืขื ืชืคืงื™ื“ ืžืชืื™ื"
163
+ },
164
+ "form-field-multiple-labels": {
165
+ "description": "ืžื•ื•ื“ื ืฉืฉื“ื•ืช ื”ื–ื ื” ื”ื ื‘ืœื™ ืžืกืคืจ ืืœืžื ื˜ื™ื ืฉืœ ืชื•ื•ื™ืช",
166
+ "help": "ืืกื•ืจ ืฉืฉื“ื•ืช ื”ื–ื ื” ื™ื”ื™ื• ืขื ืžืกืคืจ ืืœืžื ื˜ื™ื ืฉืœ ืชื•ื•ื™ืช"
167
+ },
168
+ "frame-focusable-content": {
169
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <frame> ื•ืฉืœ <iframe> ืขื ืชื•ื›ืŸ ื‘ืจ ืžื™ืงื•ื“ ืื™ืŸ tabindex=-1",
170
+ "help": "ืืกื•ืจ ืฉืœืžืกื’ืจื•ืช ืขื ืชื•ื›ืŸ ื‘ืจ ืžื™ืงื•ื“ ื™ื”ื™ื” tabindex=-1"
171
+ },
172
+ "frame-tested": {
173
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <iframe> ื•ืฉืœ <frame> ืžื›ื™ืœื™ื ืืช ืกืงืจื™ืคื˜ ื”-axe-core",
174
+ "help": "ืขืœ ืžืกื’ืจื•ืช ืœื”ื™ื‘ื—ืŸ ืขื axe-core"
175
+ },
176
+ "frame-title-unique": {
177
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <iframe> ื•ืฉืœ <frame> ืžื›ื™ืœื™ื ืชื›ื•ื ืช ื›ื•ืชืจืช ื™ื™ื—ื•ื“ื™ืช",
178
+ "help": "ืžืกื’ืจื•ืช ืžื•ื›ืจื—ื•ืช ืœื”ื™ื•ืช ืขื ืชื›ื•ื ืช ื›ื•ืชืจืช ื™ื™ื—ื•ื“ื™ืช"
179
+ },
180
+ "frame-title": {
181
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <iframe> ื•ืฉืœ <frame> ื™ืฉ ืฉืžื•ืช ื ื’ื™ืฉื™ื",
182
+ "help": "ืžืกื’ืจื•ืช ืžื•ื›ืจื—ื•ืช ืœื”ื™ื•ืช ืขื ืฉืžื•ืช ื ื’ื™ืฉื™ื"
183
+ },
184
+ "heading-order": {
185
+ "description": "ืžื•ื•ื“ื ืฉืกื“ืจ ื”ื›ื•ืชืจื•ืช ื ื›ื•ืŸ ืกืžื ื˜ื™ืช",
186
+ "help": "ื”ื“ืจื’ื•ืช ืฉืœ ื”ื›ื•ืชืจื•ืช ืฆืจื™ื›ื•ืช ืœื’ื“ื•ืœ ืจืง ื‘ืื—ืช"
187
+ },
188
+ "hidden-content": {
189
+ "description": "ืžื™ื™ื“ืข ืืช ื”ืžืฉืชืžืฉื™ื ืขืœ ืชื•ื›ืŸ ื ืกืชืจ.",
190
+ "help": "ื™ืฉ ืœื ืชื— ืชื•ื›ืŸ ื ืกืชืจ ื‘ืขืžื•ื“"
191
+ },
192
+ "html-has-lang": {
193
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืžืกืžืš HTML ื™ืฉ ืชื›ื•ื ืช lang",
194
+ "help": "ืืœืžื ื˜ <html> ืžื•ื›ืจื— ืœื”ื™ื•ืช ืขื ืชื›ื•ื ืช lang"
195
+ },
196
+ "html-lang-valid": {
197
+ "description": "ืžื•ื•ื“ื ืฉืœืชื›ื•ื ืช lang ืฉืœ ื”ืืœืžื ื˜ <html> ื™ืฉ ืขืจืš ืชืงื™ืŸ",
198
+ "help": "ืืœืžื ื˜ <html> ืžื•ื›ืจื— ืœื”ื™ื•ืช ืขื ืขืจืš ืชืงื™ืŸ ืœืชื›ื•ื ื” lang"
199
+ },
200
+ "html-xml-lang-mismatch": {
201
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ HTML ืขื ืชื›ื•ื ื•ืช lang ื•-xml:lang ืชืงื™ื ื•ืช ืžืกื›ื™ืžื™ื ืขืœ ืฉืคืช ื”ื‘ืกื™ืก ืฉืœ ื”ืขืžื•ื“",
202
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ HTML ืขื lang ื•-xml:lang ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืื•ืชื” ืฉืคืช ื‘ืกื™ืก"
203
+ },
204
+ "identical-links-same-purpose": {
205
+ "description": "ืžื•ื•ื“ื ืฉืงื™ืฉื•ืจื™ื ืขื ืื•ืชื• ืฉื ื ื’ื™ืฉ ืžืฉืจืชื™ื ืžื˜ืจื” ื“ื•ืžื”",
206
+ "help": "ืงื™ืฉื•ืจื™ื ืขื ืื•ืชื• ื”ืฉื ืžื•ื›ืจื—ื™ื ืœืฉืจืช ืžื˜ืจื” ื“ื•ืžื”"
207
+ },
208
+ "image-alt": {
209
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <img> ื™ืฉ ื˜ืงืกื˜ ื—ืœื•ืคื™ ืื• ืชืคืงื™ื“ ืฉืœ none ืื• ืชืฆื•ื’ื”",
210
+ "help": "ืชืžื•ื ื•ืช ืžื•ื›ืจื—ื•ืช ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™"
211
+ },
212
+ "image-redundant-alt": {
213
+ "description": "ืžื•ื•ื“ื ืฉื”ื—ืœื•ืคื” ืฉืœ ื”ืชืžื•ื ื” ืœื ื—ื•ื–ืจืช ืขืœ ืขืฆืžื” ื‘ื˜ืงืกื˜",
214
+ "help": "ื˜ืงืกื˜ ื—ืœื•ืคื™ ืฉืœ ืชืžื•ื ื•ืช ืœื ืืžื•ืจ ืœื—ื–ื•ืจ ืขืœ ืขืฆืžื• ื‘ื˜ืงืกื˜"
215
+ },
216
+ "input-button-name": {
217
+ "description": "ืžื•ื•ื“ื ืฉืœืœื—ืฆื ื™ ืงืœื˜ ื™ืฉ ื˜ืงืกื˜ ืžื•ื‘ืŸ",
218
+ "help": "ืœื—ืฆื ื™ ืงืœื˜ ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ืžื•ื‘ืŸ"
219
+ },
220
+ "input-image-alt": {
221
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <input type=\"image\"> ื™ืฉ ื˜ืงืกื˜ ื—ืœื•ืคื™",
222
+ "help": "ืœื—ืฆื ื™ ืชืžื•ื ื” ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™"
223
+ },
224
+ "label-content-name-mismatch": {
225
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืžืงื‘ืœื™ื ืชื•ื•ื™ืช ื“ืจืš ื”ืชื•ื›ืŸ ืฉืœื”ื ืขื ื˜ืงืกื˜ ื’ืœื•ื™ ื›ื—ืœืง ืžืฉืžื ื”ื ื’ื™ืฉ",
226
+ "help": "ืืœืžื ื˜ื™ื ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื’ืœื•ื™ ื›ื—ืœืง ืžืฉืžื ื”ื ื’ื™ืฉ"
227
+ },
228
+ "label-title-only": {
229
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืืœืžื ื˜ ืฉืœ ื˜ื•ืคืก ื™ืฉ ืชื•ื•ื™ืช ื ืจืื™ืช ื•ืœื ืžืชื•ื™ื’ ืจืง ื‘ืฉื™ืžื•ืฉ ื‘ืชื•ื•ื™ื•ืช ื ืกืชืจื•ืช, ืื• ื‘ืฉื™ืžื•ืฉ ื‘ืชื›ื•ื ื•ืช ืฉืœ ื›ื•ืชืจืช ืื• aria-describedby",
230
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ ื˜ื•ืคืก ืฆืจื™ื›ื™ื ืชื•ื•ื™ืช ื‘ืจื•ืจื” ื•ื’ืœื•ื™ื”"
231
+ },
232
+ "label": {
233
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืืœืžื ื˜ ืฉืœ ื˜ื•ืคืก ื™ืฉ ืชื•ื•ื™ืช",
234
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ ื˜ื•ืคืก ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืชื•ื•ื™ื•ืช"
235
+ },
236
+ "landmark-banner-is-top-level": {
237
+ "description": "ืžื•ื•ื“ื ืฉื‘ืื ืจ ืฆื™ื•ืŸ ื”ื“ืจืš ื”ื•ื ื‘ืจืžื” ื”ืขืœื™ื•ื ื” ื‘ื”ื™ืจืจื›ื™ื”",
238
+ "help": "ื‘ืื ืจ ืฆื™ื•ืŸ ื”ื“ืจืš ืœื ืฆืจื™ืš ืœื”ื™ื•ืช ืžื•ื›ืœ ื‘ืชื•ืš ืฆื™ื•ืŸ ื“ืจืš ืื—ืจ"
239
+ },
240
+ "landmark-complementary-is-top-level": {
241
+ "description": "ืžื•ื•ื“ื ืฉืฆื™ื•ืŸ ื”ื“ืจืš ื”ืžืฉืœื™ื ืื• aside ื”ื•ื ื‘ืจืžื” ื”ืขืœื™ื•ื ื”",
242
+ "help": "ืื™ืŸ ืœื”ื›ื™ืœ aside ื‘ืชื•ืš ืฆื™ื•ืŸ ื“ืจืš ืื—ืจ"
243
+ },
244
+ "landmark-contentinfo-is-top-level": {
245
+ "description": "ืžื•ื•ื“ื ืฉืฆื™ื•ืŸ ื“ืจืš ืžื™ื“ืข-ืชื•ื›ืŸ ื”ื•ื ื‘ืจืžื” ื”ืขืœื™ื•ื ื” ื‘ื”ื™ืจืจื›ื™ื”",
246
+ "help": "ืฆื™ื•ืŸ ื”ื“ืจืš ืžื™ื“ืข-ืชื•ื›ืŸ ืœื ืฆืจื™ืš ืœื”ื™ื•ืช ืžื•ื›ืœ ื‘ืชื•ืš ืฆื™ื•ืŸ ื“ืจืš ืื—ืจ"
247
+ },
248
+ "landmark-main-is-top-level": {
249
+ "description": "ืžื•ื•ื“ื ืฉืฆื™ื•ืŸ ื”ื“ืจืš ื”ืจืืฉื™ ื”ื•ื ื‘ืจืžื” ื”ืขืœื™ื•ื ื” ื‘ื”ื™ืจืจื›ื™ื”",
250
+ "help": "ืฆื™ื•ืŸ ื”ื“ืจืš ื”ืจืืฉื™ ืœื ืฆืจื™ืš ืœื”ื™ื•ืช ืžื•ื›ืœ ื‘ืชื•ืš ืฆื™ื•ืŸ ื“ืจืš ืื—ืจ"
251
+ },
252
+ "landmark-no-duplicate-banner": {
253
+ "description": "ืžื•ื•ื“ื ืฉืœืžืกืžืš ื™ืฉ ืœื›ืœ ื”ื™ื•ืชืจ ื‘ืื ืจ ืฆื™ื•ืŸ ื“ืจืš ืื—ื“",
254
+ "help": "ื”ืžืกืžืš ืœื ืฆืจื™ืš ืœื”ื™ื•ืช ืขื ื™ื•ืชืจ ืžื‘ืื ืจ ืฆื™ื•ืŸ ื“ืจืš ืื—ื“"
255
+ },
256
+ "landmark-no-duplicate-contentinfo": {
257
+ "description": "ืžื•ื•ื“ื ืฉืœืžืกืžืš ื™ืฉ ืœื›ืœ ื”ื™ื•ืชืจ ืฆื™ื•ืŸ ื“ืจืš ืžื™ื“ืข-ืชื•ื›ืŸ ืื—ื“",
258
+ "help": "ืžืกืžืš ืœื ืฆืจื™ืš ืœื”ื™ื•ืช ืขื ื™ื•ืชืจ ืžืฆื™ื•ืŸ ื“ืจืš ืžื™ื“ืข-ืชื•ื›ืŸ ืื—ื“"
259
+ },
260
+ "landmark-no-duplicate-main": {
261
+ "description": "ืžื•ื•ื“ื ืฉืœืžืกืžืš ื™ืฉ ืฆื™ื•ืŸ ื“ืจืš ืื—ื“ ืžืจื›ื–ื™ ืœื›ืœ ื”ื™ื•ืชืจ",
262
+ "help": "ื‘ืžืกืžืš ืœื ื ื›ื•ืŸ ืฉื™ื”ื™ื” ื™ื•ืชืจ ืžืฆื™ื•ืŸ ื“ืจืš ืจืืฉื™ ืื—ื“"
263
+ },
264
+ "landmark-one-main": {
265
+ "description": "ืžื•ื•ื“ื ืฉืœืžืกืžืš ื™ืฉ ืฆื™ื•ืŸ ื“ืจืš ืžืจื›ื–ื™",
266
+ "help": "ื‘ืžืกืžืš ืฆืจื™ืš ืœื”ื™ื•ืช ืฆื™ื•ืŸ ื“ืจืš ืจืืฉื™ ืื—ื“"
267
+ },
268
+ "landmark-unique": {
269
+ "help": "ืžื•ื•ื“ื ืฉืฆื™ื•ื ื™ ื“ืจืš ื”ื ื™ื™ื—ื•ื“ื™ื™ื",
270
+ "description": "ืœืฆื™ื•ื ื™ ื“ืจืš ืฆืจื™ืš ืœื”ื™ื•ืช ืชืคืงื™ื“ ืื• ืฉื™ืœื•ื‘ ืฉืœ ืชืคืงื™ื“/ืชื•ื•ื™ืช/ื›ื•ืชืจืช (ืœื“ื•ื’' ืฉื ื ื’ื™ืฉ) ื™ื™ื—ื•ื“ื™ื™ื"
271
+ },
272
+ "link-in-text-block": {
273
+ "description": "ืžื•ื•ื“ื ืฉืงื™ืฉื•ืจื™ื ื ื‘ื“ืœื™ื ืžื”ื˜ืงืกื˜ ืžืกื‘ื™ื‘ ื‘ืื•ืคืŸ ืฉืื™ื ื• ื ืกืžืš ืขืœ ืฆื‘ืข",
274
+ "help": "ืขืœ ืงื™ืฉื•ืจื™ื ืœื”ื™ื•ืช ื ื‘ื“ืœื™ื ืžื‘ืœื™ ืœื”ืกืชืžืš ืขืœ ืฆื‘ืข"
275
+ },
276
+ "link-name": {
277
+ "description": "ืžื•ื•ื“ื ืฉืœืงื™ืฉื•ืจื™ื ื™ืฉ ื˜ืงืกื˜ ืžื•ื‘ืŸ",
278
+ "help": "ืงื™ืฉื•ืจื™ื ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ืžื•ื‘ืŸ"
279
+ },
280
+ "list": {
281
+ "description": "ืžื•ื•ื“ื ืฉืจืฉื™ืžื•ืช ื‘ื ื•ื™ื•ืช ื ื›ื•ื ื”",
282
+ "help": "<ul> ื•ื›ืŸ <ol> ื—ื™ื™ื‘ื™ื ืœื”ื›ื™ืœ ืจืง ื‘ืื•ืคืŸ ื™ืฉื™ืจ ืืœืžื ื˜ื™ื ืฉืœ <li>, <script> ื•ื›ืŸ <template>"
283
+ },
284
+ "listitem": {
285
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <li> ื”ื ื‘ืฉื™ืžื•ืฉ ืกืžื ื˜ื™",
286
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <li> ื—ื™ื™ื‘ื™ื ืœื”ื™ื•ืช ืžื•ื›ืœื™ื ืขืœ ื™ื“ื™ <ul> ืื• <ol>"
287
+ },
288
+ "marquee": {
289
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <marquee> ืื™ื ื ื‘ืฉื™ืžื•ืฉ",
290
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <marquee> ืืกื•ืจื™ื ื•ืื™ืŸ ืœื”ืฉืชืžืฉ ื‘ื”ื"
291
+ },
292
+ "meta-refresh-no-exceptions": {
293
+ "description": "ืžื•ื•ื“ื ืฉ-<meta http-equiv=\"refresh\"> ืื™ื ื• ื‘ืฉื™ืžื•ืฉ ืขื‘ื•ืจ ืจื™ืขื ื•ืŸ ืžื•ืฉื”ื”",
294
+ "help": "ืืกื•ืจ ืฉืจื™ืขื ื•ืŸ ืžื•ืฉื”ื” ื™ืชืงื™ื™ื"
295
+ },
296
+ "meta-refresh": {
297
+ "description": "ืžื•ื•ื“ื ืฉ-<meta http-equiv=\"refresh\"> ืื™ื ื• ื‘ืฉื™ืžื•ืฉ ืขื‘ื•ืจ ืจื™ืขื ื•ืŸ ืžื•ืฉื”ื”",
298
+ "help": "ืืกื•ืจ ืœื”ืฉืชืžืฉ ื‘ืจื™ืขื ื•ืŸ ืžื•ืฉื”ื” ืฉืœ ืคื—ื•ืช ืž-20 ืฉืขื•ืช"
299
+ },
300
+ "meta-viewport-large": {
301
+ "description": "ืžื•ื•ื“ื ืฉ-<meta name=\"viewport\"> ื™ื›ื•ืœ ืœื”ื’ื“ื™ืœ ื‘ื›ืžื•ืช ืžืฉืžืขื•ืชื™ืช",
302
+ "help": "ืžืฉืชืžืฉื™ื ืฆืจื™ื›ื™ื ืœื”ืฆืœื™ื— ืœื”ื’ื“ื™ืœ ืืช ื”ื˜ืงืกื˜ ืขื“ 500%"
303
+ },
304
+ "meta-viewport": {
305
+ "description": "ืžื•ื•ื“ื ืฉ-<meta name=\"viewport\"> ืœื ืžื ื˜ืจืœ ื”ื’ื“ืœืช ื˜ืงืกื˜ ื•ืžืกืš",
306
+ "help": "ืื™ืŸ ืœื‘ื˜ืœ ืืช ื”ืคื•ื ืงืฆื™ื•ืช ืฉืœ ื”ื’ื“ืœืช ื”ืžืกืš ื•ื˜ืงืกื˜"
307
+ },
308
+ "nested-interactive": {
309
+ "description": "ืžื•ื•ื“ื ืฉืžื ื’ื ื•ื ื™ ื‘ืงืจื” ืœื ืžืงื•ื ื ื™ื ืžืฉื•ื ืฉืงื•ืจืื™ ืžืกืš ืœื ืชืžื™ื“ ืžืชืจื™ืขื™ื ืขืœื™ื”ื ืื• ืฉื”ื ื™ื›ื•ืœื™ื ืœื’ืจื•ื ืœื‘ืขื™ื•ืช ืžื™ืงื•ื“ ืขื‘ื•ืจ ื˜ื›ื ื•ืœื•ื’ื™ื•ืช ืžืกื™ื™ืขื•ืช",
310
+ "help": "ืืกื•ืจ ืฉืžื ื’ื ื•ื ื™ ื‘ืงืจื” ืœื ืคืขื™ืœื™ื ื™ื”ื™ื• ืžืงื•ื ื ื™ื"
311
+ },
312
+ "no-autoplay-audio": {
313
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉืœ <video> ืื• <audio> ืื™ื ื ืžืคืขื™ืœื™ื ืฉืžืข ื‘ืื•ืคืŸ ืื•ื˜ื•ืžื˜ื™ ืœืžืฉืš ื™ื•ืชืจ ืž-3 ืฉื ื™ื•ืช ืœืœื ืžื ื’ื ื•ืŸ ื‘ืงืจื” ืœืขืฆื™ืจื” ืื• ืœื”ื ืžื›ืช ืขื•ืฆืžืช ื”ืฉืžืข",
314
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <video> ืื• <audio> ืื™ื ื ืžื•ืคืขืœื™ื ื‘ืื•ืคืŸ ืื•ื˜ื•ืžื˜ื™"
315
+ },
316
+ "object-alt": {
317
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <object> ื™ืฉ ื˜ืงืกื˜ ื—ืœื•ืคื™",
318
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <object> ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™"
319
+ },
320
+ "p-as-heading": {
321
+ "description": "ืžื•ื•ื“ื ืฉื˜ืงืกื˜ ื“ื’ื•ืฉ, ื ื˜ื•ื™ ื•ื’ื•ื“ืœ ืคื•ื ื˜ ืœื ื‘ืฉื™ืžื•ืฉ ื‘ืขื™ืฆื•ื‘ ืืœืžื ื˜ื™ื ืฉืœ <p> ื›ื›ื•ืชืจืช",
322
+ "help": "ืืกื•ืจ ืฉืืœืžื ื˜ื™ื ืžืขื•ืฆื‘ื™ื ืฉืœ <p> ื™ืฉืžืฉื• ื›ื›ื•ืชืจื•ืช"
323
+ },
324
+ "page-has-heading-one": {
325
+ "description": "ืžื•ื•ื“ื ืฉื”ืขืžื•ื“, ืื• ืœืคื—ื•ืช ืื—ืช ื”ืžืกื’ืจื•ืช ืฉืœื•, ืžื›ื™ืœื™ื ื›ื•ืชืจืช ืจืžื” ืื—ืช",
326
+ "help": "ื”ืขืžื•ื“ ืืžื•ืจ ืœื”ื›ื™ืœ ื›ื•ืชืจืช ืจืžื” ืื—ืช"
327
+ },
328
+ "presentation-role-conflict": {
329
+ "description": "ืžืกืžืŸ ืืœืžื ื˜ื™ื ืฉื”ืชืคืงื™ื“ ืฉืœื”ื ื”ื•ื none ืื• presentation ื•ืฉืžืคืขื™ืœ ืืช ื”ื˜ืจื™ื’ืจ ืฉืœ ืคืชืจื•ืŸ ืชืคืงื™ื“ื™ื ืžืชื ื’ืฉื™ื.",
330
+ "help": "ืขืœ ืืœืžื ื˜ื™ื ืฉืœ ืชืคืงื™ื“ none ืื• presentation ืœื”ื™ื•ืช ืžืกื•ืžื ื™ื"
331
+ },
332
+ "region": {
333
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืชื•ื›ืŸ ื”ืขืžื•ื“ ื‘ืชื•ืš ืฆื™ื•ื ื™ ื“ืจืš",
334
+ "help": "ื›ืœ ืชื•ื›ืŸ ื”ืขืžื•ื“ ืฆืจื™ืš ืœื”ื™ื•ืช ื‘ืชื•ืš ืฆื™ื•ื ื™ ื“ืจืš"
335
+ },
336
+ "role-img-alt": {
337
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ [role='img'] ื™ืฉ ื˜ืงืกื˜ ื—ืœื•ืคื™",
338
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ [role='img'] ืขื ืชืคืงื™ื“ ืฉืœ ืชืžื•ื ื” ื—ื™ื™ื‘ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™"
339
+ },
340
+ "scope-attr-valid": {
341
+ "description": "ืžื•ื•ื“ื ืฉืžืฉืชืžืฉื™ื ื‘ืชื›ื•ื ื” ืชื—ื•ื ื ื›ื•ื ื” ืขืœ ื˜ื‘ืœืื•ืช",
342
+ "help": "ื™ืฉ ืœื”ืฉืชืžืฉ ื‘ืชื›ื•ื ื” ืชื—ื•ื ื ื›ื•ื ื”"
343
+ },
344
+ "scrollable-region-focusable": {
345
+ "description": "ืžื•ื•ื“ื ืฉืืœืžื ื˜ื™ื ืฉื™ืฉ ืœื”ื ืชื•ื›ืŸ ื‘ืจ ื’ืœื™ืœื” ื ื’ื™ืฉื™ื ืขืœ ื™ื“ื™ ืžืงืœื“ืช",
346
+ "help": "ืื–ื•ืจื™ ื’ืœื™ืœื” ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื ื’ื™ืฉื•ืช ืฉืœ ืžืงืœื“ืช"
347
+ },
348
+ "select-name": {
349
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ ื”ื ื‘ื—ืจ ื™ืฉ ืฉื ื ื’ื™ืฉ",
350
+ "help": "ืœืืœืžื ื˜ ื”ื ื‘ื—ืจ ืฆืจื™ืš ืœื”ื™ื•ืช ืฉื ื ื’ื™ืฉ"
351
+ },
352
+ "server-side-image-map": {
353
+ "description": "ืžื•ื•ื“ื ืฉืžืคื•ืช ืชืžื•ื ื” ืฆื“-ืฉืจืช ืœื ื™ื”ื™ื• ื‘ืฉื™ืžื•ืฉ",
354
+ "help": "ืืกื•ืจ ืฉืžืคื•ืช ืชืžื•ื ื” ืฆื“-ืฉืจืช ื™ื”ื™ื• ื‘ืฉื™ืžื•ืฉ"
355
+ },
356
+ "skip-link": {
357
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืงื™ืฉื•ืจื™ ื“ื™ืœื•ื’ ืœืชื•ื›ืŸ ื™ืฉ ืžื˜ืจื” ื‘ืจืช ืžื™ืงื•ื“",
358
+ "help": "ื”ืžื˜ืจื” ืฉืœ ืงื™ืฉื•ืจ ื“ื™ืœื•ื’ ืœืชื•ื›ืŸ ืฆืจื™ื›ื” ืœื”ืชืงื™ื™ื ื•ืœื”ื™ื•ืช ื‘ืจืช ืžื™ืงื•ื“"
359
+ },
360
+ "svg-img-alt": {
361
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <svg> ืขื ืชืคืงื™ื“ ืชืžื•ื ื”, ืžืกืžืš ื’ืจืคื™ ืื• ืกืžืœ ื’ืจืคื™ ื™ืฉ ื˜ืงืกื˜ ื ื’ื™ืฉ",
362
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <svg> ืขื ืชืคืงื™ื“ ืฉืœ ืชืžื•ื ื” ื—ื™ื™ื‘ื™ื ืœื”ื™ื•ืช ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™"
363
+ },
364
+ "tabindex": {
365
+ "description": "ืžื•ื•ื“ื ืฉืขืจื›ื™ ื”ืชื›ื•ื ื” tabindex ืื™ื ื ื’ื“ื•ืœื™ื ืž-0",
366
+ "help": "ืืœืžื ื˜ื™ื ืœื ืฆืจื™ื›ื™ื ืœื”ื™ื•ืช ืขื tabindex ื’ื“ื•ืœ ืžืืคืก"
367
+ },
368
+ "table-duplicate-name": {
369
+ "description": "ืžื•ื•ื“ื ืฉื”ืืœืžื ื˜ <caption> ืœื ืžื›ื™ืœ ืื•ืชื• ื˜ืงืกื˜ ื›ืžื• ื”ืชื›ื•ื ื” ืชืงืฆื™ืจ",
370
+ "help": "ืœื˜ื‘ืœืื•ืช ืœื ืฆืจื™ื›ื™ื ืœื”ื™ื•ืช ืื•ืชื ืชืงืฆื™ืจ ื˜ื‘ืœื” ื•ื›ื™ืชื•ื‘"
371
+ },
372
+ "table-fake-caption": {
373
+ "description": "ืžื•ื•ื“ื ืฉื˜ื‘ืœืื•ืช ืขื ื›ื™ืชื•ื‘ ืžืฉืชืžืฉื•ืช ื‘ืืœืžื ื˜ <caption>.",
374
+ "help": "ืชืื™ ืžื™ื“ืข ืื• ื›ื•ืชืจืช ืœื ืืžื•ืจื™ื ืœืฉืžืฉ ื›ื“ื™ ืœืชืช ื›ื™ืชื•ื‘ ืœื˜ื‘ืœืช ืžื™ื“ืข."
375
+ },
376
+ "td-has-header": {
377
+ "description": "ืžื•ื•ื“ื ืฉืœื›ืœ ืชืื™ ืžื™ื“ืข ืœื-ืจื™ืง ื‘-<table> ื’ื“ื•ืœื” ืž-3X3 ื™ืฉ ื›ื•ืชืจื•ืช ื˜ื‘ืœื” ืื—ืช ืื• ื™ื•ืชืจ",
378
+ "help": "ืืœืžื ื˜ื™ื ืœื ืจื™ืงื™ื ืฉืœ <td> ื‘-<table> ื’ื“ื•ืœื” ื™ื•ืชืจ ื—ื™ื™ื‘ื™ื ืœื”ื™ื•ืช ืžืงื•ืฉืจื™ื ืขื ื›ื•ืชืจืช ื˜ื‘ืœื” "
379
+ },
380
+ "td-headers-attr": {
381
+ "description": "ืžื•ื•ื“ื ืฉื›ืœ ืชื ื‘ื˜ื‘ืœื” ืฉืžืฉืชืžืฉ ื‘ืชื›ื•ื ืช ื”ื›ื•ืชืจืช ืžืชื™ื™ื—ืก ืจืง ืœืชืื™ื ืื—ืจื™ื ื‘ืื•ืชื” ื˜ื‘ืœื”",
382
+ "help": "ืชืื™ ื˜ื‘ืœื” ืฉืžืฉืชืžืฉื™ื ื‘ืชื›ื•ื ืช ื›ื•ืชืจื•ืช ื—ื™ื™ื‘ื™ื ืœื”ืชื™ื™ื—ืก ืœืชืื™ื ื‘ืื•ืชื” ื”ื˜ื‘ืœื”"
383
+ },
384
+ "th-has-data-cells": {
385
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <th> ื•ืœืืœืžื ื˜ื™ื ืขื role=columnheader/rowheader ื™ืฉ ืชืื™ ืžื™ื“ืข ืฉื”ื ืžืชืืจื™ื",
386
+ "help": "ื›ื•ืชืจื•ืช ื˜ื‘ืœื” ื‘ื˜ื‘ืœืช ืžื™ื“ืข ื—ื™ื™ื‘ื™ื ืœื”ืชื™ื™ื—ืก ืœืชืื™ ืžื™ื“ืข"
387
+ },
388
+ "valid-lang": {
389
+ "description": "ืžื•ื•ื“ื ืฉืœืชื›ื•ื ื•ืช lang ื™ืฉ ืขืจื›ื™ื ืงื‘ื™ืœื™ื",
390
+ "help": "ืœืชื›ื•ื ื” lang ื—ื™ื™ื‘ ืœื”ื™ื•ืช ืขืจืš ืงื‘ื™ืœ"
391
+ },
392
+ "video-caption": {
393
+ "description": "ืžื•ื•ื“ื ืฉืœืืœืžื ื˜ื™ื ืฉืœ <video> ื™ืฉ ื›ืชื•ื‘ื™ื•ืช",
394
+ "help": "ืืœืžื ื˜ื™ื ืฉืœ <video> ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ื›ืชื•ื‘ื™ื•ืช"
395
+ }
396
+ },
397
+ "checks": {
398
+ "abstractrole": {
399
+ "pass": "ืชืคืงื™ื“ื™ื ืžื•ืคืฉื˜ื™ื ืื™ื ื ื‘ืฉื™ืžื•ืฉ",
400
+ "fail": {
401
+ "singular": "ืชืคืงื™ื“ ืžื•ืคืฉื˜ ืœื ื™ื›ื•ืœ ืœื”ื™ื•ืช ื‘ืฉื™ืžื•ืฉ ื™ืฉื™ืจ: ${data.values}",
402
+ "plural": "ืชืคืงื™ื“ื™ื ืžื•ืคืฉื˜ื™ื ืœื ื™ื›ื•ืœื™ื ืœื”ื™ื•ืช ื‘ืฉื™ืžื•ืฉ ื™ืฉื™ืจ: ${data.values}"
403
+ }
404
+ },
405
+ "aria-allowed-attr": {
406
+ "pass": "ืชื›ื•ื ื•ืช ARIA ื‘ืฉื™ืžื•ืฉ ื ื›ื•ืŸ ืขื‘ื•ืจ ื”ืชืคืงื™ื“ ื”ืžื•ื’ื“ืจ",
407
+ "fail": {
408
+ "singular": "ืชื›ื•ื ืช ARIA ืœื ืžื•ืจืฉื™ืช: ${data.values}",
409
+ "plural": "ืชื›ื•ื ื•ืช ARIA ืœื ืžื•ืจืฉื•ืช: ${data.values}"
410
+ },
411
+ "incomplete": "ื‘ื“ืงื• ืฉืื™ืŸ ื‘ืขื™ื” ืื ืžืชืขืœืžื™ื ืžืชื›ื•ื ืช ื”-ARIA ื‘ืืœืžื ื˜ ื”ื–ื”: ${data.values}"
412
+ },
413
+ "aria-allowed-role": {
414
+ "pass": "ืชืคืงื™ื“ ARIA ืžื•ืจืฉื” ืขื‘ื•ืจ ื”ืืœืžื ื˜ ื”ื ืชื•ืŸ",
415
+ "fail": {
416
+ "singular": "ืชืคืงื™ื“ ARIA ${data.values} ืœื ืžื•ืจืฉื” ืขื‘ื•ืจ ื”ืืœืžื ื˜ ื”ื ืชื•ืŸ",
417
+ "plural": "ืชืคืงื™ื“ื™ ARIA ${data.values} ืœื ืžื•ืจืฉื™ื ืขื‘ื•ืจ ื”ืืœืžื ื˜ ื”ื ืชื•ืŸ"
418
+ },
419
+ "incomplete": {
420
+ "singular": "ืžื•ื›ืจื—ื™ื ืœื”ืกื™ืจ ืชืคืงื™ื“ ARIA ${data.values} ื›ืืฉืจ ื”ืืœืžื ื˜ ื ืขืฉื” ื’ืœื•ื™, ืฉื›ืŸ ื”ื•ื ืœื ืžื•ืจืฉื” ืขื‘ื•ืจ ื”ืืœืžื ื˜",
421
+ "plural": "ืžื•ื›ืจื—ื™ื ืœื”ืกื™ืจ ืชืคืงื™ื“ื™ ARIA ${data.values} ื›ืืฉืจ ื”ืืœืžื ื˜ ื ืขืฉื” ื’ืœื•ื™, ืฉื›ืŸ ื”ื ืœื ืžื•ืจืฉื™ื ืขื‘ื•ืจ ื”ืืœืžื ื˜"
422
+ }
423
+ },
424
+ "aria-errormessage": {
425
+ "pass": "aria-errormessage ืงื™ื™ื ื•ืžืคื ื” ืœืืœืžื ื˜ื™ื ื”ื’ืœื•ื™ื™ื ืœืงื•ืจืื™ ืžืกืš ืฉืžืฉืชืžืฉื™ื ื‘ื˜ื›ื ื™ืงืช aria-errormessage ื ืชืžื›ืช",
426
+ "fail": {
427
+ "singular": "ืขืจืš aria-errormessage `${data.values}` ืžื•ื›ืจื— ืœื”ืฉืชืžืฉ ื‘ื˜ื›ื ื™ืงื” ืœื”ืงืจืืช ื”ื”ื•ื“ืขื” (ืœื“ื•ื’', aria-live, aria-describedby, role=alert, ื•ื›ื•')",
428
+ "plural": "ืขืจื›ื™ aria-errormessage `${data.values}` ืžื•ื›ืจื—ื™ื ืœื”ืฉืชืžืฉ ื‘ื˜ื›ื ื™ืงื” ืœื”ืงืจืืช ื”ื”ื•ื“ืขื” (ืœื“ื•ื’', aria-live, aria-describedby, role=alert, ื•ื›ื•')",
429
+ "hidden": "ืขืจืš aria-errormessage `${data.values}` ืœื ื™ื›ื•ืœ ืœื”ืคื ื•ืช ืœืืœืžื ื˜ ืกืžื•ื™"
430
+ },
431
+ "incomplete": {
432
+ "singular": "ื•ื“ืื• ืฉืขืจืš `aria-errormessage `${data.values} ืžืคื ื” ืœืืœืžื ื˜ ืงื™ื™ื",
433
+ "plural": "ื•ื“ืื• ืฉืขืจื›ื™ `aria-errormessage `${data.values} ืžืคื ื™ื ืœืืœืžื ื˜ื™ื ืงื™ื™ืžื™ื",
434
+ "idrefs": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืืœืžื ื˜ aria-errormessage ืงื™ื™ื ื‘ืขืžื•ื“: ${data.values}"
435
+ }
436
+ },
437
+ "aria-hidden-body": {
438
+ "pass": "ืืฃ ืชื›ื•ื ืช aria-hidden ืœื ื ืžืฆืืช ื‘ื’ื•ืฃ ื”ืžืกืžืš",
439
+ "fail": "ืืกื•ืจ ืฉ-aria-hidden=true ื™ื™ืžืฆื ื‘ื’ื•ืฃ ื”ืžืกืžืš"
440
+ },
441
+ "aria-level": {
442
+ "pass": "ืขืจื›ื™ aria-level ืงื‘ื™ืœื™ื",
443
+ "incomplete": "ืขืจื›ื™ aria-level ืืฉืจ ื’ื“ื•ืœื™ื ืž-6 ืœื ื ืชืžื›ื™ื ื‘ื›ืœ ื”ืฉื™ืœื•ื‘ื™ื ืฉืœ ืงื•ืจืื™ ืžืกืš ื•ื“ืคื“ืคื ื™ื"
444
+ },
445
+ "aria-prohibited-attr": {
446
+ "pass": "ืชื›ื•ื ืช ARIA ืžื•ืจืฉื™ืช",
447
+ "fail": {
448
+ "hasRolePlural": "ืœื ื ื™ืชืŸ ืœื”ืฉืชืžืฉ ื‘ืชื›ื•ื ืช ${data.prohibited} ืขื ืชืคืงื™ื“ \"${data.role}\".",
449
+ "hasRoleSingular": "ืœื ื ื™ืชืŸ ืœื”ืฉืชืžืฉ ื‘ืชื›ื•ื ื•ืช ${data.prohibited} ืขื ืชืคืงื™ื“ \"${data.role}\".",
450
+ "noRolePlural": "ืœื ื ื™ืชืŸ ืœื”ืฉืชืžืฉ ื‘ืชื›ื•ื ื•ืช ${data.prohibited} ืขื‘ื•ืจ ${data.nodeName} ืœืœื ืชื›ื•ื ืช ืชืคืงื™ื“ ืชืงืคื”.",
451
+ "noRoleSingular": "ืœื ื ื™ืชืŸ ืœื”ืฉืชืžืฉ ื‘ืชื›ื•ื ืช ${data.prohibited} ืขื‘ื•ืจ ${data.nodeName} ืœืœื ืชื›ื•ื ืช ืชืคืงื™ื“ ืชืงืคื”."
452
+ },
453
+ "incomplete": {
454
+ "hasRoleSingular": "ืชื›ื•ื ืช ${data.prohibited} ืื™ื ื” ื ืชืžื›ืช ื”ื™ื˜ื‘ ืขื‘ื•ืจ ืชืคืงื™ื“ \"${data.role}\".",
455
+ "hasRolePlural": "ืชื›ื•ื ื•ืช ${data.prohibited} ืื™ื ืŸ ื ืชืžื›ื•ืช ื”ื™ื˜ื‘ ืขื‘ื•ืจ ืชืคืงื™ื“ \"${data.role}\".",
456
+ "noRoleSingular": "ืชื›ื•ื ืช ${data.prohibited} ืื™ื ื” ื ืชืžื›ืช ื”ื™ื˜ื‘ ืขื‘ื•ืจ ${data.nodeName} ืœืœื ืชื›ื•ื ืช ืชืคืงื™ื“ ืชืงืคื”.",
457
+ "noRolePlural": "ืชื›ื•ื ื•ืช ${data.prohibited} ืื™ื ืŸ ื ืชืžื›ื•ืช ื”ื™ื˜ื‘ ืขื‘ื•ืจ ${data.nodeName} ืœืœื ืชื›ื•ื ืช ืชืคืงื™ื“ ืชืงืคื”."
458
+ }
459
+ },
460
+ "aria-required-attr": {
461
+ "pass": "ื›ืœ ืชื›ื•ื ื•ืช ARIA ื”ื“ืจื•ืฉื•ืช ื ืžืฆืื•ืช",
462
+ "fail": {
463
+ "singular": "ืชื›ื•ื ืช ARIA ื”ื“ืจื•ืฉื” ืœื ื ืžืฆืืช: ${data.values}",
464
+ "plural": "ืชื›ื•ื ื•ืช ARIA ื”ื“ืจื•ืฉื•ืช ืœื ื ืžืฆืื•ืช: ${data.values}"
465
+ }
466
+ },
467
+ "aria-required-children": {
468
+ "pass": {
469
+ "default": "ื™ืœื“ื™ ARIA ื”ื“ืจื•ืฉื™ื ื ืžืฆืื™ื"
470
+ },
471
+ "fail": {
472
+ "singular": "ืชืคืงื™ื“ ื™ืœื“ ARIA ื”ื“ืจื•ืฉ ืื™ื ื• ื ืžืฆื: ${data.values}",
473
+ "plural": "ืชืคืงื™ื“ ื™ืœื“ื™ ARIA ื”ื“ืจื•ืฉื™ื ืื™ื ื ื ืžืฆืื™ื: ${data.values}"
474
+ },
475
+ "incomplete": {
476
+ "singular": "ืžืฆืคื™ื ืฉืชืคืงื™ื“ ื™ืœื“ ARIA ื™ืชื•ื•ืกืฃ: ${data.values}",
477
+ "plural": "ืžืฆืคื™ื ืฉืชืคืงื™ื“ื™ ื™ืœื“ื™ ARIA ื™ืชื•ื•ืกืคื•: ${data.values}"
478
+ }
479
+ },
480
+ "aria-required-parent": {
481
+ "pass": "ืชืคืงื™ื“ ื”ื•ืจื” ARIA ื“ืจื•ืฉ ื ืžืฆื",
482
+ "fail": {
483
+ "singular": "ืชืคืงื™ื“ ื”ื•ืจื” ARIA ื“ืจื•ืฉ ืœื ื ืžืฆื: ${data.values}",
484
+ "plural": "ืชืคืงื™ื“ื™ ื”ื•ืจื™ื ARIA ื“ืจื•ืฉื™ื ืœื ื ืžืฆืื™ื: ${data.values}"
485
+ }
486
+ },
487
+ "aria-roledescription": {
488
+ "pass": "aria-roledescription ื‘ืฉื™ืžื•ืฉ ืขืœ ืชืคืงื™ื“ ืกืžื ื˜ื™ ื ืชืžืš",
489
+ "incomplete": "ื‘ื“ืงื• ืฉื”-aria-roledescription ืžื•ืฆื”ืจ ืขืœ ื™ื“ื™ ืงื•ืจืื™ ืžืกืš ื ืชืžื›ื™ื",
490
+ "fail": "ืชื ื• ืœืืœืžื ื˜ ืชืคืงื™ื“ ืฉืชื•ืžืš ื‘-aria-roledescription"
491
+ },
492
+ "aria-unsupported-attr": {
493
+ "pass": "ืชื›ื•ื ืช ARIA ื ืชืžื›ืช",
494
+ "fail": "ืชื›ื•ื ืช ARIA ืœื ื ืชืžื›ืช ื‘ื”ืจื—ื‘ื” ื‘ืงื•ืจืื™ ืžืกืš ื•ื˜ื›ื ื•ืœื•ื’ื™ื•ืช ืžืกื™ื™ืขื•ืช: ${data.values}"
495
+ },
496
+ "aria-valid-attr-value": {
497
+ "pass": "ื›ืœ ืขืจื›ื™ ืชื›ื•ื ื•ืช ARIA ืชืงื™ื ื™ื",
498
+ "fail": {
499
+ "singular": "ืขืจืš ืœื ืชืงื™ืŸ ืฉืœ ืชื›ื•ื ืช ARIA: ${data.values}",
500
+ "plural": "ืขืจื›ื™ื ืœื ืชืงื™ื ื™ื ืฉืœ ืชื›ื•ื ืช ARIA: ${data.values}"
501
+ },
502
+ "incomplete": {
503
+ "noId": "ืชื›ื•ื ืช ARIA ื”ืืœืžื ื˜ ID ืœื ืงื™ื™ื ื‘ืขืžื•ื“: ${data.needsReview}",
504
+ "noIdShadow": "ืืœืžื ื˜ ID ื‘ืชื›ื•ื ืช ARIA ืื™ื ื• ืงื™ื™ื ื‘ืขืžื•ื“ ืื• ืฉื”ื•ื ืฆืืฆื ืฉืœ ืฆืœ ืขืฅ DOM ืื—ืจ: ${data.needsReview}",
505
+ "ariaCurrent": "ืขืจืš ืชื›ื•ื ืช ARIA ืœื ืชืงื™ืŸ ื•ื™ืชื™ื™ื—ืกื• ืืœื™ื• ื›ืืœ \"aria-current=true\": ${data.needsReview}",
506
+ "idrefs": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ื‘ืชื›ื•ื ืช ARIA ื”ืืœืžื ื˜ ID ืงื™ื™ื ื‘ืขืžื•ื“: ${data.needsReview}"
507
+ }
508
+ },
509
+ "aria-valid-attr": {
510
+ "pass": "ืฉื ืชื›ื•ื ืช ARIA ืงื‘ื™ืœ",
511
+ "fail": {
512
+ "singular": "ืฉื ืœื ืงื‘ื™ืœ ืœืชื›ื•ื ืช ARIA: ${data.values}",
513
+ "plural": "ืฉืžื•ืช ืœื ืงื‘ื™ืœื™ื ืœืชื›ื•ื ื•ืช ARIA: ${data.values}"
514
+ }
515
+ },
516
+ "deprecatedrole": {
517
+ "pass": "ืชืคืงื™ื“ ARIA ืื™ื ื• ื ื’ื ื–",
518
+ "fail": "ืชืคืงื™ื“ ื–ื” ืื™ื ื• ื ื’ื ื–: ${data}"
519
+ },
520
+ "fallbackrole": {
521
+ "pass": "ืขืจืš ืชืคืงื™ื“ ืื—ื“ ื‘ืœื‘ื“ ื‘ืฉื™ืžื•ืฉ",
522
+ "fail": "ื”ืฉืชืžืฉื• ืจืง ื‘ืขืจืš ืชืคืงื™ื“ ืื—ื“, ืžืื—ืจ ื•ืชืคืงื™ื“ื™ fallback ืœื ื ืชืžื›ื™ื ื‘ื“ืคื“ืคื ื™ื ื™ืฉื ื™ื",
523
+ "incomplete": "ื”ืฉืชืžืฉื• ืจืง ื‘ืชืคืงื™ื“ 'presentation' ืื• 'none' ืžืื—ืจ ื•ื”ื ื ืจื“ืคื™ื."
524
+ },
525
+ "has-global-aria-attribute": {
526
+ "pass": {
527
+ "singular": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ARIA ื’ืœื•ื‘ืœื™ืช: ${data.values}",
528
+ "plural": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ื•ืช ARIA ื’ืœื•ื‘ืœื™ื•ืช: ${data.values}"
529
+ },
530
+ "fail": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ืช ARIA ื’ืœื•ื‘ืœื™ืช: "
531
+ },
532
+ "has-widget-role": {
533
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืชืคืงื™ื“ ืฉืœ ื•ื’ื“ื’'ื˜.",
534
+ "fail": "ืœืืœืžื ื˜ ืื™ืŸ ืชืคืงื™ื“ ืฉืœ ื•ื’ื“ื’'ื˜."
535
+ },
536
+ "invalidrole": {
537
+ "pass": "ืชืคืงื™ื“ ARIA ืงื‘ื™ืœ",
538
+ "fail": {
539
+ "singular": "ื”ืชืคืงื™ื“ ืฆืจื™ืš ืœื”ื™ื•ืช ืื—ื“ ืžืชืคืงื™ื“ื™ ARIA ื”ืงื‘ื™ืœื™ื: ${data.values}",
540
+ "plural": "ื”ืชืคืงื™ื“ื™ื ืฆืจื™ื›ื™ื ืœื”ื™ื•ืช ืžืชืคืงื™ื“ื™ ARIA ื”ืงื‘ื™ืœื™ื: ${data.values}"
541
+ }
542
+ },
543
+ "is-element-focusable": {
544
+ "pass": "ื”ืืœืžื ื˜ ื”ื•ื ื‘ืจ ืžื™ืงื•ื“.",
545
+ "fail": "ื”ืืœืžื ื˜ ืื™ื ื• ื‘ืจ ืžื™ืงื•ื“."
546
+ },
547
+ "no-implicit-explicit-label": {
548
+ "pass": "ืื™ืŸ ื—ื•ืกืจ ืชื™ืื•ื ื‘ื™ืŸ <label> ื•ืฉื ื ื’ื™ืฉ",
549
+ "incomplete": "ื‘ื“ืงื• ืฉื”-<label> ืœื ืฆืจื™ืš ืœื”ื™ื•ืช ื—ืœืง ืžืฉื ื”ืฉื“ื” ืฉืœ ARIA ${data}"
550
+ },
551
+ "unsupportedrole": {
552
+ "pass": "ืชืคืงื™ื“ ARIA ื ืชืžืš",
553
+ "fail": "ื”ืชืคืงื™ื“ ื‘ืฉื™ืžื•ืฉ ืœื ื ืชืžืš ื‘ื”ืจื—ื‘ื” ื‘ืงื•ืจืื™ ืžืกืš ื•ื˜ื›ื ื•ืœื•ื’ื™ื•ืช ืžืกื™ื™ืขื•ืช: ${data}"
554
+ },
555
+ "valid-scrollable-semantics": {
556
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืฉื“ื•ืช ืกืžื ื˜ื™ื™ื ืงื‘ื™ืœื™ื ืœืืœืžื ื˜ ื‘ืกื“ืจ ื”ืžื™ืงื•ื“.",
557
+ "fail": "ืœืืœืžื ื˜ ืื™ืŸ ืฉื“ื•ืช ืกืžื ื˜ื™ื™ื ืงื‘ื™ืœื™ื ืœืืœืžื ื˜ ื‘ืกื“ืจ ื”ืžื™ืงื•ื“."
558
+ },
559
+ "color-contrast-enhanced": {
560
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืžืกืคืง ืฉืœ ${data.contrastRatio}",
561
+ "fail": {
562
+ "default": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืœื ืžืกืคืง ืฉืœ ${data.contrastRatio} (ืฆื‘ืข ื—ื–ื™ืช: ${data.fgColor}, ืฆื‘ืข ืจืงืข: ${data.bgColor}, ื’ื•ื“ืœ ืคื•ื ื˜: ${data.fontSize}, ืžืฉืงืœ ืคื•ื ื˜: ${data.fontWeight}). ื™ื—ืก ื ื™ื’ื•ื“ ืžืฆื•ืคื” ืฉืœ ${data.expectedContrastRatio}",
563
+ "fgOnShadowColor": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืœื ืžืกืคืง ืฉืœ ${data.contrastRatio} ื‘ื™ืŸ ืฆื‘ืข ื”ื—ื–ื™ืช ื•ืฆื‘ืข ื”ืฆืœ (ืฆื‘ืข ื—ื–ื™ืช: ${data.fgColor}, ืฆื‘ืข ืฆืœ ื˜ืงืกื˜: ${data.shadowColor}, ื’ื•ื“ืœ ืคื•ื ื˜: ${data.fontSize}, ืžืฉืงืœ ืคื•ื ื˜: ${data.fontWeight}). ื™ื—ืก ื ื™ื’ื•ื“ ืžืฆื•ืคื” ืฉืœ ${data.expectedContrastRatio}",
564
+ "shadowOnBgColor": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืœื ืžืกืคืง ืฉืœ ${data.contrastRatio} ื‘ื™ืŸ ืฆื‘ืข ื”ืฆืœ ื•ืฆื‘ืข ื”ืจืงืข (ืฆื‘ืข ืฆืœ ื˜ืงืกื˜: ${data.shadowColor}, ืฆื‘ืข ืจืงืข: ${data.bgColor}, ื’ื•ื“ืœ ืคื•ื ื˜: ${data.fontSize}, ืžืฉืงืœ ืคื•ื ื˜: ${data.fontWeight}). ื™ื—ืก ื ื™ื’ื•ื“ ืžืฆื•ืคื” ืฉืœ ${data.expectedContrastRatio}"
565
+ },
566
+ "incomplete": {
567
+ "default": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ื™ื—ืก ื”ื ื™ื’ื•ื“",
568
+ "bgImage": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ืชืžื•ื ืช ืจืงืข",
569
+ "bgGradient": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ื’ืจื“ื” ื ืื˜ ืจืงืข",
570
+ "imgNode": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ืืœืžื ื˜ ืžื›ื™ืœ ืจื›ื™ื‘ ืชืžื•ื ื”",
571
+ "bgOverlap": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ื—ื•ืคืฃ ืขื ืืœืžื ื˜ ืื—ืจ",
572
+ "fgAlpha": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ื—ื–ื™ืช ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ืฉืงื™ืคื•ืช ืืœืคื",
573
+ "elmPartiallyObscured": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ืžื•ืกืชืจ ื—ืœืงื™ืช ืขืœ ื™ื“ื™ ืืœืžื ื˜ ืื—ืจ",
574
+ "elmPartiallyObscuring": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ื—ื•ืคืฃ ื—ืœืงื™ืช ืขื ืืœืžื ื˜ื™ื ืื—ืจื™ื",
575
+ "outsideViewport": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ืžื—ื•ืฅ ืœ-viewpoint",
576
+ "equalRatio": "ืœืืœืžื ื˜ ื™ืฉ ื™ื—ืก ื ื™ื’ื•ื“ 1:1 ืขื ื”ืจืงืข",
577
+ "shortTextContent": "ืชื•ื›ืŸ ื”ืืœืžื ื˜ ืงืฆืจ ืžื›ื“ื™ ืœืงื‘ื•ืข ืื ืžื“ื•ื‘ืจ ื‘ืชื•ื›ืŸ ื˜ืงืกื˜ ืืžื™ืชื™",
578
+ "nonBmp": "ืชื•ื›ืŸ ื”ืืœืžื ื˜ ืžื›ื™ืœ ืจืง ืชื•ื•ื™ื ืฉืื™ื ื ื˜ืงืกื˜",
579
+ "pseudoContent": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ืคืกืื•ื“ื•-ืืœืžื ื˜"
580
+ }
581
+ },
582
+ "color-contrast": {
583
+ "pass": {
584
+ "default": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืžืกืคืง ืฉืœ ${data.contrastRatio}",
585
+ "hidden": "ื”ืืœืžื ื˜ ืžื•ืกืชืจ"
586
+ },
587
+ "fail": {
588
+ "default": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืœื ืžืกืคืง ืฉืœ ${data.contrastRatio} (ืฆื‘ืข ื—ื–ื™ืช: ${data.fgColor}, ืฆื‘ืข ืจืงืข: ${data.bgColor}, ื’ื•ื“ืœ ืคื•ื ื˜: ${data.fontSize}, ืžืฉืงืœ ืคื•ื ื˜: ${data.fontWeight}). ื™ื—ืก ื ื™ื’ื•ื“ ืžืฆื•ืคื” ืฉืœ ${data.expectedContrastRatio}",
589
+ "fgOnShadowColor": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืœื ืžืกืคืง ืฉืœ ${data.contrastRatio} ื‘ื™ืŸ ืฆื‘ืข ื”ื—ื–ื™ืช ื•ืฆื‘ืข ื”ืฆืœ (ืฆื‘ืข ื—ื–ื™ืช: ${data.fgColor}, ืฆื‘ืข ืฆืœ ื˜ืงืกื˜: ${data.shadowColor}, ื’ื•ื“ืœ ืคื•ื ื˜: ${data.fontSize}, ืžืฉืงืœ ืคื•ื ื˜: ${data.fontWeight}). ื™ื—ืก ื ื™ื’ื•ื“ ืžืฆื•ืคื” ืฉืœ ${data.expectedContrastRatio}",
590
+ "shadowOnBgColor": "ืœืืœืžื ื˜ ื™ืฉ ื ื™ื’ื•ื“ ืฆื‘ืขื™ื ืœื ืžืกืคืง ืฉืœ ${data.contrastRatio} ื‘ื™ืŸ ืฆื‘ืข ื”ืฆืœ ื•ืฆื‘ืข ื”ืจืงืข (ืฆื‘ืข ืฆืœ ื˜ืงืกื˜: ${data.shadowColor}, ืฆื‘ืข ืจืงืข: ${data.bgColor}, ื’ื•ื“ืœ ืคื•ื ื˜: ${data.fontSize}, ืžืฉืงืœ ืคื•ื ื˜: ${data.fontWeight}). ื™ื—ืก ื ื™ื’ื•ื“ ืžืฆื•ืคื” ืฉืœ ${data.expectedContrastRatio}"
591
+ },
592
+ "incomplete": {
593
+ "default": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ื™ื—ืก ื”ื ื™ื’ื•ื“",
594
+ "bgImage": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ืชืžื•ื ืช ืจืงืข",
595
+ "bgGradient": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ื’ืจื“ื” ื ืื˜ ืจืงืข",
596
+ "imgNode": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ืืœืžื ื˜ ืžื›ื™ืœ ืจื›ื™ื‘ ืชืžื•ื ื”",
597
+ "bgOverlap": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ื—ื•ืคืฃ ืขื ืืœืžื ื˜ ืื—ืจ",
598
+ "fgAlpha": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ื—ื–ื™ืช ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ืฉืงื™ืคื•ืช ืืœืคื",
599
+ "elmPartiallyObscured": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ืžื•ืกืชืจ ื—ืœืงื™ืช ืขืœ ื™ื“ื™ ืืœืžื ื˜ ืื—ืจ",
600
+ "elmPartiallyObscuring": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ื—ื•ืคืฃ ื—ืœืงื™ืช ืขื ืืœืžื ื˜ื™ื ืื—ืจื™ื",
601
+ "outsideViewport": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื›ื™ื•ื•ืŸ ืฉื”ื•ื ืžื—ื•ืฅ ืœ-viewpoint",
602
+ "equalRatio": "ืœืืœืžื ื˜ ื™ืฉ ื™ื—ืก ื ื™ื’ื•ื“ 1:1 ืขื ื”ืจืงืข",
603
+ "shortTextContent": "ืชื•ื›ืŸ ื”ืืœืžื ื˜ ืงืฆืจ ืžื›ื“ื™ ืœืงื‘ื•ืข ืื ืžื“ื•ื‘ืจ ื‘ืชื•ื›ืŸ ื˜ืงืกื˜ ืืžื™ืชื™",
604
+ "nonBmp": "ืชื•ื›ืŸ ื”ืืœืžื ื˜ ืžื›ื™ืœ ืจืง ืชื•ื•ื™ื ืฉืื™ื ื ื˜ืงืกื˜",
605
+ "pseudoContent": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ืฆื‘ืข ื”ืจืงืข ืฉืœ ื”ืืœืžื ื˜ ื‘ื’ืœืœ ืคืกืื•ื“ื•-ืืœืžื ื˜"
606
+ }
607
+ },
608
+ "link-in-text-block": {
609
+ "pass": "ืงื™ืฉื•ืจื™ื ื™ื›ื•ืœื™ื ืœื”ื™ื‘ื“ืœ ืžื”ื˜ืงืกื˜ ืกื‘ื™ื‘ ื‘ื“ืจืš ืื—ืจืช ืฉื”ื™ื ืœื ืฆื‘ืข",
610
+ "fail": "ืงื™ืฉื•ืจื™ื ืฆืจื™ื›ื™ื ืœื”ื™ื‘ื“ืœ ืžื”ื˜ืงืกื˜ ืกื‘ื™ื‘ ื‘ื“ืจืš ืื—ืจืช ืฉื”ื™ื ืœื ืฆื‘ืข",
611
+ "incomplete": {
612
+ "default": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืืช ื™ื—ืก ื”ื ื™ื’ื•ื“",
613
+ "bgContrast": "ื™ื—ืก ื”ื ื™ื’ื•ื“ ืฉืœ ื”ืืœืžื ื˜ ืœื ื™ื›ื•ืœ ื”ื™ื” ืœื”ื™ืงื‘ืข. ื‘ื“ืงื• ืขื‘ื•ืจ ืขื™ืฆื•ื‘ ืžื‘ื“ื™ืœ ืฉืœ ืžืขื‘ืจ ืขื›ื‘ืจ/ืžื™ืงื•ื“",
614
+ "bgImage": "ื™ื—ืก ื”ื ื™ื’ื•ื“ ืฉืœ ื”ืืœืžื ื˜ ืœื ื™ื›ื•ืœ ื”ื™ื” ืœื”ื™ืงื‘ืข ื‘ื’ืœืœ ืชืžื•ื ืช ืจืงืข",
615
+ "bgGradient": "ื™ื—ืก ื”ื ื™ื’ื•ื“ ืฉืœ ื”ืืœืžื ื˜ ืœื ื™ื›ื•ืœ ื”ื™ื” ืœื”ื™ืงื‘ืข ื‘ื’ืœืœ ื’ืจื“ื™ืื ื˜ ืจืงืข",
616
+ "imgNode": "ื™ื—ืก ื”ื ื™ื’ื•ื“ ืฉืœ ื”ืืœืžื ื˜ ืœื ื™ื›ื•ืœ ื”ื™ื” ืœื”ื™ืงื‘ืข ื›ื™ื•ื•ืŸ ืฉื”ืืœืžื ื˜ ืžื›ื™ืœ ",
617
+ "bgOverlap": "ื™ื—ืก ื”ื ื™ื’ื•ื“ ืฉืœ ื”ืืœืžื ื˜ ืœื ื™ื›ื•ืœ ื”ื™ื” ืœื”ื™ืงื‘ืข ื‘ื’ืœืœ ื—ืคื™ืคืช ืืœืžื ื˜ื™ื"
618
+ }
619
+ },
620
+ "autocomplete-appropriate": {
621
+ "pass": "ืขืจืš ื”ื”ืฉืœืžื” ื”ืื•ื˜ื•ืžื˜ื™ืช ื”ื•ื ืขืœ ื”ืืœืžื ื˜ ื”ื ื›ื•ืŸ",
622
+ "fail": "ืขืจืš ื”ื”ืฉืœืžื” ื”ืื•ื˜ื•ืžื˜ื™ืช ืื™ื ื• ื ื›ื•ืŸ ืœืกื•ื’ ื–ื” ืฉืœ ืงืœื˜"
623
+ },
624
+ "autocomplete-valid": {
625
+ "pass": "ืชื›ื•ื ืช ื”ื”ืฉืœืžื” ื”ืื•ื˜ื•ืžื˜ื™ืช ืžื•ื’ื“ืจืช ื ื›ื•ื ื”",
626
+ "fail": "ืชื›ื•ื ืช ื”ื”ืฉืœืžื” ื”ืื•ื˜ื•ืžื˜ื™ืช ืื™ื ื” ืžื•ื’ื“ืจืช ื ื›ื•ื ื”"
627
+ },
628
+ "accesskeys": {
629
+ "pass": "ืขืจืš ืชื›ื•ื ืช accesskey ื”ื•ื ื™ื™ื—ื•ื“ื™",
630
+ "fail": "ืœืžืกืžืš ื™ืฉ ืžืกืคืจ ืืœืžื ื˜ื™ื ืขื ืื•ืชื• accesskey"
631
+ },
632
+ "focusable-content": {
633
+ "pass": "ืืœืžื ื˜ ืžื›ื™ืœ ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“",
634
+ "fail": "ืœืืœืžื ื˜ ืฆืจื™ืš ืœื”ื™ื•ืช ืชื•ื›ืŸ ื‘ืจ ืžื™ืงื•ื“"
635
+ },
636
+ "focusable-disabled": {
637
+ "pass": "ืื™ืŸ ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“ ืฉืžื•ื›ืœื™ื ื‘ืชื•ืš ืืœืžื ื˜",
638
+ "incomplete": "ื‘ื“ืงื• ืื ื”ืืœืžื ื˜ื™ื ื‘ื ื™ ื”ืžื™ืงื•ื“ ืžื ื™ืขื™ื ื‘ืื•ืคืŸ ืžื™ื™ื“ื™ ืืช ืกืžืŸ ื”ืžื™ืงื•ื“",
639
+ "fail": "ืฆืจื™ืš ืœื ื˜ืจืœ ืชื•ื›ืŸ ื‘ืจ ืžื™ืงื•ื“ ืื• ืœื”ืกื™ืจื• ืžื”-DOM"
640
+ },
641
+ "focusable-element": {
642
+ "pass": "ืืœืžื ื˜ ื”ื•ื ื‘ืจ ืžื™ืงื•ื“",
643
+ "fail": "ืืœืžื ื˜ ืฆืจื™ืš ืœื”ื™ื•ืช ื‘ืจ ืžื™ืงื•ื“"
644
+ },
645
+ "focusable-modal-open": {
646
+ "pass": "ืื™ืŸ ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“ ื‘ื–ืžืŸ ืฉื—ืœื•ืŸ ืคื•ืค-ืืค ืคืชื•ื—",
647
+ "incomplete": "ื‘ื“ืงื• ืฉืื™ ืืคืฉืจ ืœืคืชื•ื— ื‘ื›ืจื˜ื™ืกื™ื•ืช ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“ ื‘ืžืฆื‘ ื”ื ื•ื›ื—ื™ "
648
+ },
649
+ "focusable-no-name": {
650
+ "pass": "ืืœืžื ื˜ ืื™ื ื• ื‘ืกื“ืจ ื”ื›ืจื˜ื™ืกื™ื•ืช ืื• ืฉื™ืฉ ืœื• ื˜ืงืกื˜ ื ื’ื™ืฉ",
651
+ "fail": "ืืœืžื ื˜ ื”ื•ื ื‘ืกื“ืจ ื”ื›ืจื˜ื™ืกื™ื•ืช ื•ืื™ืŸ ืœื• ื˜ืงืกื˜ ื ื’ื™ืฉ",
652
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ืฉื ื ื’ื™ืฉ"
653
+ },
654
+ "focusable-not-tabbable": {
655
+ "pass": "ืื™ืŸ ืืœืžื ื˜ื™ื ื‘ื ื™ ืžื™ืงื•ื“ ืฉืžื•ื›ืœื™ื ื‘ืชื•ืš ืืœืžื ื˜",
656
+ "incomplete": "ื‘ื“ืงื• ืื ื”ืืœืžื ื˜ื™ื ื‘ื ื™ ื”ืžื™ืงื•ื“ ืžื ื™ืขื™ื ื‘ืื•ืคืŸ ืžื™ื™ื“ื™ ืืช ืกืžืŸ ื”ืžื™ืงื•ื“",
657
+ "fail": "ืœืชื•ื›ืŸ ื‘ืจ ืžื™ืงื•ื“ ืฆืจื™ืš ืฉื™ื”ื™ื” tabindex='-1' ืื• ืฉื™ื•ืกืจ ืžื”-DOM"
658
+ },
659
+ "frame-focusable-content": {
660
+ "pass": "ืœืืœืžื ื˜ ืื™ืŸ ืฆืืฆืื™ื ื‘ื ื™ ืžื™ืงื•ื“",
661
+ "fail": "ืœืืœืžื ื˜ ื™ืฉ ืฆืืฆืื™ื ื‘ื ื™ ืžื™ืงื•ื“",
662
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื™ืฉ ืฆืืฆืื™ื"
663
+ },
664
+ "landmark-is-top-level": {
665
+ "pass": "ืฆื™ื•ืŸ ื”ื“ืจืš ${data.role} ื”ื•ื ื‘ืจืžื” ื”ื’ื‘ื•ื”ื” ื‘ื™ื•ืชืจ.",
666
+ "fail": "ืฆื™ื•ืŸ ื”ื“ืจืš ${data.role} ืžื•ื›ืœ ื‘ืฆื™ื•ืŸ ื“ืจืš ืื—ืจ."
667
+ },
668
+ "no-focusable-content": {
669
+ "pass": "ืœืืœืžื ื˜ ืื™ืŸ ืฆืืฆืื™ื ื‘ื ื™ ืžื™ืงื•ื“",
670
+ "fail": {
671
+ "default": "ืœืืœืžื ื˜ ื™ืฉ ืฆืืฆืื™ื ื‘ื ื™ ืžื™ืงื•ื“",
672
+ "notHidden": "ืฉื™ืžื•ืฉ ื‘- tabindexืฉืœื™ืœื™ ืขืœ ืืœืžื ื˜ ื‘ืชื•ืš ื‘ืงืจื” ืื™ื ื˜ืจืืงื˜ื™ื‘ื™ืช ืื™ื ื• ืžื•ื ืข ืžื˜ื›ื ื•ืœื•ื’ื™ื•ืช ืกื™ื•ืข ืœืžืงื“ ืืช ื”ืืœืžื ื˜ (ืืคื™ืœื• ืขื 'aria-hidden=true')"
673
+ },
674
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื™ืฉ ืฆืืฆืื™ื"
675
+ },
676
+ "page-has-heading-one": {
677
+ "pass": "ืœืขืžื•ื“ ื™ืฉ ืœืคื—ื•ืช ื›ื•ืชืจืช ืื—ืช ื‘ืจืžื” 1",
678
+ "fail": "ืœืขืžื•ื“ ืžื•ื›ืจื—ื” ืœื”ื™ื•ืช ื›ื•ืชืจืช ืจืžื” 1"
679
+ },
680
+ "page-has-main": {
681
+ "pass": "ืœืขืžื•ื“ ื™ืฉ ืœืคื—ื•ืช ืฆื™ื•ืŸ ื“ืจืš ืจืืฉื™ ืื—ื“",
682
+ "fail": "ืœืขืžื•ื“ ืื™ืŸ ืฆื™ื•ืŸ ื“ืจืš ืจืืฉื™"
683
+ },
684
+ "page-no-duplicate-banner": {
685
+ "pass": "ืœืžืกืžืš ืื™ืŸ ื™ื•ืชืจ ืžื‘ืื ืจ ืฆื™ื•ืŸ ื“ืจืš ืื—ื“",
686
+ "fail": "ืœืžืกืžืš ื™ืฉ ื™ื•ืชืจ ืžื‘ืื ืจ ืฆื™ื•ืŸ ื“ืจืš ืื—ื“"
687
+ },
688
+ "page-no-duplicate-contentinfo": {
689
+ "pass": "ืœืžืกืžืš ืื™ืŸ ื™ื•ืชืจ ืžืฆื™ื•ืŸ ื“ืจืš ืžื™ื“ืข-ืชื•ื›ืŸ ืื—ื“",
690
+ "fail": "ืœืžืกืžืš ื™ืฉ ื™ื•ืชืจ ืžืฆื™ื•ืŸ ื“ืจืš ืžื™ื“ืข-ืชื•ื›ืŸ ืื—ื“"
691
+ },
692
+ "page-no-duplicate-main": {
693
+ "pass": "ืœืžืกืžืš ืื™ืŸ ื™ื•ืชืจ ืžืฆื™ื•ืŸ ื“ืจืš ืจืืฉื™ ืื—ื“",
694
+ "fail": "ืœืžืกืžืš ื™ืฉ ื™ื•ืชืจ ืžืฆื™ื•ืŸ ื“ืจืš ืจืืฉื™ ืื—ื“"
695
+ },
696
+ "tabindex": {
697
+ "pass": "ืœืืœืžื ื˜ ืื™ืŸ tabindex ื’ื“ื•ืœ ืž-0",
698
+ "fail": "ืœืืœืžื ื˜ ื™ืฉ tabindex ื’ื“ื•ืœ ืž-0"
699
+ },
700
+ "alt-space-value": {
701
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืขืจืš ืชื›ื•ื ื” ื—ืœื•ืคื™ ืงื‘ื™ืœ",
702
+ "fail": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ื” ื—ืœื•ืคื™ืช ืฉืžื›ื™ืœื” ืจืง ืชื• ืจื•ื•ื—, ืฉืœื ื›ืœ ืงื•ืจืื™ ื”ืžืกืš ืžืชืขืœืžื™ื ืžืžื ื•"
703
+ },
704
+ "duplicate-img-label": {
705
+ "pass": "ืืœืžื ื˜ ืœื ืžืฉื›ืคืœ ื˜ืงืกื˜ ืงื™ื™ื ื‘ื˜ืงืกื˜ ื—ืœื•ืคื™ ืฉืœ <img>",
706
+ "fail": "ืืœืžื ื˜ ืžื›ื™ืœ ืืœืžื ื˜ <img> ืขื ื˜ืงืกื˜ ื—ืœื•ืคื™ ืฉืžืฉื›ืคืœ ื˜ืงืกื˜ ืงื™ื™ื"
707
+ },
708
+ "explicit-label": {
709
+ "pass": "ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ืžืคื•ืจืฉ",
710
+ "fail": "ืœืืœืžื ื˜ ื˜ื•ืคืก ืื™ืŸ <label> ืžืคื•ืจืฉ",
711
+ "incomplete": "ืื™ ืืคืฉืจ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ืžืคื•ืจืฉ"
712
+ },
713
+ "help-same-as-label": {
714
+ "pass": "ื˜ืงืกื˜ ืขื–ืจื” (ื›ื•ืชืจืช ืื• aria-describedby) ืœื ืžืฉื›ืคืœ ื˜ืงืกื˜ ืชื•ื•ื™ืช",
715
+ "fail": "ื˜ืงืกื˜ ืขื–ืจื” (ื›ื•ืชืจืช ืื• aria-describedby) ื–ื”ื” ืœื˜ืงืกื˜ ื”ืชื•ื•ื™ืช"
716
+ },
717
+ "hidden-explicit-label": {
718
+ "pass": "ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ื‘ืจื•ืจ ื•ื’ืœื•ื™",
719
+ "fail": "ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ื‘ืจื•ืจ ืฉื”ื•ื ื—ื‘ื•ื™",
720
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ื‘ืจื•ืจ ืฉื”ื•ื ื’ืœื•ื™"
721
+ },
722
+ "implicit-label": {
723
+ "pass": "ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ืžืจื•ืžื– (ื’ื•ืœืฉ)",
724
+ "fail": "ืœืืœืžื ื˜ ื˜ื•ืคืก ืื™ืŸ <label> ืžืจื•ืžื– (ื’ื•ืœืฉ)",
725
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื˜ื•ืคืก ื™ืฉ <label> ืžืจื•ืžื– (ื’ื•ืœืฉ)"
726
+ },
727
+ "label-content-name-mismatch": {
728
+ "pass": "ืืœืžื ื˜ ืžื›ื™ืœ ื˜ืงืกื˜ ื’ืœื•ื™ ื›ื—ืœืง ืžืฉืžื• ื”ื ื’ื™ืฉ",
729
+ "fail": "ื”ื˜ืงืกื˜ ื‘ืชื•ืš ื‘ืืœืžื ื˜ ืœื ื›ืœื•ืœ ื‘ืฉื ื”ื ื’ื™ืฉ"
730
+ },
731
+ "multiple-label": {
732
+ "pass": "ืœืฉื“ื” ื˜ื•ืคืก ืื™ืŸ ื”ืจื‘ื” ืืœืžื ื˜ื™ื ืฉืœ ืชื•ื•ื™ืช",
733
+ "incomplete": "ืืœืžื ื˜ื™ื ืžืจื•ื‘ื™ื ืฉืœ ืชื•ื•ื™ืช ืื™ื ื ื ืชืžื›ื™ื ื‘ืื•ืคืŸ ื ืจื—ื‘ ื‘ื˜ื›ื ื•ืœื•ื’ื™ื•ืช ืžืกื™ื™ืขื•ืช. ื•ื“ืื• ืฉื”ืชื•ื•ื™ืช ื”ืจืืฉื•ื ื” ืžื›ื™ืœื” ืืช ื›ืœ ื”ืžื™ื“ืข ื”ื ื—ื•ืฅ."
734
+ },
735
+ "title-only": {
736
+ "pass": "ืืœืžื ื˜ ื˜ื•ืคืก ืœื ืžืฉืชืžืฉ ืจืง ื‘ืชื›ื•ื ื” ื›ื•ืชืจืช ื‘ืชื•ืจ ืชื•ื•ื™ืช",
737
+ "fail": "ืจืง ื›ื•ืชืจืช ืžืฉืžืฉืช ืœื™ื™ืฆื•ืจ ืชื•ื•ื™ืช ืœืืœืžื ื˜ ื˜ื•ืคืก"
738
+ },
739
+ "landmark-is-unique": {
740
+ "pass": "ืฆื™ื•ื ื™ ื“ืจืš ืžื•ื›ืจื—ื™ื ืœื”ื™ื•ืช ืขื ืชืคืงื™ื“ ื™ื™ื—ื•ื“ื™ ืื• ืฉื™ืœื•ื‘ ืชืคืงื™ื“/ืชื•ื•ื™ืช/ื›ื•ืชืจืช (ืœื“ื•ื’' ืฉื ื ื’ื™ืฉ)",
741
+ "fail": "ืœืฆื™ื•ืŸ ื”ื“ืจืš ืžื•ื›ืจื— ืœื”ื™ื•ืช aria-label, aria-labelledby, ืื• ื›ื•ืชืจืช ื›ื“ื™ ืœื”ืคื•ืš ืฆื™ื•ื ื™ ื“ืจืš ืœื™ื™ื—ื•ื“ื™ื™ื"
742
+ },
743
+ "has-lang": {
744
+ "pass": "ืœืืœืžื ื˜ <html> ื™ืฉ ืชื›ื•ื ืช lang",
745
+ "fail": {
746
+ "noXHTML": "ื”ืชื›ื•ื ื” xml:lang ืื™ื ื” ืชืงื™ื ื” ื‘ืขืžื•ื“ื™ HTML, ื”ืฉืชืžืฉื• ื‘ืชื›ื•ื ื” lang.",
747
+ "noLang": "ืœืืœืžื ื˜ <html> ืื™ืŸ ืชื›ื•ื ืช lang"
748
+ }
749
+ },
750
+ "valid-lang": {
751
+ "pass": "ืขืจืš ื”ืชื›ื•ื ื” lang ื›ืœื•ืœ ื‘ืจืฉื™ืžืช ื”ืฉืคื•ืช ื”ืงื‘ื™ืœื•ืช",
752
+ "fail": "ืขืจืš ื”ืชื›ื•ื ื” lang ืื™ื ื• ื›ืœื•ืœ ื‘ืจืฉื™ืžืช ื”ืฉืคื•ืช ื”ืงื‘ื™ืœื•ืช"
753
+ },
754
+ "xml-lang-mismatch": {
755
+ "pass": "ืœืชื›ื•ื ื•ืช lang ื•-xml:lang ื™ืฉ ืืช ืื•ืชื” ืฉืคืช ื‘ืกื™ืก",
756
+ "fail": "ืœืชื›ื•ื ื•ืช lang ื•-xml:lang ืื™ืŸ ืืช ืื•ืชื” ืฉืคืช ื‘ืกื™ืก"
757
+ },
758
+ "dlitem": {
759
+ "pass": "ืœืคืจื™ื˜ ืจืฉื™ืžื” ืชื™ืื•ืจื™ืช ื™ืฉ ืืœืžื ื˜ ื”ื•ืจื” <dl>",
760
+ "fail": "ืœืคืจื™ื˜ ืจืฉื™ืžื” ืชื™ืื•ืจื™ืช ืื™ืŸ ืืœืžื ื˜ ื”ื•ืจื” <dl>"
761
+ },
762
+ "listitem": {
763
+ "pass": "ืœืคืจื™ื˜ ืจืฉื™ืžื” ื™ืฉ <ul>, <ol> ืื• ืฉืืœืžื ื˜ ื”ื•ืจื” ื”ื•ื role=\"list\"",
764
+ "fail": {
765
+ "default": "ืœืคืจื™ื˜ ืจืฉื™ืžื” ืื™ืŸ <ul>, <ol> ืืœืžื ื˜ ื”ื•ืจื”",
766
+ "roleNotValid": "ืœืคืจื™ื˜ ืจืฉื™ืžื” ืื™ืŸ <ul>, <ol> ืืœืžื ื˜ ื”ื•ืจื” ืœืœื ืชืคืงื™ื“, ืื• ืฉืžืชืงื™ื™ื role=\"list\""
767
+ }
768
+ },
769
+ "only-dlitems": {
770
+ "pass": "ืœืืœืžื ื˜ ืจืฉื™ืžื” ื™ืฉ ืจืง ื™ืœื“ื™ื ื™ืฉื™ืจื™ื ืฉืžื•ืจืฉื™ื ื‘ืชื•ืš ืืœืžื ื˜ื™ื ืฉืœ <dt> ืื• <dd>",
771
+ "fail": "ืœืืœืžื ื˜ ืจืฉื™ืžื” ื™ืฉ ื™ืœื™ื“ื™ื ื™ืฉื™ืจื™ื ืฉืื™ื ื ืžื•ืจืฉื™ื ื‘ืชื•ืš ืืœืžื ื˜ื™ื ืฉืœ <dt> ืื• <dd>"
772
+ },
773
+ "only-listitems": {
774
+ "pass": "ืœืืœืžื ื˜ ืจืฉื™ืžื” ื™ืฉ ืจืง ื™ืœื“ื™ื ื™ืฉื™ืจื™ื ืฉืžื•ืจืฉื™ื ื‘ืชื•ืš ืืœืžื ื˜ื™ื ืฉืœ <li>",
775
+ "fail": {
776
+ "default": "ืœืืœืžื ื˜ ืจืฉื™ืžื” ื™ืฉ ื™ืœื™ื“ื™ื ื™ืฉื™ืจื™ื ืฉืื™ื ื ืžื•ืจืฉื™ื ื‘ืชื•ืš ืืœืžื ื˜ื™ื ืฉืœ <li>",
777
+ "roleNotValid": "ืœืืœืžื ื˜ ืจืฉื™ืžื” ื™ืฉ ื™ืœื“ื™ื ื™ืฉื™ืจื™ื ืขื ืชืคืงื™ื“ ืฉืœื ืžื•ืจืฉื”: ${data.roles}"
778
+ }
779
+ },
780
+ "structured-dlitems": {
781
+ "pass": "ื›ืืฉืจ ืื™ื ื• ืจื™ืง, ืœืืœืžื ื˜ ื™ืฉ ื”ืŸ ืืœืžื ื˜ื™ื ืฉืœ <dt> ื•ื”ืŸ ืืœืžื ื˜ื™ื ืฉืœ <dd>",
782
+ "fail": "ื›ืืฉืจ ืื™ื ื• ืจื™ืง, ืœืืœืžื ื˜ ืื™ืŸ ื”ืŸ ืœืคื—ื•ืช ืืœืžื ื˜ ืื—ื“ ืฉืœ <dt> ื•ืœืื—ืจ ืžื›ืŸ ืœืคื—ื•ืช ืืœืžื ื˜ ืื—ื“ ืฉืœ <dd>"
783
+ },
784
+ "caption": {
785
+ "pass": "ืœืืœืžื ื˜ ืžื•ืœื˜ื™ืžื“ื™ื” ื™ืฉ ืจืฆื•ืขืช ื›ืชื•ื‘ื™ื•ืช",
786
+ "incomplete": "ื‘ื“ืงื• ืฉื”ื›ืชื•ื‘ื™ื•ืช ื–ืžื™ื ื•ืช ืขื‘ื•ืจ ื”ืืœืžื ื˜"
787
+ },
788
+ "frame-tested": {
789
+ "pass": "ื”-iframe ื ื‘ื—ื ื” ืขื axe-core",
790
+ "fail": "ืื™ ืืคืฉืจ ื”ื™ื” ืœื‘ื—ื•ืŸ ืืช ื”-iframe ืขื axe-core",
791
+ "incomplete": "ืขื“ื™ื™ืŸ ืฆืจื™ืš ืœื‘ื—ื•ืŸ ืืช ื”-iframe ืขื axe-core"
792
+ },
793
+ "no-autoplay-audio": {
794
+ "pass": "<video> ืื• <audio> ืื™ื ื ืžืคื™ืงื™ื ืฉืžืข ืขื‘ื•ืจ ื™ื•ืชืจ ืžืžืฉืš ื”ื–ืžืŸ ื”ืžื•ืชืจ ืื• ืฉืงื™ื™ืžื™ื ืžื ื’ื ื•ื ื™ ื‘ืงืจื”",
795
+ "fail": "<video> ืื• <audio> ืžืคื™ืงื™ื ืฉืžืข ืขื‘ื•ืจ ื™ื•ืชืจ ืžืžืฉืš ื”ื–ืžืŸ ื”ืžื•ืชืจ ืื• ืฉืœื ืงื™ื™ืžื™ื ืžื ื’ื ื•ื ื™ ื‘ืงืจื”",
796
+ "incomplete": "ื‘ื“ืงื• ืฉื”-<video> ืื• ื”-<audio> ืื™ื ื ืžืคื™ืงื™ื ืฉืžืข ืขื‘ื•ืจ ื™ื•ืชืจ ืžืžืฉืš ื”ื–ืžืŸ ื”ืžื•ืชืจ ืื• ืžืกืคืงื™ื ืžื ื’ื ื•ื ื™ ื‘ืงืจื”"
797
+ },
798
+ "css-orientation-lock": {
799
+ "pass": "ื”ืชืฆื•ื’ื” ื ื™ืชื ืช ืœื”ืคืขืœื”, ื•ื ืขื™ืœื•ืช ื›ื™ื•ื•ืŸ ืžืกืš ืœื ืงื™ื™ืžืช",
800
+ "fail": "ื ืขื™ืœืช ืžืกืš ื‘-CSS ืžื•ืคืขืœืช, ื•ื”ื•ืคื›ืช ืืช ื”ืชืฆื•ื’ื” ืœื‘ืœืชื™ ื ื™ืชื ืช ืœื”ืคืขืœื”",
801
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ื ืขื™ืœืช ืžืกืš ื‘-CSS"
802
+ },
803
+ "meta-viewport-large": {
804
+ "pass": "ืชื’ื™ืช <meta> ืœื ืžื•ื ืขืช ื”ื’ื“ืœื” ืžืฉืžืขื•ืชื™ืช ืขืœ ืžื›ืฉื™ืจื™ื ื ื™ื™ื“ื™ื",
805
+ "fail": "ืชื’ื™ืช <meta> ืžื’ื‘ื™ืœื” ืืช ื”ื”ื’ื“ืœื” ืขืœ ืžื›ืฉื™ืจื™ื ื ื™ื™ื“ื™ื"
806
+ },
807
+ "meta-viewport": {
808
+ "pass": "ืชื’ื™ืช <meta> ืœื ืžื‘ื˜ืœืช ื”ื’ื“ืœื” ืขืœ ืžื›ืฉื™ืจื™ื ื ื™ื™ื“ื™ื",
809
+ "fail": "${data} ืขืœ ืชื’ื™ืช <meta> ืžื‘ื˜ืœืช ื”ื’ื“ืœื” ืขืœ ืžื›ืฉื™ืจื™ื ื ื™ื™ื“ื™ื"
810
+ },
811
+ "header-present": {
812
+ "pass": "ื™ืฉ ืœืขืžื•ื“ ื›ื•ืชืจืช",
813
+ "fail": "ืื™ืŸ ืœืขืžื•ื“ ื›ื•ืชืจืช"
814
+ },
815
+ "heading-order": {
816
+ "pass": "ืกื“ืจ ื”ื›ื•ืชืจื•ืช ืชืงื™ืŸ",
817
+ "fail": "ืกื“ืจ ื”ื›ื•ืชืจื•ืช ืœื ืชืงื™ืŸ",
818
+ "incomplete": "ืื™ ืืคืฉืจ ืœืงื‘ื•ืข ืžื” ื”ื›ื•ืชืจืช ื”ืงื•ื“ืžืช"
819
+ },
820
+ "identical-links-same-purpose": {
821
+ "pass": "ืื™ืŸ ืงื™ืฉื•ืจื™ื ืขื ืื•ืชื• ื”ืฉื ืฉืžื•ื‘ื™ืœื™ื ืœ-URL ืฉื•ื ื™ื",
822
+ "incomplete": "ื‘ื“ืงื• ืฉืœืงื™ืฉื•ืจื™ื ื™ืฉ ืื•ืชื” ืžื˜ืจื”, ืื• ืฉื”ื ื“ื•-ืžืฉืžืขื™ื™ื ื‘ื›ื•ื•ื ื”."
823
+ },
824
+ "internal-link-present": {
825
+ "pass": "ื ืžืฆื ืงื™ืฉื•ืจ ื“ื™ืœื•ื’ ืชืงื™ืŸ",
826
+ "fail": "ืœื ื ืžืฆื ืงื™ืฉื•ืจ ื“ื™ืœื•ื’ ืชืงื™ืŸ"
827
+ },
828
+ "landmark": {
829
+ "pass": "ืœืขืžื•ื“ ื™ืฉ ืื–ื•ืจ ืฆื™ื•ืŸ ื“ืจืš",
830
+ "fail": "ืœืขืžื•ื“ ืื™ืŸ ืื–ื•ืจ ืฆื™ื•ืŸ ื“ืจืš"
831
+ },
832
+ "meta-refresh-no-exceptions": {
833
+ "pass": "ืชื’ื™ืช <meta> ืœื ืžืจืขื ื ืช ืžื™ื™ื“ ืืช ื”ืขืžื•ื“",
834
+ "fail": "ืชื’ื™ืช <meta> ื›ื•ืคื” ืจื™ืขื ื•ืŸ ืžืชื•ื–ืžืŸ ืฉืœ ื”ืขืžื•ื“"
835
+ },
836
+ "meta-refresh": {
837
+ "pass": "ืชื’ื™ืช <meta> ืœื ืžืจืขื ื ืช ืžื™ื™ื“ ืืช ื”ืขืžื•ื“",
838
+ "fail": "ืชื’ื™ืช <meta> ื›ื•ืคื” ืจื™ืขื ื•ืŸ ืžืชื•ื–ืžืŸ ืฉืœ ื”ืขืžื•ื“ (ืคื—ื•ืช ืž-20 ืฉืขื•ืช)"
839
+ },
840
+ "p-as-heading": {
841
+ "pass": "ืืœืžื ื˜ื™ื ืฉืœ <p> ืœื ืžืขื•ืฆื‘ื™ื ื›ื›ื•ืชืจื•ืช",
842
+ "fail": "ื™ืฉ ืœื”ืฉืชืžืฉ ื‘ืืœืžื ื˜ื™ื ืฉืœ ื›ื•ืชืจืช ื‘ืžืงื•ื ื‘ืืœืžื ื˜ื™ื ืžืขื•ืฆื‘ื™ื ืฉืœ <p>",
843
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืืœืžื ื˜ื™ื ืฉืœ <p> ืžืขื•ืฆื‘ื™ื ื›ื›ื•ืชืจื•ืช"
844
+ },
845
+ "region": {
846
+ "pass": "ื›ืœ ื”ืชื•ื›ืŸ ื‘ืขืžื•ื“ ืžื•ื›ืœ ื‘ืฆื™ื•ื ื™ ื“ืจืš",
847
+ "fail": "ื—ืœืง ืžืชื•ื›ืŸ ื”ืขืžื•ื“ ืœื ืžื•ื›ืœ ื‘ืฆื™ื•ื ื™ ื“ืจืš"
848
+ },
849
+ "skip-link": {
850
+ "pass": "ืงื™ื™ืžืช ืžื˜ืจื” ืœืงื™ืฉื•ืจ ื“ื™ืœื•ื’ ืœืชื•ื›ืŸ",
851
+ "incomplete": "ืžื˜ืจื” ืœืงื™ืฉื•ืจ ื“ื™ืœื•ื’ ืœืชื•ื›ืŸ ืฆืจื™ื›ื” ืœื”ืคื•ืš ืœื’ืœื•ื™ื” ืขื ื”ื”ืคืขืœื”",
852
+ "fail": "ืื™ืŸ ืžื˜ืจื” ืœืงื™ืฉื•ืจ ื“ื™ืœื•ื’ ืœืชื•ื›ืŸ"
853
+ },
854
+ "unique-frame-title": {
855
+ "pass": "ืชื›ื•ื ืช ื”ื›ื•ืชืจืช ืฉืœ ื”ืืœืžื ื˜ ื™ื™ื—ื•ื“ื™ืช",
856
+ "fail": "ืชื›ื•ื ืช ื”ื›ื•ืชืจืช ืฉืœ ื”ืืœืžื ื˜ ืื™ื ื” ื™ื™ื—ื•ื“ื™ืช"
857
+ },
858
+ "duplicate-id-active": {
859
+ "pass": "ืœืžืกืžืš ืื™ืŸ ืืœืžื ื˜ื™ื ืคืขื™ืœื™ื ืฉื—ื•ืœืงื™ื ืืช ืื•ืชื” ืชื›ื•ื ืช id",
860
+ "fail": "ืœืžืกืžืš ื™ืฉ ืืœืžื ื˜ื™ื ืคืขื™ืœื™ื ืขื ืื•ืชื” ืชื›ื•ื ืช id: ${data}"
861
+ },
862
+ "duplicate-id-aria": {
863
+ "pass": "ืœืžืกืžืš ืื™ืŸ ืืœืžื ื˜ื™ื ืขื ื”ืคื ื™ื” ืขืœ ื™ื“ื™ ARIA ืื• ืชื•ื•ื™ื•ืช ืฉื—ื•ืœืงื•ืช ืืช ืื•ืชื” ืชื›ื•ื ืช id",
864
+ "fail": "ืœืžืกืžืš ื™ืฉ ืžืกืคืจ ืืœืžื ื˜ื™ื ื”ืžื•ืคื ื™ื ืขืœ ื™ื“ื™ ARIA ืขื ืื•ืชื” ืชื›ื•ื ืช id: ${data}"
865
+ },
866
+ "duplicate-id": {
867
+ "pass": "ืœืžืกืžืš ืื™ืŸ ืืœืžื ื˜ื™ื ืกื˜ื˜ื™ื™ื ืฉื—ื•ืœืงื™ื ืื•ืชื” ืชื›ื•ื ืช id",
868
+ "fail": "ืœืžืกืžืš ื™ืฉ ืžืกืคืจ ืืœืžื ื˜ื™ื ืกื˜ื˜ื™ื™ื ืขื ืื•ืชื” ืชื›ื•ื ืช id: ${data}"
869
+ },
870
+ "aria-label": {
871
+ "pass": "ืชื›ื•ื ืช aria-label ืงื™ื™ืžืช ื•ืื™ื ื” ืจื™ืงื”",
872
+ "fail": "ืชื›ื•ื ืช aria-label ืื™ื ื” ืงื™ื™ืžืช ืื• ืฉื”ื™ื ืจื™ืงื”"
873
+ },
874
+ "aria-labelledby": {
875
+ "pass": "ืชื›ื•ื ืช aria-labeledby ืงื™ื™ืžืช ื•ืžืคื ื” ืœืืœืžื ื˜ื™ื ืฉื’ืœื•ื™ื™ื ืœืงื•ืจืื™ ืžืกืš",
876
+ "fail": "ืชื›ื•ื ืช aria-labeledby ืœื ืงื™ื™ืžืช, ืžืคื ื” ืœืืœืžื ื˜ื™ื ืฉืœื ืงื™ื™ืžื™ื ืื• ืžืคื ื” ืœืืœืžื ื˜ื™ื ืจื™ืงื™ื",
877
+ "incomplete": "ื•ื“ืื• ืฉ- aria-labeledby ืžืคื ื” ืœืืœืžื ื˜ ืงื™ื™ื"
878
+ },
879
+ "avoid-inline-spacing": {
880
+ "pass": "ืื™ืŸ ืขื™ืฆื•ื‘ื™ื ื‘ืชื•ืš ื”ืฉื•ืจื” ืขื '!important' ืฉืžืฉืคื™ืขื™ื ืขืœ ืจื™ื•ื•ื— ื”ื˜ืงืกื˜ ืฉื”ื•ื’ื“ืจ",
881
+ "fail": {
882
+ "singular": "ื”ืกื™ืจื• ืืช '!important' ืžืขื™ืฆื•ื‘ ื‘ืชื•ืš ื”ืฉื•ืจื” ${data.values}, ื›ื™ื•ื•ืŸ ืฉื“ืจื™ืกืชื• ืœื ื ืชืžื›ืช ืขืœ ื™ื“ื™ ืจื•ื‘ ื”ื“ืคื“ืคื ื™ื",
883
+ "plural": "ื”ืกื™ืจื• ืืช '!important' ืžืขื™ืฆื•ื‘ื™ ื‘ืชื•ืš ื”ืฉื•ืจื” ${data.values}, ื›ื™ื•ื•ืŸ ืฉื“ืจื™ืกืชื• ืœื ื ืชืžื›ืช ืขืœ ื™ื“ื™ ืจื•ื‘ ื”ื“ืคื“ืคื ื™ื"
884
+ }
885
+ },
886
+ "button-has-visible-text": {
887
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ื˜ืงืกื˜ ืคื ื™ืžื™ ืฉื’ืœื•ื™ ืœืงื•ืจืื™ ืžืกืš",
888
+ "fail": "ืœืืœืžื ื˜ ืื™ืŸ ื˜ืงืกื˜ ืคื ื™ืžื™ ืฉื’ืœื•ื™ ืœืงื•ืจืื™ ืžืกืš",
889
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื™ืฉ ื™ืœื“ื™ื"
890
+ },
891
+ "doc-has-title": {
892
+ "pass": "ืœืžืกืžืš ื™ืฉ ืืœืžื ื˜ ืœื-ืจื™ืง ืฉืœ <title>",
893
+ "fail": "ืœืžืกืžืš ืื™ืŸ ืืœืžื ื˜ ืœื-ืจื™ืง ืฉืœ <title>"
894
+ },
895
+ "exists": {
896
+ "pass": "ื”ืืœืžื ื˜ ืœื ืงื™ื™ื",
897
+ "incomplete": "ื”ืืœืžื ื˜ ืงื™ื™ื"
898
+ },
899
+ "has-alt": {
900
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ื˜ืงืกื˜ ื—ืœื•ืคื™",
901
+ "fail": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ืช ื˜ืงืกื˜ ื—ืœื•ืคื™"
902
+ },
903
+ "has-visible-text": {
904
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ื˜ืงืกื˜ ืฉื’ืœื•ื™ ืœืงื•ืจืื™ ืžืกืš",
905
+ "fail": "ืœืืœืžื ื˜ ืื™ืŸ ื˜ืงืกื˜ ืฉื’ืœื•ื™ ืœืงื•ืจืื™ ืžืกืš",
906
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื™ืฉ ื™ืœื“ื™ื"
907
+ },
908
+ "is-on-screen": {
909
+ "pass": "ื”ืืœืžื ื˜ ืื™ื ื• ื’ืœื•ื™",
910
+ "fail": "ื”ืืœืžื ื˜ ื’ืœื•ื™"
911
+ },
912
+ "non-empty-alt": {
913
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ื˜ืงืกื˜ ื—ืœื•ืคื™ ืœื ืจื™ืงื”",
914
+ "fail": {
915
+ "noAttr": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ืช ื˜ืงืกื˜ ื—ืœื•ืคื™",
916
+ "emptyAttr": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ื˜ืงืกื˜ ื—ืœื•ืคื™ ืจื™ืงื”"
917
+ }
918
+ },
919
+ "non-empty-if-present": {
920
+ "pass": {
921
+ "default": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ืช ืขืจืš",
922
+ "has-label": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ืขืจืš ืœื ืจื™ืงื”"
923
+ },
924
+ "fail": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ืขืจืš ื•ืชื›ื•ื ืช ื”ืขืจืš ืจื™ืงื”"
925
+ },
926
+ "non-empty-placeholder": {
927
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ื” ืฉืœ ืžืžืœื ืžืงื•ื",
928
+ "fail": {
929
+ "noAttr": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ื” ืฉืœ ืžืžืœื ืžืงื•ื",
930
+ "emptyAttr": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ื” ืฉืœ ืžืžืœื ืžืงื•ื ืจื™ืง"
931
+ }
932
+ },
933
+ "non-empty-title": {
934
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ื›ื•ืชืจืช",
935
+ "fail": {
936
+ "noAttr": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ืช ื›ื•ืชืจืช",
937
+ "emptyAttr": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ื›ื•ืชืจืช ืจื™ืงื”"
938
+ }
939
+ },
940
+ "non-empty-value": {
941
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ืขืจืš ืœื ืจื™ืงื”",
942
+ "fail": {
943
+ "noAttr": "ืœืืœืžื ื˜ ืื™ืŸ ืชื›ื•ื ืช ืขืจืš",
944
+ "emptyAttr": "ืœืืœืžื ื˜ ื™ืฉ ืชื›ื•ื ืช ืขืจืš ืจื™ืงื”"
945
+ }
946
+ },
947
+ "presentational-role": {
948
+ "pass": "ื”ืกืžื ื˜ื™ืงื” ื‘ืจื™ืจืช ื”ืžื—ื“ืœ ืฉืœ ื”ืืœืžื ื˜ ื ื“ืจืกื” ืขื role=\"${data.role}\"",
949
+ "fail": {
950
+ "default": "ื”ืกืžื ื˜ื™ืงื” ื‘ืจื™ืจืช ื”ืžื—ื“ืœ ืฉืœ ื”ืืœืžื ื˜ ืœื ื ื“ืจืกื” ืขื role=\"none\" ืื• role=\"presentation\"",
951
+ "globalAria": "ืชืคืงื™ื“ ื”ืืœืžื ื˜ ืœื ืืคืฉืจื™ ืœืชืฆื•ื’ื” ื›ื™ ื™ืฉ ืœื• ืชื›ื•ื ืช ARIA ื’ืœื•ื‘ืœื™ืช",
952
+ "focusable": "ืชืคืงื™ื“ ื”ืืœืžื ื˜ ืœื ืืคืฉืจื™ ืœืชืฆื•ื’ื” ื›ื™ ื”ื•ื ื‘ืจ ืžื™ืงื•ื“",
953
+ "both": "ืชืคืงื™ื“ ื”ืืœืžื ื˜ ืœื ืืคืฉืจื™ ืœืชืฆื•ื’ื” ื›ื™ ื™ืฉ ืœื• ืชื›ื•ื ืช ARIA ื’ืœื•ื‘ืœื™ืช ื•ื”ื•ื ื‘ืจ ืžื™ืงื•ื“"
954
+ }
955
+ },
956
+ "role-none": {
957
+ "pass": "ื”ืฉื“ื•ืช ื‘ืจื™ืจืช ื”ืžื—ื“ืœ ืฉืœ ื”ืืœืžื ื˜ ื ื“ืจืกื• ืขื role=\"none\"",
958
+ "fail": "ื”ืฉื“ื•ืช ื‘ืจื™ืจืช ื”ืžื—ื“ืœ ืฉืœ ื”ืืœืžื ื˜ ืœื ื ื“ืจืกื• ืขื role=\"none\""
959
+ },
960
+ "role-presentation": {
961
+ "pass": "ื”ืฉื“ื•ืช ื‘ืจื™ืจืช ื”ืžื—ื“ืœ ืฉืœ ื”ืืœืžื ื˜ ื ื“ืจืกื• ืขื role=\"presentation\"",
962
+ "fail": "ื”ืฉื“ื•ืช ื‘ืจื™ืจืช ื”ืžื—ื“ืœ ืฉืœ ื”ืืœืžื ื˜ ืœื ื ื“ืจืกื• ืขื role=\"presentation\""
963
+ },
964
+ "svg-non-empty-title": {
965
+ "pass": "ืœืืœืžื ื˜ ื™ืฉ ื™ืœื“ ืฉื”ื•ื ื›ื•ืชืจืช",
966
+ "fail": {
967
+ "noTitle": "ืœืืœืžื ื˜ ืื™ืŸ ื™ืœื“ ืฉื”ื•ื ื›ื•ืชืจืช",
968
+ "emptyTitle": "ื›ื•ืชืจืช ื™ืœื“ ืืœืžื ื˜ ืจื™ืงื”"
969
+ },
970
+ "incomplete": "ืœื ื ื™ืชืŸ ืœืงื‘ื•ืข ืื ืœืืœืžื ื˜ ื™ืฉ ื™ืœื“ ืฉื”ื•ื ื›ื•ืชืจืช"
971
+ },
972
+ "caption-faked": {
973
+ "pass": "ื”ืฉื•ืจื” ื”ืจืืฉื•ื ื” ื‘ื˜ื‘ืœื” ืœื ืžืฉืžืฉืช ื›ื›ืชื•ื‘ื™ืช",
974
+ "fail": "ื”ื™ืœื“ ื”ืจืืฉื•ืŸ ืฉืœ ื”ื˜ื‘ืœื” ืฆืจื™ืš ืœื”ื™ื•ืช ื›ืชื•ื‘ื™ืช ื‘ืžืงื•ื ืชื ื‘ื˜ื‘ืœื”"
975
+ },
976
+ "html5-scope": {
977
+ "pass": "ื”ืชื›ื•ื ื” scope ื‘ืฉื™ืžื•ืฉ ืจืง ืขืœ ืืœืžื ื˜ื™ื ืฉืœ ื›ื•ืชืจืช ื˜ื‘ืœื” (<th>)",
978
+ "fail": "ื‘-HTML5, ืชื›ื•ื ื•ืช scope ื™ื›ื•ืœื•ืช ืœื”ื™ื•ืช ื‘ืฉื™ืžื•ืฉ ืจืง ืขืœ ืืœืžื ื˜ื™ื ืฉืœ ื›ื•ืชืจืช ื˜ื‘ืœื” (<th>)"
979
+ },
980
+ "same-caption-summary": {
981
+ "pass": "ืชื•ื›ืŸ ืชื›ื•ื ืช ื”ืชืงืฆื™ืจ ื•-<caption> ืื™ื ื ืžืฉื•ื›ืคืœื™ื",
982
+ "fail": "ืชื•ื›ืŸ ืชื›ื•ื ืช ื”ืชืงืฆื™ืจ ื•ืืœืžื ื˜ <caption> ื–ื”ื™ื"
983
+ },
984
+ "scope-value": {
985
+ "pass": "ื”ืชื›ื•ื ื” scope ื‘ืฉื™ืžื•ืฉ ื ื›ื•ืŸ",
986
+ "fail": "ืขืจืš ื”ืชื›ื•ื ื” scope ื™ื›ื•ืœ ืœื”ื™ื•ืช ืจืง ืขืœ 'row' ืื• 'col'"
987
+ },
988
+ "td-has-header": {
989
+ "pass": "ืœื›ืœ ืชืื™ ื”ืžื™ื“ืข ืฉืื™ื ื ืจื™ืงื™ื ื™ืฉ ื›ื•ืชืจื•ืช ื˜ื‘ืœื”",
990
+ "fail": "ืœื—ืœืง ืžืชืื™ ื”ืžื™ื“ืข ืฉืื™ื ื ืจื™ืงื™ื ืื™ืŸ ื›ื•ืชืจื•ืช ื˜ื‘ืœื”"
991
+ },
992
+ "td-headers-attr": {
993
+ "pass": "ืชื›ื•ื ืช ื”ื›ื•ืชืจื•ืช ืžืฉืžืฉืช ืจืง ื‘ื”ืชื™ื™ื—ืกื•ืช ืœืชืื™ื ืื—ืจื™ื ื‘ื˜ื‘ืœื”",
994
+ "incomplete": "ืชื›ื•ื ืช ื”ื›ื•ืชืจื•ืช ืจื™ืงื”",
995
+ "fail": "ืชื›ื•ื ืช ื”ื›ื•ืชืจื•ืช ืœื ืžืฉืžืฉืช ืจืง ื‘ื”ืชื™ื™ื—ืกื•ืช ืœืชืื™ื ืื—ืจื™ื ื‘ื˜ื‘ืœื”"
996
+ },
997
+ "th-has-data-cells": {
998
+ "pass": "ื›ืœ ืชืื™ ื›ื•ืชืจืช ื‘ื˜ื‘ืœื” ืžืชื™ื™ื—ืกื™ื ืœืชืื™ ืžื™ื“ืข",
999
+ "fail": "ืœื ื›ืœ ืชืื™ ื”ื›ื•ืชืจืช ื‘ื˜ื‘ืœื” ืžืชื™ื™ื—ืกื™ื ืœืชืื™ ืžื™ื“ืข",
1000
+ "incomplete": "ืชืื™ ืžื™ื“ืข ื‘ื˜ื‘ืœื” ื—ืกืจื™ื ืื• ืจื™ืงื™ื"
1001
+ },
1002
+ "hidden-content": {
1003
+ "pass": "ื›ืœ ื”ืชื•ื›ืŸ ื‘ืขืžื•ื“ ื ื•ืชื—.",
1004
+ "fail": "ื”ื™ื• ื‘ืขื™ื•ืช ื‘ื ื™ืชื•ื— ื”ืชื•ื›ืŸ ื‘ืขืžื•ื“ ื–ื”.",
1005
+ "incomplete": "ื™ืฉ ืชื•ื›ืŸ ื ืกืชืจ ื‘ืขืžื•ื“ ืฉืœื ืขื‘ืจ ื ื™ืชื•ื—. ื™ืฉ ืœื”ืคืขื™ืœ ืืช ืชืฆื•ื’ืช ืชื•ื›ืŸ ื–ื” ื›ื“ื™ ืœื ืชื— ืื•ืชื•."
1006
+ }
1007
+ },
1008
+ "failureSummaries": {
1009
+ "any": {
1010
+ "failureMessage": "ืชืงื ื• ืืช ืื—ื“ ืžื”ื‘ืื™ื:{{~it:value}}{{=value.split('\n').join('\n ')}}{{~}}"
1011
+ },
1012
+ "none": {
1013
+ "failureMessage": "ืชืงื ื• ืืช ื›ืœ ื”ื‘ืื™ื:{{~it:value}}{{=value.split('\n').join('\n ')}}{{~}}"
1014
+ }
1015
+ },
1016
+ "incompleteFallbackMessage": "axe ืœื ื”ืฆืœื™ื— ืœืžืฆื•ื ืืช ื”ืกื™ื‘ื”. ื”ื’ื™ืข ื”ื–ืžืŸ ืœื”ื™ืคืจื“ ืžื‘ื•ื“ืง ื”ืืœืžื ื˜ื™ื!"
1017
+ }