govuk_publishing_components 21.16.3 → 21.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/component_guide/accessibility-test.js +0 -6
  3. data/app/views/govuk_publishing_components/components/docs/machine_readable_metadata.yml +7 -0
  4. data/lib/govuk_publishing_components/presenters/machine_readable/dataset_schema.rb +34 -0
  5. data/lib/govuk_publishing_components/presenters/schema_org.rb +3 -0
  6. data/lib/govuk_publishing_components/version.rb +1 -1
  7. data/node_modules/axe-core/CHANGELOG.md +166 -2
  8. data/node_modules/axe-core/CONTRIBUTING.md +5 -5
  9. data/node_modules/axe-core/README.md +4 -4
  10. data/node_modules/axe-core/axe.d.ts +27 -11
  11. data/node_modules/axe-core/axe.js +9597 -2431
  12. data/node_modules/axe-core/axe.min.js +2 -2
  13. data/node_modules/axe-core/bower.json +1 -1
  14. data/node_modules/axe-core/doc/API.md +211 -128
  15. data/node_modules/axe-core/doc/accessibility-supported.md +1 -1
  16. data/node_modules/axe-core/doc/aria-supported.md +4 -13
  17. data/node_modules/axe-core/doc/backwards-compatibility-doc.md +93 -0
  18. data/node_modules/axe-core/doc/code-submission-guidelines.md +4 -4
  19. data/node_modules/axe-core/doc/developer-guide.md +27 -13
  20. data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/package.json +5 -2
  21. data/node_modules/axe-core/doc/examples/jasmine/README.md +3 -5
  22. data/node_modules/axe-core/doc/examples/jasmine/karma.conf.js +29 -0
  23. data/node_modules/axe-core/doc/examples/jasmine/package.json +6 -5
  24. data/node_modules/axe-core/doc/examples/jest_react/README.md +1 -1
  25. data/node_modules/axe-core/doc/examples/jest_react/link.test.js +3 -3
  26. data/node_modules/axe-core/doc/examples/jest_react/package.json +9 -9
  27. data/node_modules/axe-core/doc/examples/jsdom/package.json +15 -0
  28. data/node_modules/axe-core/doc/examples/mocha/README.md +5 -7
  29. data/node_modules/axe-core/doc/examples/mocha/karma.conf.js +29 -0
  30. data/node_modules/axe-core/doc/examples/mocha/package.json +7 -6
  31. data/node_modules/axe-core/doc/examples/phantomjs/README.md +3 -3
  32. data/node_modules/axe-core/doc/examples/phantomjs/axe-phantom.js +4 -2
  33. data/node_modules/axe-core/doc/examples/phantomjs/package.json +3 -3
  34. data/node_modules/axe-core/doc/examples/puppeteer/package.json +5 -2
  35. data/node_modules/axe-core/doc/examples/qunit/README.md +2 -2
  36. data/node_modules/axe-core/doc/examples/qunit/package.json +2 -2
  37. data/node_modules/axe-core/doc/examples/test-examples.js +32 -0
  38. data/node_modules/axe-core/doc/plugins.md +10 -10
  39. data/node_modules/axe-core/doc/projects.md +12 -8
  40. data/node_modules/axe-core/doc/rule-descriptions.md +87 -79
  41. data/node_modules/axe-core/doc/rule-development.md +30 -2
  42. data/node_modules/axe-core/lib/checks/aria/allowed-attr.js +1 -1
  43. data/node_modules/axe-core/lib/checks/aria/aria-roledescription.js +14 -0
  44. data/node_modules/axe-core/lib/checks/aria/aria-roledescription.json +23 -0
  45. data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.js +21 -0
  46. data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.json +11 -0
  47. data/node_modules/axe-core/lib/checks/aria/required-attr.js +32 -7
  48. data/node_modules/axe-core/lib/checks/aria/required-children.js +40 -14
  49. data/node_modules/axe-core/lib/checks/aria/required-children.json +12 -1
  50. data/node_modules/axe-core/lib/checks/aria/required-parent.js +1 -1
  51. data/node_modules/axe-core/lib/checks/aria/unsupportedattr.js +1 -1
  52. data/node_modules/axe-core/lib/checks/aria/valid-attr-value.js +50 -17
  53. data/node_modules/axe-core/lib/checks/aria/valid-attr-value.json +2 -1
  54. data/node_modules/axe-core/lib/checks/aria/valid-attr.js +1 -1
  55. data/node_modules/axe-core/lib/checks/color/color-contrast.js +2 -2
  56. data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.js +4 -4
  57. data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.js +1 -1
  58. data/node_modules/axe-core/lib/checks/forms/fieldset.json +1 -0
  59. data/node_modules/axe-core/lib/checks/forms/group-labelledby.json +1 -0
  60. data/node_modules/axe-core/lib/checks/keyboard/focusable-content.js +16 -0
  61. data/node_modules/axe-core/lib/checks/keyboard/focusable-content.json +11 -0
  62. data/node_modules/axe-core/lib/checks/keyboard/focusable-element.js +12 -0
  63. data/node_modules/axe-core/lib/checks/keyboard/focusable-element.json +11 -0
  64. data/node_modules/axe-core/lib/checks/keyboard/tabindex.js +6 -1
  65. data/node_modules/axe-core/lib/checks/label/alt-space-value.js +3 -2
  66. data/node_modules/axe-core/lib/checks/label/duplicate-img-label.js +18 -15
  67. data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.js +13 -3
  68. data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.json +4 -0
  69. data/node_modules/axe-core/lib/checks/label/multiple-label.js +22 -12
  70. data/node_modules/axe-core/lib/checks/label/multiple-label.json +1 -1
  71. data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique-after.js +23 -0
  72. data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.js +7 -0
  73. data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.json +12 -0
  74. data/node_modules/axe-core/lib/checks/lists/listitem.js +1 -0
  75. data/node_modules/axe-core/lib/checks/lists/listitem.json +1 -1
  76. data/node_modules/axe-core/lib/checks/lists/only-listitems.js +0 -4
  77. data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.js +8 -6
  78. data/node_modules/axe-core/lib/checks/navigation/region.js +2 -19
  79. data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.js +18 -0
  80. data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.json +11 -0
  81. data/node_modules/axe-core/lib/checks/shared/exists.js +1 -1
  82. data/node_modules/axe-core/lib/checks/shared/exists.json +1 -1
  83. data/node_modules/axe-core/lib/checks/shared/has-alt.js +6 -4
  84. data/node_modules/axe-core/lib/checks/shared/non-empty-alt.js +1 -1
  85. data/node_modules/axe-core/lib/checks/tables/caption-faked.json +1 -1
  86. data/node_modules/axe-core/lib/checks/tables/td-has-header.js +5 -4
  87. data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.js +19 -29
  88. data/node_modules/axe-core/lib/commons/aria/get-owned-virtual.js +1 -1
  89. data/node_modules/axe-core/lib/commons/aria/index.js +50 -46
  90. data/node_modules/axe-core/lib/commons/aria/is-accessible-ref.js +41 -37
  91. data/node_modules/axe-core/lib/commons/aria/label-virtual.js +2 -2
  92. data/node_modules/axe-core/lib/commons/aria/roles.js +1 -1
  93. data/node_modules/axe-core/lib/commons/aria/validate-attr-value.js +0 -1
  94. data/node_modules/axe-core/lib/commons/color/center-point-of-rect.js +30 -0
  95. data/node_modules/axe-core/lib/commons/color/contrast.js +7 -1
  96. data/node_modules/axe-core/lib/commons/color/element-has-image.js +36 -0
  97. data/node_modules/axe-core/lib/commons/color/get-background-color.js +332 -306
  98. data/node_modules/axe-core/lib/commons/color/get-foreground-color.js +35 -6
  99. data/node_modules/axe-core/lib/commons/color/get-own-background-color.js +22 -0
  100. data/node_modules/axe-core/lib/commons/dom/find-up.js +5 -5
  101. data/node_modules/axe-core/lib/commons/dom/get-scroll-offset.js +0 -1
  102. data/node_modules/axe-core/lib/commons/dom/get-tabbable-elements.js +1 -1
  103. data/node_modules/axe-core/lib/commons/dom/has-content-virtual.js +7 -5
  104. data/node_modules/axe-core/lib/commons/dom/is-focusable.js +8 -5
  105. data/node_modules/axe-core/lib/commons/dom/is-hidden-with-css.js +15 -2
  106. data/node_modules/axe-core/lib/commons/dom/is-in-text-block.js +1 -2
  107. data/node_modules/axe-core/lib/commons/dom/is-skip-link.js +45 -0
  108. data/node_modules/axe-core/lib/commons/dom/is-visible.js +43 -17
  109. data/node_modules/axe-core/lib/commons/dom/is-visual-content.js +0 -1
  110. data/node_modules/axe-core/lib/commons/dom/visually-contains.js +0 -1
  111. data/node_modules/axe-core/lib/commons/dom/visually-overlaps.js +0 -1
  112. data/node_modules/axe-core/lib/commons/forms/index.js +8 -0
  113. data/node_modules/axe-core/lib/commons/forms/is-aria-combobox.js +13 -0
  114. data/node_modules/axe-core/lib/commons/forms/is-aria-listbox.js +13 -0
  115. data/node_modules/axe-core/lib/commons/forms/is-aria-range.js +14 -0
  116. data/node_modules/axe-core/lib/commons/forms/is-aria-textbox.js +13 -0
  117. data/node_modules/axe-core/lib/commons/forms/is-native-select.js +13 -0
  118. data/node_modules/axe-core/lib/commons/forms/is-native-textbox.js +28 -0
  119. data/node_modules/axe-core/lib/commons/table/get-cell-position.js +2 -2
  120. data/node_modules/axe-core/lib/commons/table/get-headers.js +55 -11
  121. data/node_modules/axe-core/lib/commons/table/get-scope.js +1 -1
  122. data/node_modules/axe-core/lib/commons/table/is-data-table.js +0 -1
  123. data/node_modules/axe-core/lib/commons/table/to-grid.js +2 -2
  124. data/node_modules/axe-core/lib/commons/text/accessible-text-virtual.js +5 -5
  125. data/node_modules/axe-core/lib/commons/text/form-control-value.js +18 -30
  126. data/node_modules/axe-core/lib/commons/text/is-icon-ligature.js +210 -0
  127. data/node_modules/axe-core/lib/commons/text/is-valid-autocomplete.js +0 -1
  128. data/node_modules/axe-core/lib/commons/text/label-text.js +1 -1
  129. data/node_modules/axe-core/lib/commons/text/label-virtual.js +1 -1
  130. data/node_modules/axe-core/lib/commons/text/native-text-methods.js +1 -1
  131. data/node_modules/axe-core/lib/commons/text/subtree-text.js +3 -3
  132. data/node_modules/axe-core/lib/commons/text/unicode.js +15 -0
  133. data/node_modules/axe-core/lib/commons/text/visible-text-nodes.js +25 -0
  134. data/node_modules/axe-core/lib/commons/text/visible-virtual.js +1 -1
  135. data/node_modules/axe-core/lib/core/base/audit.js +90 -15
  136. data/node_modules/axe-core/lib/core/base/cache.js +33 -0
  137. data/node_modules/axe-core/lib/core/base/check.js +48 -1
  138. data/node_modules/axe-core/lib/core/base/context.js +15 -14
  139. data/node_modules/axe-core/lib/core/base/rule.js +223 -46
  140. data/node_modules/axe-core/lib/core/base/virtual-node/abstract-virtual-node.js +40 -0
  141. data/node_modules/axe-core/lib/core/base/virtual-node/serial-virtual-node.js +86 -0
  142. data/node_modules/axe-core/lib/core/base/virtual-node/virtual-node.js +85 -0
  143. data/node_modules/axe-core/lib/core/constants.js +10 -2
  144. data/node_modules/axe-core/lib/core/imports/index.js +28 -3
  145. data/node_modules/axe-core/lib/core/index.js +2 -4
  146. data/node_modules/axe-core/lib/core/public/configure.js +28 -1
  147. data/node_modules/axe-core/lib/core/public/run-rules.js +2 -0
  148. data/node_modules/axe-core/lib/core/public/run-virtual-rule.js +50 -0
  149. data/node_modules/axe-core/lib/core/public/run.js +13 -2
  150. data/node_modules/axe-core/lib/core/reporters/helpers/process-aggregate.js +1 -1
  151. data/node_modules/axe-core/lib/core/reporters/na.js +4 -0
  152. data/node_modules/axe-core/lib/core/reporters/raw-env.js +12 -0
  153. data/node_modules/axe-core/lib/core/reporters/raw.js +25 -1
  154. data/node_modules/axe-core/lib/core/utils/are-styles-set.js +4 -7
  155. data/node_modules/axe-core/lib/core/utils/assert.js +12 -0
  156. data/node_modules/axe-core/lib/core/utils/collect-results-from-frames.js +2 -2
  157. data/node_modules/axe-core/lib/core/utils/contains.js +27 -13
  158. data/node_modules/axe-core/lib/core/utils/css-parser.js +2 -0
  159. data/node_modules/axe-core/lib/core/utils/element-matches.js +5 -1
  160. data/node_modules/axe-core/lib/core/utils/escape-selector.js +1 -2
  161. data/node_modules/axe-core/lib/core/utils/flattened-tree.js +47 -61
  162. data/node_modules/axe-core/lib/core/utils/get-check-option.js +0 -1
  163. data/node_modules/axe-core/lib/core/utils/get-friendly-uri-end.js +1 -1
  164. data/node_modules/axe-core/lib/core/utils/get-node-attributes.js +21 -0
  165. data/node_modules/axe-core/lib/core/utils/get-scroll.js +39 -0
  166. data/node_modules/axe-core/lib/core/utils/get-selector.js +9 -6
  167. data/node_modules/axe-core/lib/core/utils/get-stylesheet-factory.js +51 -0
  168. data/node_modules/axe-core/lib/core/utils/get-xpath.js +0 -1
  169. data/node_modules/axe-core/lib/core/utils/is-hidden.js +16 -4
  170. data/node_modules/axe-core/lib/core/utils/is-html-element.js +5 -5
  171. data/node_modules/axe-core/lib/core/utils/is-shadow-root.js +3 -3
  172. data/node_modules/axe-core/lib/core/utils/memoize.js +17 -0
  173. data/node_modules/axe-core/lib/core/utils/parse-crossorigin-stylesheet.js +53 -0
  174. data/node_modules/axe-core/lib/core/utils/parse-sameorigin-stylesheet.js +96 -0
  175. data/node_modules/axe-core/lib/core/utils/parse-stylesheet.js +70 -0
  176. data/node_modules/axe-core/lib/core/utils/performance-timer.js +7 -2
  177. data/node_modules/axe-core/lib/core/utils/preload-cssom.js +77 -281
  178. data/node_modules/axe-core/lib/core/utils/preload.js +49 -23
  179. data/node_modules/axe-core/lib/core/utils/qsa.js +39 -50
  180. data/node_modules/axe-core/lib/core/utils/respondable.js +20 -3
  181. data/node_modules/axe-core/lib/core/utils/rule-should-run.js +0 -1
  182. data/node_modules/axe-core/lib/core/utils/scroll-state.js +12 -25
  183. data/node_modules/axe-core/lib/core/utils/select.js +12 -23
  184. data/node_modules/axe-core/lib/core/utils/uuid.js +1 -2
  185. data/node_modules/axe-core/lib/intro.stub +1 -1
  186. data/node_modules/axe-core/lib/misc/incomplete-fallback.json +1 -1
  187. data/node_modules/axe-core/lib/rules/aria-allowed-attr-matches.js +1 -1
  188. data/node_modules/axe-core/lib/rules/aria-form-field-name-matches.js +50 -0
  189. data/node_modules/axe-core/lib/rules/aria-has-attr-matches.js +1 -1
  190. data/node_modules/axe-core/lib/rules/aria-hidden-focus.json +1 -1
  191. data/node_modules/axe-core/lib/rules/aria-input-field-name.json +13 -0
  192. data/node_modules/axe-core/lib/rules/aria-roledescription.json +12 -0
  193. data/node_modules/axe-core/lib/rules/aria-toggle-field-name.json +18 -0
  194. data/node_modules/axe-core/lib/rules/autocomplete-matches.js +14 -10
  195. data/node_modules/axe-core/lib/rules/avoid-inline-spacing.json +12 -0
  196. data/node_modules/axe-core/lib/rules/button-name.json +3 -5
  197. data/node_modules/axe-core/lib/rules/checkboxgroup.json +2 -1
  198. data/node_modules/axe-core/lib/rules/color-contrast-matches.js +37 -22
  199. data/node_modules/axe-core/lib/rules/duplicate-id-active-matches.js +1 -1
  200. data/node_modules/axe-core/lib/rules/duplicate-id-misc-matches.js +2 -2
  201. data/node_modules/axe-core/lib/rules/form-field-multiple-labels.json +1 -1
  202. data/node_modules/axe-core/lib/rules/html-has-lang.json +1 -0
  203. data/node_modules/axe-core/lib/rules/image-alt.json +1 -1
  204. data/node_modules/axe-core/lib/rules/img-redundant-alt.json +3 -3
  205. data/node_modules/axe-core/lib/rules/input-button-name.json +26 -0
  206. data/node_modules/axe-core/lib/rules/landmark-unique-matches.js +41 -0
  207. data/node_modules/axe-core/lib/rules/landmark-unique.json +13 -0
  208. data/node_modules/axe-core/lib/rules/link-name.json +5 -4
  209. data/node_modules/axe-core/lib/rules/meta-refresh.json +8 -1
  210. data/node_modules/axe-core/lib/rules/radiogroup.json +2 -1
  211. data/node_modules/axe-core/lib/rules/role-img-alt.json +18 -0
  212. data/node_modules/axe-core/lib/rules/scrollable-region-focusable-matches.js +30 -0
  213. data/node_modules/axe-core/lib/rules/scrollable-region-focusable.json +12 -0
  214. data/node_modules/axe-core/lib/rules/skip-link-matches.js +1 -1
  215. data/node_modules/axe-core/lib/rules/skip-link.json +1 -1
  216. data/node_modules/axe-core/lib/rules/video-description.json +3 -1
  217. data/node_modules/axe-core/locales/de.json +1 -5
  218. data/node_modules/axe-core/locales/es.json +773 -0
  219. data/node_modules/axe-core/locales/fr.json +15 -19
  220. data/node_modules/axe-core/locales/ja.json +65 -11
  221. data/node_modules/axe-core/locales/ko.json +777 -0
  222. data/node_modules/axe-core/locales/nl.json +35 -35
  223. data/node_modules/axe-core/locales/pt_BR.json +773 -0
  224. data/node_modules/axe-core/package.json +56 -52
  225. data/node_modules/axe-core/sri-history.json +20 -0
  226. data/node_modules/axe-core/typings/axe-core/axe-core-tests.ts +5 -15
  227. data/node_modules/govuk-frontend/package.json +10 -10
  228. metadata +62 -4
  229. data/node_modules/axe-core/doc/axelogo2018.png +0 -0
  230. data/node_modules/axe-core/lib/rules/role-not-button-matches.js +0 -1
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "definition-list": {
81
81
  "description": "S’assure que les éléments <dl> sont correctement structurés",
82
- "help": "Les éléments <dl> ne doivent contenir directement que des groupes d’élements <dt> et <dd> correctement ordonnés, ou des éléments <script> ou <template>"
82
+ "help": "Les éléments <dl> ne doivent contenir directement que des groupes d’éléments <dt> et <dd> correctement ordonnés, ou des éléments <script> ou <template>"
83
83
  },
84
84
  "dlitem": {
85
85
  "description": "S’assure que les éléments <dt> et <dd> sont contenus dans un élément <dl>",
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "frame-tested": {
105
105
  "description": "S’assure que les éléments <iframe> et <frame> contiennent le script axe-core",
106
- "help": "Les cadres doivent êtres testés avec axe-core"
106
+ "help": "Les cadres doivent être testés avec axe-core"
107
107
  },
108
108
  "frame-title-unique": {
109
109
  "description": "S’assure que les éléments <iframe> et <frame> ont un attribut title unique",
@@ -134,8 +134,8 @@
134
134
  "help": "Les éléments HTML avec les attributs lang et xml:lang doivent avoir la même langue de base"
135
135
  },
136
136
  "image-alt": {
137
- "description": "S’assure que les éléments <img> ont un alternative textuelle, ou un rôle none ou presentation",
138
- "help": "Les images doivent avoir un alternative textuelle"
137
+ "description": "S’assure que les éléments <img> ont une alternative textuelle, ou un rôle none ou presentation",
138
+ "help": "Les images doivent avoir une alternative textuelle"
139
139
  },
140
140
  "image-redundant-alt": {
141
141
  "description": "S’assure que l’intitulé des liens et boutons n’est pas répété dans l’alternative de l’image",
@@ -143,7 +143,7 @@
143
143
  },
144
144
  "input-image-alt": {
145
145
  "description": "S’assure que les éléments <input type=\"image\"> ont une alternative textuelle",
146
- "help": "Les boutons images doivent avoir un alternative textuelle"
146
+ "help": "Les boutons images doivent avoir une alternative textuelle"
147
147
  },
148
148
  "label-title-only": {
149
149
  "description": "S’assure que chaque élément de formulaire n’est pas labellisé uniquement par les attributs title ou aria-describedby",
@@ -214,8 +214,8 @@
214
214
  "help": "Le zoom et l’agrandissement ne doivent pas être désactivés"
215
215
  },
216
216
  "object-alt": {
217
- "description": "S’assure que les éléments <object> ont un alternative textuelle",
218
- "help": "Les éléments <object> doivent avoir un alternative textuelle"
217
+ "description": "S’assure que les éléments <object> ont une alternative textuelle",
218
+ "help": "Les éléments <object> doivent avoir une alternative textuelle"
219
219
  },
220
220
  "p-as-heading": {
221
221
  "description": "S’assure que les éléments p ne sont pas utilisés pour styler des niveaux de titres",
@@ -350,12 +350,12 @@
350
350
  "incomplete": {
351
351
  "bgImage": "La couleur d’arrière-plan de l’élément n’a pu être déterminée à cause d’une image d’arrière-plan",
352
352
  "bgGradient": "La couleur d’arrière-plan de l’élément n’a pu être déterminée à cause d’un dégradé d’arrière-plan",
353
- "imgNode": "La couleur d’arrière-plan de l’élément n’a pu être déterminée car l’élément contient une balise image",
354
- "bgOverlap": "La couleur d’arrière-plan de l’élément n’a pu être déterminée car un autre élément le chevauche",
353
+ "imgNode": "La couleur d’arrière-plan de l’élément n’a pu être déterminée, car l’élément contient une balise image",
354
+ "bgOverlap": "La couleur d’arrière-plan de l’élément n’a pu être déterminée, car un autre élément le chevauche",
355
355
  "fgAlpha": "La couleur du texte de l’élément n’a pu être déterminée à cause d’une opacité réduite",
356
- "elmPartiallyObscured": "La couleur d’arrière-plan de l’élément n’a pu être déterminée car l’élément est partiellement masqué par un autre élément",
357
- "elmPartiallyObscuring": "La couleur d’arrière-plan de l’élément n’a pu être déterminée car il chevauche partiellement un autre élément",
358
- "outsideViewport": "La couleur d’arrière-plan de l’élément n’a pu être déterminée car il est à l’extérieur du viewport",
356
+ "elmPartiallyObscured": "La couleur d’arrière-plan de l’élément n’a pu être déterminée, car l’élément est partiellement masqué par un autre élément",
357
+ "elmPartiallyObscuring": "La couleur d’arrière-plan de l’élément n’a pu être déterminée, car il chevauche partiellement un autre élément",
358
+ "outsideViewport": "La couleur d’arrière-plan de l’élément n’a pu être déterminée, car il est à l’extérieur du viewport",
359
359
  "equalRatio": "L’élément a un rapport de contraste de 1:1 avec son arrière-plan",
360
360
  "default": "Impossible de déterminer le rapport de contraste"
361
361
  }
@@ -367,7 +367,7 @@
367
367
  "bgContrast": "Le rapport de contraste de l’élément n’a pu être déterminé. Recherchez un style différent pour le hover/focus.",
368
368
  "bgImage": "Le rapport de contraste de l’élément n’a pu être déterminé à cause d’une image d’arrière-plan",
369
369
  "bgGradient": "Le rapport de contraste de l’élément n’a pu être déterminé à cause d’un dégradé d’arrière-plan",
370
- "imgNode": "Le rapport de contraste de l’élément n’a pu être déterminé car l’élément contient une balise image",
370
+ "imgNode": "Le rapport de contraste de l’élément n’a pu être déterminé, car l’élément contient une balise image",
371
371
  "bgOverlap": "Le rapport de contraste de l’élément n’a pu être déterminé à cause d’un chevauchement",
372
372
  "default": "Impossible de déterminer le rapport de contraste"
373
373
  }
@@ -492,7 +492,7 @@
492
492
  "description": {
493
493
  "pass": "L’élément multimédia a une piste d’audiodescription",
494
494
  "fail": "L’élément multimédia n’a pas de piste d’audiodescription",
495
- "incomplete": "Aucune piste d’audiopdescription n’a pu être trouvée pour cet élément"
495
+ "incomplete": "Aucune piste d’audiodescription n’a pu être trouvée pour cet élément"
496
496
  },
497
497
  "frame-tested": {
498
498
  "pass": "L’iframe a été testée avec axe-core",
@@ -659,9 +659,5 @@
659
659
  "failureMessage": "Corriger tous les éléments suivants : {{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
660
660
  }
661
661
  },
662
- "incompleteFallbackMessage": {
663
- "undefined": {
664
- "failureMessage": "Corriger tous les éléments suivants : {{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
665
- }
666
- }
662
+ "incompleteFallbackMessage": "Corriger tous les éléments suivants : {{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
667
663
  }
@@ -29,6 +29,10 @@
29
29
  "description": "aria-hidden要素にフォーカス可能な要素が含まれていないことを確認します",
30
30
  "help": "ARIA hidden要素にフォーカス可能な要素を含んではなりません"
31
31
  },
32
+ "aria-input-field-name": {
33
+ "description": "すべてのARIA入力欄にアクセシブルな名前があることを確認します",
34
+ "help": "ARIA入力欄にアクセシブルな名前があります"
35
+ },
32
36
  "aria-required-attr": {
33
37
  "description": "ARIAロールのある要素にすべての必須ARIA属性が存在することを確認します",
34
38
  "help": "必須のARIA属性が提供されていなければなりません"
@@ -41,10 +45,18 @@
41
45
  "description": "親ロールを必須とするARIAロールが指定された要素に、それらが含まれていることを確認します",
42
46
  "help": "特定のARIAロールは特定の親に含まれていなければなりません"
43
47
  },
48
+ "aria-roledescription": {
49
+ "description": "aria-roledescriptionが暗黙的もしくは明示的なロールを持った要素に使用されていることを確認します",
50
+ "help": "aria-roledescriptionはセマンティックなロールを持った要素に使用します"
51
+ },
44
52
  "aria-roles": {
45
53
  "description": "すべてのロール属性が指定された要素で、有効な値が使用されていることを確認します",
46
54
  "help": "使用されているARIAロールは有効な値に一致しなければなりません"
47
55
  },
56
+ "aria-toggle-field-name": {
57
+ "description": "すべてのARIAトグル欄にアクセシブルな名前があることを確認します",
58
+ "help": "ARIAトグル欄にアクセシブルな名前があります"
59
+ },
48
60
  "aria-valid-attr-value": {
49
61
  "description": "すべてのARIA属性に有効な値が存在することを確認します",
50
62
  "help": "ARIA属性は有効な値に一致しなければなりません"
@@ -61,6 +73,10 @@
61
73
  "description": "autocomplete属性が正しく、かつフォームフィールドに対して適切であることを確認します",
62
74
  "help": "autocomplete属性は正しく使用しなければなりません"
63
75
  },
76
+ "avoid-inline-spacing": {
77
+ "description": "style属性で指定されたテキストの間隔は、カスタムスタイルシートにより調整可能であることを確認します",
78
+ "help": "インラインのテキスト間隔設定はカスタムスタイルシートによって調整可能でなければなりません"
79
+ },
64
80
  "blink": {
65
81
  "description": "<blink>要素が使用されていないことを確認します",
66
82
  "help": "<blink>要素は廃止されており、使用するべきではありません"
@@ -119,7 +135,7 @@
119
135
  },
120
136
  "form-field-multiple-labels": {
121
137
  "description": "フォームフィールドに複数のlabel要素が存在しないことを確認します",
122
- "help": "複数のlabel要素をフォームフィールドに付与してはなりません"
138
+ "help": "複数のlabel要素をフォームフィールドに付与するべきではありません"
123
139
  },
124
140
  "frame-tested": {
125
141
  "description": "<iframe>および<frame>要素にaxe-coreスクリプトが含まれていることを確認します",
@@ -158,8 +174,12 @@
158
174
  "help": "画像には代替テキストがなければなりません"
159
175
  },
160
176
  "image-redundant-alt": {
161
- "description": "ボタンおよびリンクテキストが画像の代替として繰り返されていないことを確認します",
162
- "help": "ボタンおよびリンクのテキストは画像の代替の中で繰り返されてはなりません"
177
+ "description": "画像の代替がテキストとして繰り返されていないことを確認します",
178
+ "help": "画像の代替テキストはテキストとして繰り返されるべきではありません"
179
+ },
180
+ "input-button-name": {
181
+ "description": "入力ボタンに認識可能なテキストが存在することを確認します",
182
+ "help": "入力ボタンには認識可能なテキストが存在しなければなりません"
163
183
  },
164
184
  "input-image-alt": {
165
185
  "description": "<input type=\"image\">要素に代替テキストが存在することを確認します",
@@ -205,6 +225,10 @@
205
225
  "description": "ドキュメントのランドマークが1つのみであること、およびページ内の各iframeのランドマークが最大で1つであることを確認します",
206
226
  "help": "ドキュメントにはmainランドマークが1つ含まれていなければなりません"
207
227
  },
228
+ "landmark-unique": {
229
+ "help": "ランドマークが一意であることを確認します",
230
+ "description": "ランドマークは一意のロール又はロール/ラベル/タイトル (例: アクセシブルな名前) の組み合わせがなければなりません"
231
+ },
208
232
  "layout-table": {
209
233
  "description": "レイアウトのための<table>要素に<th>、<caption>要素またはsummary属性が使用されていないことを確認します",
210
234
  "help": "レイアウトテーブルにはデータテーブルの要素を使用してはなりません"
@@ -261,10 +285,18 @@
261
285
  "description": "ページのすべてのコンテンツがlandmarkに含まれていることを確認します",
262
286
  "help": "ページのすべてのコンテンツはlandmarkに含まれていなければなりません"
263
287
  },
288
+ "role-img-alt": {
289
+ "description": "[role='img'] 要素に代替テキストが存在することを確認します",
290
+ "help": "[role='img'] 要素に代替テキストが必要です"
291
+ },
264
292
  "scope-attr-valid": {
265
293
  "description": "scope属性がテーブルで正しく使用されていることを確認します",
266
294
  "help": "scope属性は正しく使用されなければなりません"
267
295
  },
296
+ "scrollable-region-focusable": {
297
+ "description": "スクロール可能なコンテンツを持つ要素はキーボードでアクセスできるようにするべきです",
298
+ "help": "スクロール可能な領域にキーボードでアクセスできるようにします"
299
+ },
268
300
  "server-side-image-map": {
269
301
  "description": "サーバーサイドのイメージマップが使用されていないことを確認します",
270
302
  "help": "サーバーサイドのイメージマップを使用してはなりません"
@@ -328,6 +360,11 @@
328
360
  "pass": "ドキュメント本体にaria-hidden属性は存在していません",
329
361
  "fail": "aria-hidden=trueはドキュメント本体に存在してはなりません"
330
362
  },
363
+ "aria-roledescription": {
364
+ "pass": "aria-roledescriptionはサポートされたセマンティックなロールに使用されています",
365
+ "incomplete": "aria-roledescriptionがサポートされたスクリーン・リーダーで読み上げられることを確認しましょう",
366
+ "fail": "aria-roledescriptionをサポートするロールを要素に付与しましょう"
367
+ },
331
368
  "aria-errormessage": {
332
369
  "pass": "サポートされているaria-errormessageの技術を使用しています",
333
370
  "fail": "aria-errormessageの値{{~it.data:value}} `{{=value}}{{~}}`はメッセージを通知する方法を使用しなければなりません (例えば、aria-live、aria-describedby、role=alert等)"
@@ -344,6 +381,10 @@
344
381
  "pass": "ARIAロールが有効です",
345
382
  "fail": "ロールは有効なARIAロールのうちの1つでなければなりません"
346
383
  },
384
+ "no-implicit-explicit-label": {
385
+ "pass": "<label> とアクセシブルな名前の間に不一致はありません",
386
+ "incomplete": "<label> が ARIA {{=it.data}} 欄の名前の一部である必要がないことを確認しましょう"
387
+ },
347
388
  "aria-required-attr": {
348
389
  "pass": "すべての必須のARIA属性が存在しています",
349
390
  "fail": "必須のARIA属性が提供されていません:{{~it.data:value}} {{=value}}{{~}}"
@@ -367,7 +408,8 @@
367
408
  },
368
409
  "aria-valid-attr-value": {
369
410
  "pass": "ARIA属性値が有効です",
370
- "fail": "無効なARIA属性値です:{{~it.data:value}} {{=value}}{{~}}"
411
+ "fail": "無効なARIA属性値です:{{~it.data:value}} {{=value}}{{~}}",
412
+ "incomplete": "ページにARIA属性の要素IDが存在しません:{{~it.data:value}} {{=value}}{{~}}"
371
413
  },
372
414
  "aria-valid-attr": {
373
415
  "pass": "ARIA属性名が有効です",
@@ -426,10 +468,18 @@
426
468
  "pass": "アクセスキー属性値は一意です",
427
469
  "fail": "ドキュメントに同じアクセスキーを持った複数の要素が存在しています"
428
470
  },
471
+ "focusable-content": {
472
+ "pass": "要素内にフォーカス可能な要素が含まれています",
473
+ "fail": "要素にフォーカス可能なコンテンツが存在するべきです"
474
+ },
429
475
  "focusable-disabled": {
430
476
  "pass": "要素内にフォーカス不可能な要素は含まれていません",
431
477
  "fail": "フォーカス可能なコンテンツは無効にするか、DOMから削除するべきです"
432
478
  },
479
+ "focusable-element": {
480
+ "pass": "要素はフォーカス可能です",
481
+ "fail": "要素はフォーカス可能であるべきです"
482
+ },
433
483
  "focusable-no-name": {
434
484
  "pass": "要素がタブ順序にない、またはアクセシブルなテキストが存在しています",
435
485
  "fail": "要素がタブ順序にあり、アクセシブルなテキストが存在していません"
@@ -496,12 +546,16 @@
496
546
  },
497
547
  "multiple-label": {
498
548
  "pass": "フォームフィールドにlabel要素は複数ありません",
499
- "fail": "複数のlabel要素は支援技術に広くサポートされていません"
549
+ "incomplete": "複数のlabel要素は支援技術に広くサポートされていません。最初のラベルがすべての必要な情報を含んでいることを確認します。"
500
550
  },
501
551
  "title-only": {
502
552
  "pass": "フォーム要素はラベルにtitle属性だけを用いていません",
503
553
  "fail": "フォーム要素のラベルにtitle属性だけを用いています"
504
554
  },
555
+ "landmark-is-unique": {
556
+ "pass": "ランドマークは一意のロール又はロール/ラベル/タイトル (例: アクセシブルな名前) の組み合わせがなければなりません",
557
+ "fail": "ランドマークを識別可能にするため、ランドマークには一意の aria-label、aria-labelledby、または title がなければなりません。"
558
+ },
505
559
  "has-lang": {
506
560
  "pass": "<html>要素にlang属性が存在しています",
507
561
  "fail": "<html>要素にlang属性が存在していません"
@@ -617,6 +671,10 @@
617
671
  "pass": "aria-labelledby属性が存在し、スクリーン・リーダーに認識可能な要素を参照しています",
618
672
  "fail": "aria-labelledby属性が存在しない、存在しない要素を参照している、または空の要素を参照しています"
619
673
  },
674
+ "avoid-inline-spacing": {
675
+ "pass": "テキストの間隔に影響する '!important' のついたインラインスタイルは指定されていません",
676
+ "fail": "ほとんどのブラウザーで上書きすることはサポートされていないため、インラインスタイル {{=it.data.join(', ')}}, から '!important' を削除します"
677
+ },
620
678
  "button-has-visible-text": {
621
679
  "pass": "要素にスクリーン・リーダーが認識可能な内部テキストが存在しています",
622
680
  "fail": "要素にスクリーン・リーダーが認識可能な内部テキストが存在していません"
@@ -667,7 +725,7 @@
667
725
  },
668
726
  "caption-faked": {
669
727
  "pass": "テーブルの一行目がキャプションとして使用されていません",
670
- "fail": "テーブルの一行目はテーブルセルではなく、キャプションにするべきです"
728
+ "fail": "テーブルの最初の子はテーブルセルではなく、キャプションであるべきです"
671
729
  },
672
730
  "has-caption": {
673
731
  "pass": "レイアウトテーブルに<caption>要素を使用していません",
@@ -720,9 +778,5 @@
720
778
  "failureMessage": "次のすべてを修正します:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
721
779
  }
722
780
  },
723
- "incompleteFallbackMessage": {
724
- "undefined": {
725
- "failureMessage": "次のすべてを修正します:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
726
- }
727
- }
781
+ "incompleteFallbackMessage": "次のすべてを修正します:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
728
782
  }
@@ -0,0 +1,777 @@
1
+ {
2
+ "lang": "ko",
3
+ "rules": {
4
+ "accesskeys": {
5
+ "description": "모든 accesskey 속성 값이 고유한지 확인합니다.",
6
+ "help": "accesskey 속성 값은 고유해야 합니다."
7
+ },
8
+ "area-alt": {
9
+ "description": "이미지 맵의 <area> 요소에 alt 속성이 있는지 확인합니다.",
10
+ "help": "<area> 요소의 내용을 기술하는 alt 속성이 필요합니다."
11
+ },
12
+ "aria-allowed-attr": {
13
+ "description": "요소의 역할(role)에 ARIA 속성이 허용되도록 합니다.",
14
+ "help": "요소는 허용 된 ARIA 속성만 사용해야 합니다."
15
+ },
16
+ "aria-allowed-role": {
17
+ "description": "역할(role) 속성이 요소에 적절한지 확인하세요.",
18
+ "help": "요소에 적절한 ARIA 역할(role)을 설정해야 합니다."
19
+ },
20
+ "aria-dpub-role-fallback": {
21
+ "description": "지원되지 않는 DPUB 역할(role)이 암시적 대체 역할을 가진 요소에만 사용되도록 보장합니다.",
22
+ "help": "암시적 대체 역할이 있는 요소에 지원되지 않는 DPUB ARIA 역할을 사용해야 합니다."
23
+ },
24
+ "aria-hidden-body": {
25
+ "description": "<body> 요소의 aria-hidden='true' 설정을 확인하세요.",
26
+ "help": "aria-hidden='true' 설정이 <body> 요소에 설정되어서는 안됩니다."
27
+ },
28
+ "aria-hidden-focus": {
29
+ "description": "aria-hidden 요소에 포커스 가능한 요소가 포함되지 않도록 보장합니다.",
30
+ "help": "ARIA 속성을 사용해 숨겨진 요소는 포커스 가능한 요소를 포함해서는 안됩니다."
31
+ },
32
+ "aria-input-field-name": {
33
+ "description": "모든 ARIA 입력 필드(input fields)에 접근 가능한 이름이 있는지 확인하세요.",
34
+ "help": "ARIA 입력 필드(input fields)에는 접근 가능한 이름 설정이 필요합니다."
35
+ },
36
+ "aria-required-attr": {
37
+ "description": "ARIA 역할(role)을 가진 요소가 모든 필수 ARIA 속성을 갖도록 설정합니다.",
38
+ "help": "역할(role)에 필요한 필수 ARIA 속성 설정이 필요합니다."
39
+ },
40
+ "aria-required-children": {
41
+ "description": "하위 역할(child roles)이 필요한 ARIA 역할을 가진 요소에 해당 요소가 포함되었는지 확인하세요.",
42
+ "help": "특정 ARIA 역할에는 특정 자손(chidren)이 포함되어야 합니다."
43
+ },
44
+ "aria-required-parent": {
45
+ "description": "부모 역할(parent roles)이 필요한 ARIA 역할을 가진 요소가 포함되었는지 확인하세요.",
46
+ "help": "특정 ARIA 역할은 특정 부모 역할을 가진 요소에 포함되어야 합니다."
47
+ },
48
+ "aria-roles": {
49
+ "description": "역할(role) 속성을 가진 모든 요소가 유효한 값을 사용하도록 합니다.",
50
+ "help": "사용된 ARIA 역할(role)은 유효한 값을 준수해야 합니다."
51
+ },
52
+ "aria-toggle-field-name": {
53
+ "description": "모든 ARIA 토글 필드(toggle field)에 접근 가능한 이름이 있는지 확인합니다.",
54
+ "help": "ARIA 토글 필드(toggle field)는 접근 가능한 이름이 설정되어야 합니다."
55
+ },
56
+ "aria-valid-attr-value": {
57
+ "description": "모든 ARIA 속성이 유효한 값을 갖도록 합니다.",
58
+ "help": "ARIA 속성은 유효한 값을 준수해야 합니다."
59
+ },
60
+ "aria-valid-attr": {
61
+ "description": "aria-로 시작하는 속성이 유효한 ARIA 속성인지 확인합니다.",
62
+ "help": "유효하지 않은 ARIA 속성 이름을 사용해서는 안됩니다."
63
+ },
64
+ "audio-caption": {
65
+ "description": "<audio> 요소에 캡션(자막)이 설정되어 있는지 확인하세요.",
66
+ "help": "<audio> 요소에는 캡션 <track> 요소가 포함되어야 합니다."
67
+ },
68
+ "autocomplete-valid": {
69
+ "description": "autocomplete 속성이 정확하고, Form 필드에 적합한지 확인하세요.",
70
+ "help": "autocomplete 속성은 반드시 정확하게 사용되어야 합니다."
71
+ },
72
+ "avoid-inline-spacing": {
73
+ "description": "style 속성을 통해 설정된 텍스트 간격(spacing)을 사용자 정의 스타일시트로 조정 할 수 있는지 확인합니다.",
74
+ "help": "인라인 텍스트 간격(spacing)은 사용자 정의 스타일시트로 조정 가능해야 합니다."
75
+ },
76
+ "blink": {
77
+ "description": "<blink> 요소는 사용하지 않습니다.",
78
+ "help": "<blink> 요소는 사용하면 안됩니다."
79
+ },
80
+ "button-name": {
81
+ "description": "버튼 요소에 식별 가능한 텍스트가 포함되어 있는지 확인합니다.",
82
+ "help": "버튼 요소는 식별 가능한 텍스트를 포함해야 합니다."
83
+ },
84
+ "bypass": {
85
+ "description": "사용자가 내비게이션을 건너띄고, 콘텐츠로 바로 이동할 수 있는 하나 이상의 메커니즘을 제공해야 합니다.",
86
+ "help": "페이지의 반복 블록(예: 내비게이션)을 건너띌 수 있는 수단이 필요합니다."
87
+ },
88
+ "checkboxgroup": {
89
+ "description": "관련 <input type=\"checkbox\"> 요소를 묶는 그룹 요소가 있고 그룹 지정이 일관성이 있는지 확인합니다.",
90
+ "help": "name 속성 값이 동일한 checkbox 입력은 그룹의 일부여야 합니다."
91
+ },
92
+ "color-contrast": {
93
+ "description": "전경색과 배경색 간의 대비가 WCAG2 AA 기준 값을 충족하도록 보장해야 합니다.",
94
+ "help": "요소의 색상 대비가 충분히 식별 가능해야 합니다."
95
+ },
96
+ "css-orientation-lock": {
97
+ "description": "콘텐츠가 특정 디스플레이 방향으로 고정되지 않고 콘텐츠가 모든 디스플레이 방향으로 작동 가능하도록 보장합니다.",
98
+ "help": "CSS 미디어쿼리는 디스플레이 방향을 잠그는 목적으로 사용해서는 안됩니다."
99
+ },
100
+ "definition-list": {
101
+ "description": "<dl> 요소가 올바르게 구성되어 있는지 확인합니다.",
102
+ "help": "<dl> 요소는 올바르게 정렬 된 <dt>, <dd> 그룹, <script> 또는 <template> 요소에만 직접 포함되어야 합니다."
103
+ },
104
+ "dlitem": {
105
+ "description": "<dt>, <dd> 요소가 <dl>요소에 포함 되도록 합니다.",
106
+ "help": "<dt>, <dd> 요소는 <dl> 요소 또는 <dl> 내부의 <div> 요소에 포함되어야 합니다."
107
+ },
108
+ "document-title": {
109
+ "description": "<title> 요소에 적절한 문서 제목이 설정되었는지 확인합니다.",
110
+ "help": "문서 제목인 <title> 요소의 값이 설정되어야 합니다."
111
+ },
112
+ "duplicate-id-active": {
113
+ "description": "활성화 된 요소에 설정된 id 속성 이름 값 중복 여부를 확인합니다.",
114
+ "help": "활성화 된 요소의 id 속성 이름 값은 반드시 고유해야 합니다."
115
+ },
116
+ "duplicate-id-aria": {
117
+ "description": "ARIA 및 레이블에 사용된 모든 id 속성 값이 고유한지 확인합니다.",
118
+ "help": "ARIA 및 레이블에 사용 된 ID는 고유해야 합니다."
119
+ },
120
+ "duplicate-id": {
121
+ "description": "모든 id 속성 값이 고유한지 확인합니다.",
122
+ "help": "id 속성 값은 고유해야 합니다."
123
+ },
124
+ "empty-heading": {
125
+ "description": "제목 역할의 요소에 식별 가능한 콘텐츠가 포함되어 있는지 확인합니다.",
126
+ "help": "제목 역할을 가진 요소는 반드시 적절한 콘텐츠를 포함해야 합니다."
127
+ },
128
+ "focus-order-semantics": {
129
+ "description": "포커스 순서가 설정된 요소가 적절한 역할을 갖도록 보장하는지 확인합니다.",
130
+ "help": "포커스 순서가 설정된 요소는 대화형(interactive) 콘텐츠에 적합한 역할이 필요합니다."
131
+ },
132
+ "form-field-multiple-labels": {
133
+ "description": "Form 필드에 여러 레이블 요소가 없는지 확인합니다.",
134
+ "help": "Form 필드에는 여러 레이블 요소가 없어야 합니다."
135
+ },
136
+ "frame-tested": {
137
+ "description": "<iframe> 및 <frame> 요소에 axe-core 스크립트가 포함되어 있는지 확인합니다.",
138
+ "help": "Frame은 axe-core로 테스트 해야 합니다."
139
+ },
140
+ "frame-title-unique": {
141
+ "description": "<iframe> 및 <frame> 요소에 고유한 title 속성이 포함되어 있는지 확인합니다.",
142
+ "help": "Frame에는 고유한 title 속성이 설정되어야 합니다."
143
+ },
144
+ "frame-title": {
145
+ "description": "<iframe> 및 <frame> 요소에 내용을 가진 title 속성이 포함되어 있는지 확인합니다.",
146
+ "help": "Frame에는 title 속성이 있어야 합니다."
147
+ },
148
+ "heading-order": {
149
+ "description": "제목의 순서가 의미적으로 올바른지 확인합니다.",
150
+ "help": "제목 수준(level)은 한 단계씩 증가해야 합니다."
151
+ },
152
+ "hidden-content": {
153
+ "description": "숨겨진 콘텐츠에 대해 사용자에게 알립니다.",
154
+ "help": "페이지의 숨겨진 콘텐츠를 분석 할 수 없습니다."
155
+ },
156
+ "html-has-lang": {
157
+ "description": "모든 문서의 <html> 요소에 lang 속성이 있는지 확인합니다.",
158
+ "help": "<html> 요소에는 lang 속성이 있어야 합니다."
159
+ },
160
+ "html-lang-valid": {
161
+ "description": "<html> 요소의 lang 속성에 유효한 값이 있는지 확인하세요.",
162
+ "help": "<html> 요소는 lang 속성에 유효한 값을 가져야 합니다."
163
+ },
164
+ "html-xml-lang-mismatch": {
165
+ "description": "유효한 lang, xml:lang 속성 값과 <html> 요소의 lang 속성이 일치하는지 확인하세요.",
166
+ "help": "lang, xml:lang 속성이 있는 <html> 요소는 동일한 기본 언어(lang) 속성 값을 가져야 합니다."
167
+ },
168
+ "image-alt": {
169
+ "description": "<img> 요소에 alt 속성 값으로 적절한 값이 설정되어 있거나, role='presentation' 설정이 있는지 확인하세요.",
170
+ "help": "이미지는 적절한 대체 텍스트가 제공되어야 합니다."
171
+ },
172
+ "image-redundant-alt": {
173
+ "description": "이미지 대체 텍스트로 반복되지 않는지 확인합니다.",
174
+ "help": "이미지의 대체 텍스트가 반복해서 제공되어서는 안됩니다."
175
+ },
176
+ "input-button-name": {
177
+ "description": "입력 버튼(input button)에 식별 가능한 텍스트가 있는지 확인하세요.",
178
+ "help": "입력 버튼에는 식별 가능한 텍스트가 있어야 합니다."
179
+ },
180
+ "input-image-alt": {
181
+ "description": "<input type=\"image\"> 요소에 대체 텍스트가 있는지 확인합니다.",
182
+ "help": "이미지 버튼에는 대체 텍스트가 있어야 합니다."
183
+ },
184
+ "label-content-name-mismatch": {
185
+ "description": "콘텐츠를 통해 레이블이 지정된 요소가 접근 가능한 이름의 일부로 보이는 텍스트를 가져야 합니다.",
186
+ "help": "요소는 접근 가능한 이름의 일부로 보이는 텍스트를 가져야 합니다."
187
+ },
188
+ "label-title-only": {
189
+ "description": "모든 Form 요소에 title 또는 aria-describedby 속성을 사용하여 레이블을 지정하지 않아야 합니다.",
190
+ "help": "Form 요소는 눈에 보이는 레이블이 있어야 합니다."
191
+ },
192
+ "label": {
193
+ "description": "모든 Form 요소에 레이블이 있는지 확인합니다.",
194
+ "help": "Form 요소에는 레이블이 있어야 합니다."
195
+ },
196
+ "landmark-banner-is-top-level": {
197
+ "description": "banner 랜드마크가 최상위 레벨에 있는지 확인합니다.",
198
+ "help": "banner 랜드마크는 다른 랜드마크에 포함되지 않아야 합니다."
199
+ },
200
+ "landmark-complementary-is-top-level": {
201
+ "description": "complementary 랜드마크 또는 aside는 최상위 레벨을 유지해야 합니다.",
202
+ "help": "aside는 다른 랜드마크에 포함되어서는 안됩니다."
203
+ },
204
+ "landmark-contentinfo-is-top-level": {
205
+ "description": "contentinfo 랜드마크가 최상위 레벨인지 확인합니다.",
206
+ "help": "contentinfo 랜드마크는 다른 랜드마크에 포함되지 않아야 합니다."
207
+ },
208
+ "landmark-main-is-top-level": {
209
+ "description": "main 랜드마크가 최상위 레벨인지 확인합니다.",
210
+ "help": "main 랜드마크는 다른 랜드마크에 포함되지 않아야 합니다."
211
+ },
212
+ "landmark-no-duplicate-banner": {
213
+ "description": "문서에 최대 하나의 banner 랜드마크가 있는지 확인합니다.",
214
+ "help": "문서에는 둘 이상의 banner 랜드마크가 없어야 합니다."
215
+ },
216
+ "landmark-no-duplicate-contentinfo": {
217
+ "description": "문서에 최대 하나의 contentinfo 랜드마크가 있는지 확인합니다.",
218
+ "help": "문서에는 둘 이상의 contentinfo 랜드마크가 없어야 합니다."
219
+ },
220
+ "landmark-one-main": {
221
+ "description": "문서에 하나의 main 랜드마크만 있고 페이지의 각 iframe에는 최대 하나의 main 랜드마크가 있는지 확인합니다.",
222
+ "help": "문서에는 둘 이상의 main 랜드마크가 없어야 합니다."
223
+ },
224
+ "landmark-unique": {
225
+ "description": "랜드마크에는 고유한 역할(role) 또는 role/label/title (즉, 접근 가능한 이름) 조합이 있어야 합니다.",
226
+ "help": "랜드마크가 고유한지 확인합니다."
227
+ },
228
+ "layout-table": {
229
+ "description": "프리젠테이션 <table> 요소가 <th>, <caption> 요소 또는 summary 속성을 사용하지 않도록 합니다.",
230
+ "help": "레이아웃 테이블은 데이터 테이블 요소가 아니므로 제목 셀, 표 제목, 요약 속성을 사용해서는 안됩니다."
231
+ },
232
+ "link-in-text-block": {
233
+ "description": "색상에 의존하지 않고 링크를 구별 할 수 있어야 합니다.",
234
+ "help": "링크는 색상에 의존하지 않는 방식으로 주변 텍스트와 구별 되어야 합니다."
235
+ },
236
+ "link-name": {
237
+ "description": "링크에 식별 가능한 텍스트가 있는지 확인합니다.",
238
+ "help": "링크에는 식별 가능한 텍스트가 있어야 합니다."
239
+ },
240
+ "list": {
241
+ "description": "목록이 올바르게 구성되어 있는지 확인합니다.",
242
+ "help": "<ul> 및 <ol> 요소는 <li>, <script> 또는 <template> 요소 만 직접 포함해야 합니다."
243
+ },
244
+ "listitem": {
245
+ "description": "<li> 요소가 의미적으로 <ul> 또는 <ol>에 포함 되어 있는지 확인합니다.",
246
+ "help": "<li> 요소는 <ul> 또는 <ol>에 포함 되어야 합니다."
247
+ },
248
+ "marquee": {
249
+ "description": "<marquee> 요소가 사용되지 않도록 합니다.",
250
+ "help": "<marquee> 요소는 더 이상 사용되지 않으며 사용해서는 안됩니다."
251
+ },
252
+ "meta-refresh": {
253
+ "description": "<meta http-equiv=\"refresh\"> 요소는 사용하지 않습니다.",
254
+ "help": "시간 새로 고침이 존재하지 않아야 합니다."
255
+ },
256
+ "meta-viewport-large": {
257
+ "description": "<meta name=\"viewport\"> 요소의 스케일 설정이 500%까지 확장 가능한지 확인합니다.",
258
+ "help": "사용자는 텍스트를 최대 500% 확대 또는 축소 할 수 있어야 합니다."
259
+ },
260
+ "meta-viewport": {
261
+ "description": "<meta name=\"viewport\"> 요소가 텍스트 크기 조절 및 확대/축소를 비활성화하지 않도록 합니다.",
262
+ "help": "줌 및 스케일링을 비활성화 해서는 안됩니다."
263
+ },
264
+ "object-alt": {
265
+ "description": "<object> 요소에 대체 텍스트(alt)가 있는지 확인합니다.",
266
+ "help": "<object> 요소에는 대체 텍스트가 있어야 합니다."
267
+ },
268
+ "p-as-heading": {
269
+ "description": "p 요소를 스타일링 하여 제목처럼 사용했는지 확인하세요.",
270
+ "help": "p 요소를 Bold, italic 또는 글자 크기를 조정해 제목처럼 보이게 사용해서는 안됩니다."
271
+ },
272
+ "page-has-heading-one": {
273
+ "description": "페이지 또는 해당 프레임 중 하나 이상의 제목 레벨이 1인 요소가 포함되어 있는지 확인합니다.",
274
+ "help": "페이지는 제목 레벨이 1인 요소를 포함해야 합니다."
275
+ },
276
+ "radiogroup": {
277
+ "description": "관련 <input type=\"radio\"> 요소에 그룹이 있고 그룹 지정이 일관 되도록 합니다.",
278
+ "help": "name 속성 값이 동일한 radio 입력은 그룹의 일부여야 합니다."
279
+ },
280
+ "region": {
281
+ "description": "모든 페이지 콘텐츠가 랜드마크로 포함되어 있는지 확인합니다.",
282
+ "help": "모든 페이지 콘텐츠는 랜드마크로 포함 되어야 합니다."
283
+ },
284
+ "role-img-alt": {
285
+ "description": "[role='img'] 요소에 대체 텍스트가 있는지 확인합니다.",
286
+ "help": "[role='img'] 요소에는 대체 텍스트가 있어야 합니다."
287
+ },
288
+ "scope-attr-valid": {
289
+ "description": "테이블에서 scope 속성이 올바르게 사용되도록 합니다.",
290
+ "help": "scope 속성을 올바르게 사용해야 합니다."
291
+ },
292
+ "scrollable-region-focusable": {
293
+ "description": "스크롤 가능한 콘텐츠가 있는 요소는 키보드로 접근 할 수 있어야 합니다.",
294
+ "help": "스크롤 가능 영역에 키보드 접근 권한이 있는지 확인해야 합니다."
295
+ },
296
+ "server-side-image-map": {
297
+ "description": "서버 사이드 이미지 맵이 사용되지 않도록 합니다.",
298
+ "help": "서버 사이드 이미지 맵을 사용해서는 안됩니다."
299
+ },
300
+ "skip-link": {
301
+ "description": "모든 건너뛰기(skip) 링크에 포커스 가능한 대상이 있는지 확인하세요.",
302
+ "help": "스킵 링크 대상이 존재하고 포커스 가능해야 합니다."
303
+ },
304
+ "tabindex": {
305
+ "description": "tabindex 속성 값이 0보다 크지 않도록 합니다.",
306
+ "help": "요소는 0보다 큰 tabindex를 가져서는 안됩니다."
307
+ },
308
+ "table-duplicate-name": {
309
+ "description": "테이블의 summary 속성 값과 <caption> 요소의 콘텐츠 값이 동일하지 않아야 합니다.",
310
+ "help": "<caption> 요소는 summary 속성과 동일한 텍스트를 포함하지 않아야 합니다."
311
+ },
312
+ "table-fake-caption": {
313
+ "description": "캡션이 있는 테이블이 <caption> 요소를 사용하는지 확인하세요.",
314
+ "help": "데이터 또는 헤더 셀을 사용하여 데이터 테이블 캡션인 것처럼 제공해서는 안됩니다."
315
+ },
316
+ "td-has-header": {
317
+ "description": "데이터 셀이 3x3 보다 많은 테이블은 비어 있지 않은 각 데이터 셀에 하나 이상의 테이블 헤더가 있는지 확인하세요.",
318
+ "help": "3x3 보다 큰 테이블의 비어 있지 않은 모든 td 요소에는 연관된 테이블 헤더가 있어야 합니다."
319
+ },
320
+ "td-headers-attr": {
321
+ "description": "헤더를 사용하는 테이블의 각 셀이 해당 테이블의 다른 셀을 참조하는지 확인하세요.",
322
+ "help": "headers 속성을 사용하는 테이블 요소의 모든 셀은 동일한 테이블의 다른 셀만 참조해야 합니다."
323
+ },
324
+ "th-has-data-cells": {
325
+ "description": "데이터 테이블의 각 테이블 헤더가 데이터 셀을 참조하는지 확인하세요.",
326
+ "help": "모든 요소 및 role='columnheader/rowheader' 설정 된 요소는 설명하는 데이터 셀이 있어야 합니다."
327
+ },
328
+ "valid-lang": {
329
+ "description": "lang 속성이 유효한 값을 갖도록 합니다.",
330
+ "help": "lang 속성은 유효한 값을 가져야 합니다."
331
+ },
332
+ "video-caption": {
333
+ "description": "<video> 요소에 캡션(자막)이 있는지 확인합니다.",
334
+ "help": "<video> 요소에는 캡션(자막)이 있어야 합니다."
335
+ },
336
+ "video-description": {
337
+ "description": "<video> 요소에 오디오 설명이 있는지 확인합니다.",
338
+ "help": "<video> 요소에는 오디오 설명 트랙이 있어야 합니다."
339
+ }
340
+ },
341
+ "checks": {
342
+ "abstractrole": {
343
+ "pass": "추상 역할은 직접 사용하지 않습니다.",
344
+ "fail": "추상 역할은 직접 사용할 수 없습니다."
345
+ },
346
+ "aria-allowed-attr": {
347
+ "description": "ARIA 속성이 요소의 역할에 허용 되도록 합니다.",
348
+ "help": "요소는 허용된 ARIA 속성만 사용해야 합니다."
349
+ },
350
+ "aria-allowed-role": {
351
+ "pass": "ARIA 역할(role)은 지정된 요소에 대해 허용되어 있습니다.",
352
+ "fail": "ARIA 역할(role)은 지정된 요소에 대해 허용되지 않았습니다.",
353
+ "incomplete": "ARIA 역할(role)은 이 요소에 허가되어 있지 않기 때문에, 요소가 표시되었을 때 ARIA 역할을 삭제할 필요가 있습니다."
354
+ },
355
+ "aria-hidden-body": {
356
+ "description": "<body> 요소에 aria-hidden='true' 속성 설정이 없는지 확인하세요.",
357
+ "help": "aria-hidden='true' 설정을 <body> 요소에 사용해서는 안됩니다."
358
+ },
359
+ "aria-errormessage": {
360
+ "pass": "지원되고 있는 aria-errormessage 기술을 사용하고 있습니다.",
361
+ "fail": "aria-errormessage 값{{~it.data:value}} {=value}{{~}}는 메시지를 공지하는 방법을 사용해야 합니다.(예를 들어, aria-live, aria-describedby,role=alert 등)"
362
+ },
363
+ "has-widget-role": {
364
+ "pass": "요소에 widget 역할이 ​​있습니다.",
365
+ "fail": "요소에 widget 역할이 ​​없습니다."
366
+ },
367
+ "implicit-role-fallback": {
368
+ "pass": "요소의 내재된 ARIA 역할은 적절한 대안 입니다.",
369
+ "fail": "요소의 암시적 ARIA 역할은(지원되지 않는) 역할에 대한 좋은 대안이 아닙니다."
370
+ },
371
+ "invalidrole": {
372
+ "pass": "ARIA 역할이 유효합니다.",
373
+ "fail": "역할은 유효한 ARIA 역할 중 하나여야 합니다."
374
+ },
375
+ "no-implicit-explicit-label": {
376
+ "pass": "<label>과 접근 가능한 이름이 일치하지 않습니다.",
377
+ "incomplete": "<label>이 ARIA {{=it.data}} 필드 이름의 일부일 필요는 없는지 확인하세요."
378
+ },
379
+ "aria-required-attr": {
380
+ "description": "ARIA 역할을 가진 요소가 모든 필수 ARIA 속성을 갖도록 합니다.",
381
+ "help": "필수 ARIA 속성이 제공 되어야 합니다."
382
+ },
383
+ "aria-required-children": {
384
+ "pass": "필수적인 ARIA 역할이 존재합니다.",
385
+ "fail": "필수적인 ARIA 역할이 제공되지 않고 있습니다: {{~it.data:value}} {{=value}}{{~}}",
386
+ "incomplete": "ARIA의 자손 역할이 추가되어야 합니다: {{~it.data:value}} {{=value}}{{~}}"
387
+ },
388
+ "aria-required-parent": {
389
+ "pass": "필수적인 ARIA 역할이 존재합니다.",
390
+ "fail": "필수적인 ARIA 역할이 제공되지 않고 있습니다: {{~it.data:value}} {{=value}}{{~}}"
391
+ },
392
+ "aria-unsupported-attr": {
393
+ "pass": "사용된 ARIA 속성은 지원되고 있습니다.",
394
+ "fail": "사용된 ARIA 속성은 스크린 리더나 보조 기술에 널리 지원되지 않고 있습니다: {{~it.data:value}} {{=value}}{{~}}"
395
+ },
396
+ "unsupportedrole": {
397
+ "pass": "사용된 ARIA 역할이 지원됩니다.",
398
+ "fail": "사용된 ARIA 속성은 스크린 리더나 보조 기술에 널리 지원되지 않고 있습니다.: {{~it.data:value}} {{=value}}{{~}}"
399
+ },
400
+ "aria-valid-attr-value": {
401
+ "pass": "ARIA 속성이 유효합니다.",
402
+ "fail": "무효인 ARIA 속성입니다:{{~it.data:value}} {{=value}}{{~}}",
403
+ "incomplete": "페이지에 ARIA 속성의 요소 ID가 존재하지 않습니다:{{~it.data:value}} {{=value}}{{~}}"
404
+ },
405
+ "aria-valid-attr": {
406
+ "pass": "ARIA 속성명이 유효합니다.",
407
+ "fail": "무효인 ARIA 속성명 입니다: {{~it.data:value}} {{=value}}{{~}}"
408
+ },
409
+ "valid-scrollable-semantics": {
410
+ "pass": "요소는 포커스 순서에서 요소에 대한 유효한 의미를 갖습니다.",
411
+ "fail": "요소의 포커스 순서에서 요소에 대한 의미가 유효하지 않습니다."
412
+ },
413
+ "color-contrast": {
414
+ "pass": "{{=it.data.contrastRatio}} 요소의 색상 대비가 충분합니다.",
415
+ "fail": "{{=it.data.contrastRatio}} 요소의 색상 대비가 충분하지 않습니다. (foreground color: {{=it.data.fgColor}}, background color: {{=it.data.bgColor}}, font size: {{=it.data.fontSize}}, font weight: {{=it.data.fontWeight}}). {{=it.data.expectedContrastRatio}} 예상 대비 비율",
416
+ "incomplete": {
417
+ "bgImage": "배경 이미지로 인해 요소의 배경색을 확인할 수 없습니다.",
418
+ "bgGradient": "배경 그라데이션으로 인해 요소의 배경색을 결정할 수 없습니다.",
419
+ "imgNode": "요소에 이미지 노드가 포함되어 있으므로 요소의 배경색을 확인할 수 없습니다.",
420
+ "bgOverlap": "요소의 배경색이 다른 요소와 겹치므로 확인할 수 없습니다.",
421
+ "fgAlpha": "알파 투명도로 인해 요소의 전경색을 확인할 수 없습니다.",
422
+ "elmPartiallyObscured": "요소의 배경색이 다른 요소에 의해 부분적으로 가려져서 확인할 수 없습니다.",
423
+ "elmPartiallyObscuring": "요소의 배경색이 다른 요소와 부분적으로 겹치므로 확인할 수 없습니다.",
424
+ "outsideViewport": "요소가 뷰포트 외부에 있으므로 요소의 배경색을 확인할 수 없습니다.",
425
+ "equalRatio": "요소는 배경과 1:1 대비 비율을 갖습니다.",
426
+ "shortTextContent": "요소 내용이 너무 짧아 실제 텍스트 내용인지 확인할 수 없습니다.",
427
+ "default": "명암 비를 결정할 수 없습니다."
428
+ }
429
+ },
430
+ "link-in-text-block": {
431
+ "pass": "링크는 색상이 아닌 다른 방식으로 주변 텍스트와 구별 될 수 있습니다.",
432
+ "fail": "링크는 색상이 아닌 다른 방식으로 주변 텍스트와 구별 되어야 합니다.",
433
+ "incomplete": {
434
+ "bgContrast": "요소의 명암비를 결정할 수 없습니다. 뚜렷한 hover / focus 스타일 확인",
435
+ "bgImage": "배경 이미지로 인해 요소의 대비 비율을 결정할 수 없습니다.",
436
+ "bgGradient": "배경 그라데이션으로 인해 요소의 대비 비율을 확인할 수 없습니다.",
437
+ "imgNode": "요소에 이미지 노드가 포함되어 있으므로 요소의 대비 비율을 확인할 수 없습니다.",
438
+ "bgOverlap": "요소 겹침으로 인해 요소의 대비 비율을 확인할 수 없습니다.",
439
+ "default": "명암비를 결정할 수 없습니다."
440
+ }
441
+ },
442
+ "autocomplete-appropriate": {
443
+ "pass": "autocomplete 값이 적절한 요소에 있습니다.",
444
+ "fail": "autocomplete 값은 이 유형의 입력에 적합하지 않습니다."
445
+ },
446
+ "autocomplete-valid": {
447
+ "pass": "autocomplete 속성이 올바르게 형식화 되었습니다.",
448
+ "fail": "autocomplete 속성의 형식이 잘못 되었습니다."
449
+ },
450
+ "fieldset": {
451
+ "pass": "요소가 Fieldset에 포함되어 있습니다.",
452
+ "fail": "{{var code = it.data && it.data.failureCode;}}{{? code === 'no-legend'}}Fieldset에 첫 번째 자식 요소로 legend가 없습니다{{?? code === 'empty-legend'}}legend에 스크린 리더에 표시되는 텍스트가 없습니다{{?? code === 'mixed-inputs'}}Fieldset에 관련 없는 inputs을 포함합니다{{?? code === 'no-group-label'}}ARIA 그룹은 aria-label 또는 aria-labelledby 설정이 없습니다{{?? code === 'group-mixed-inputs'}}ARIA 그룹에 관련 없는 inputs을 포함합니다{{??}}요소는 ARIA 그룹 또는 fieldset을 포함하지 않습니다{{?}}"
453
+ },
454
+ "group-labelledby": {
455
+ "pass": "이름이 \"{{=it.data.name}}\"인 요소는 공유 레이블과 고유 레이블이 모두 있으며, 이 레이블은 aria-labelledby를 통해 참조됩니다.",
456
+ "fail": "{{var code = it.data && it.data.failureCode;}}이(가) 있는 요소에는 모두 \"{{=it.data.name}}\" 이(가) 없습니다. {{? code === 'no-shared-label' }} 공유된 레이블{{?? code === 'no-unique-label' }}고유 레이블{{??}}공유 라벨과 고유 라벨 둘 다{{?}}, aria-labelledby을 통해 참조됩니다."
457
+ },
458
+ "accesskeys": {
459
+ "pass": "accesskey 속성 값은 고유합니다",
460
+ "fail": "문서에 동일한 accesskey를 가진 여러 요소가 있습니다."
461
+ },
462
+ "focusable-content": {
463
+ "pass": "요소에는 포커스 가능한 요소가 포함됩니다.",
464
+ "fail": "요소는 포커스 가능한 콘텐츠를 가져야 합니다."
465
+ },
466
+ "focusable-disabled": {
467
+ "pass": "요소 안에 포커스 가능한 요소가 포함되어 있지 않습니다.",
468
+ "fail": "포커스 가능 콘텐츠를 비 활성화하거나 DOM에서 제거해야 합니다."
469
+ },
470
+ "focusable-element": {
471
+ "pass": "요소는 포커스 가능합니다.",
472
+ "fail": "요소에 포커스를 맞출 수 있어야 합니다."
473
+ },
474
+ "focusable-no-name": {
475
+ "pass": "요소가 탭 순서가 아니거나 접근 가능한 텍스트가 있습니다.",
476
+ "fail": "요소가 탭 순서이며 접근 가능한 텍스트가 없습니다."
477
+ },
478
+ "focusable-not-tabbable": {
479
+ "pass": "요소 내에 포커스 가능한 요소가 포함되어 있지 않습니다.",
480
+ "fail": "포커스 가능 콘텐츠는 tabindex='-1' 이거나 DOM에서 제거 되어야 합니다."
481
+ },
482
+ "landmark-is-top-level": {
483
+ "pass": "{{=it.data.role }} 랜드마크가 최상위 레벨에 있습니다.",
484
+ "fail": "{{=it.data.role } 랜드마크는 다른 랜드마크에 포함되어 있습니다."
485
+ },
486
+ "page-has-heading-one": {
487
+ "pass": "페이지에 하나 이상의 제목 레벨 1이 있습니다.",
488
+ "fail": "페이지에는 제목 레벨 1이 있어야 합니다."
489
+ },
490
+ "page-has-main": {
491
+ "pass": "문서에 하나 이상의 main 랜드마크가 있습니다.",
492
+ "fail": "문서에 main 랜드마크가 없습니다."
493
+ },
494
+ "page-no-duplicate-banner": {
495
+ "pass": "문서에 둘 이상의 banner 랜드마크가 없습니다.",
496
+ "fail": "문서에 둘 이상의 banner 랜드마크가 있습니다."
497
+ },
498
+ "page-no-duplicate-contentinfo": {
499
+ "pass": "문서에 하나 이상의 contentinfo 랜드마크가 없습니다.",
500
+ "fail": "문서에 하나 이상의 contentinfo 랜드마크가 있습니다."
501
+ },
502
+ "page-no-duplicate-main": {
503
+ "pass": "문서에 둘 이상의 main 랜드마크가 없습니다.",
504
+ "fail": "문서에 둘 이상의 main 랜드마크가 있습니다."
505
+ },
506
+ "tabindex": {
507
+ "pass": "요소에 0보다 큰 tabindex가 없습니다.",
508
+ "fail": "요소의 tabindex가 0보다 큽니다."
509
+ },
510
+ "alt-space-value": {
511
+ "pass": "요소에 유효한 대체 속성 값이 있습니다.",
512
+ "fail": "요소에는 공백 문자만 포함하는 alt 속성이 있으며 모든 스크린 리더에서 무시하지 않습니다."
513
+ },
514
+ "duplicate-img-label": {
515
+ "pass": "<img> 대체 텍스트에서 요소가 기존 텍스트를 복제하지 않습니다.",
516
+ "fail": "요소에 기존 텍스트를 복제하는 대체 텍스트가 있는 <img> 요소가 포함되어 있습니다."
517
+ },
518
+ "explicit-label": {
519
+ "pass": "Form 요소에 명확한 <label>이 존재하고 있습니다.",
520
+ "fail": "Form 요소에 명확한 <label>이 존재하지 않습니다."
521
+ },
522
+ "help-same-as-label": {
523
+ "pass": "도움말 텍스트(title 또는 aria-describedby)는 레이블 텍스트를 복제하지 않습니다.",
524
+ "fail": "도움말 텍스트(title 또는 aria-describedby)는 레이블 텍스트와 동일합니다."
525
+ },
526
+ "hidden-explicit-label": {
527
+ "pass": "Form 요소에 명시적인 <label>이 있습니다.",
528
+ "fail": "Form 요소에 숨겨진 <label>이 있습니다."
529
+ },
530
+ "implicit-label": {
531
+ "pass": "Form 요소에 암묵적인(포함된) <label>이 존재하고 있습니다.",
532
+ "fail": "Form 요소에 암묵적인(포함된) <label>이 존재하지 않습니다."
533
+ },
534
+ "label-content-name-mismatch": {
535
+ "pass": "요소는 접근 가능한 이름의 일부로 보이는 텍스트를 포함합니다.",
536
+ "fail": "요소 안의 텍스트는 접근 가능한 이름에 포함되지 않습니다."
537
+ },
538
+ "multiple-label": {
539
+ "pass": "Form 필드에 여러 레이블 요소가 없습니다.",
540
+ "incomplete": "보조 기술에서 다중 레이블 요소가 널리 지원되지 않습니다. 첫 번째 레이블에 필요한 모든 정보가 포함되어 있는지 확인하세요."
541
+ },
542
+ "title-only": {
543
+ "pass": "Form 요소는 레이블에 title 속성만 사용하지 않습니다.",
544
+ "fail": "Form 요소의 레이블을 생성하는데 사용되는 title 속성만 해당됩니다."
545
+ },
546
+ "landmark-is-unique": {
547
+ "pass": "랜드마크에는 고유한 role 또는 role/label/title (즉, 접근 가능한 이름) 조합이 있어야 합니다.",
548
+ "fail": "랜드마크는 고유한 aria-label, aria-labelledby 또는 title이 있어야 랜드마크를 구별 할 수 있습니다."
549
+ },
550
+ "has-lang": {
551
+ "pass": "<html> 요소에 lang 속성이 있습니다.",
552
+ "fail": "<html> 요소에 lang 속성이 없습니다."
553
+ },
554
+ "valid-lang": {
555
+ "pass": "lang 속성 값은 유효한 언어 목록에 포함되어 있습니다.",
556
+ "fail": "lang 속성 값이 유효한 언어 목록에 포함되어 있지 않습니다."
557
+ },
558
+ "xml-lang-mismatch": {
559
+ "pass": "lang 및 xml:lang 속성은 주 언어 속성 값이 동일합니다.",
560
+ "fail": "lang 및 xml:lang 속성은 주 언어 속성 값이 동일하지 않습니다."
561
+ },
562
+ "dlitem": {
563
+ "pass": "설명 목록 항목에 <dl> 상위 요소가 있습니다.",
564
+ "fail": "설명 목록 항목에 <dl> 상위 요소가 없습니다."
565
+ },
566
+ "listitem": {
567
+ "pass": "목록 항목에 <ul>, <ol> 또는 role=\"list\" 상위 요소가 있습니다.",
568
+ "fail": "목록 항목에 <ul>, <ol> 또는 role=\"list\" 상위 요소가 없습니다."
569
+ },
570
+ "only-dlitems": {
571
+ "pass": "List 요소에는 <dt> 또는 <dd> 요소 내에서 허용되는 직접적인 자식 요소들만 있습니다.",
572
+ "fail": "List 요소에는 <dt> 또는 <dd> 요소 내에서 허용되지 않는 직접적인 자식 요소들이 있습니다."
573
+ },
574
+ "only-listitems": {
575
+ "pass": "List 요소에는 <li> 요소 내에 허용되는 직접적인 자식 요소들만 있습니다.",
576
+ "fail": "List 요소에는 <li> 요소 내에 허용되지 않는 직접 자식 요소들이 있습니다."
577
+ },
578
+ "structured-dlitems": {
579
+ "pass": "비어 있지 않으면 요소에 <dt> 및 <dd> 요소가 모두 있습니다.",
580
+ "fail": "비어 있지 않은 경우 요소에는 하나 이상의 <dt> 요소가 없고 그 뒤에 하나 이상의 <dd> 요소가 없습니다."
581
+ },
582
+ "caption": {
583
+ "pass": "멀티미디어 요소에는 자막 트랙이 있습니다.",
584
+ "incomplete": "요소에 캡션을 사용할 수 있는지 확인하세요."
585
+ },
586
+ "description": {
587
+ "pass": "멀티미디어 요소에는 오디오 설명 트랙이 있습니다.",
588
+ "incomplete": "요소에 대한 오디오 설명이 사용 가능한지 확인하세요."
589
+ },
590
+ "frame-tested": {
591
+ "pass": "iframe은 axe-core로 테스트 되었습니다.",
592
+ "fail": "iframe은 axe-core로 테스트 할 수 없습니다.",
593
+ "incomplete": "iframe은 여전히 ​​axe-core로 테스트 해야 합니다."
594
+ },
595
+ "css-orientation-lock": {
596
+ "pass": "디스플레이가 작동하고 방향 잠금이 설정되어 있지 않습니다.",
597
+ "fail": "CSS 방향 잠금이 적용되어 디스플레이를 작동 할 수 없게 합니다.",
598
+ "incomplete": "CSS 방향 잠금을 확인할 수 없습니다."
599
+ },
600
+ "meta-viewport-large": {
601
+ "pass": "<meta> 태그가 모바일 장치에서 화면 확대가 가능합니다.",
602
+ "fail": "<meta> 태그는 모바일 장치에서 화면 확대/축소를 제한합니다."
603
+ },
604
+ "meta-viewport": {
605
+ "pass": "<meta> 태그는 모바일 장치에서 확대/축소를 비활성화하지 않습니다.",
606
+ "fail": "<meta> 태그의 {{= it.data}}는 모바일 장치에서 확대/축소를 사용하지 않습니다."
607
+ },
608
+ "header-present": {
609
+ "pass": "페이지에 헤더가 있습니다.",
610
+ "fail": "페이지에 헤더가 없습니다."
611
+ },
612
+ "heading-order": {
613
+ "pass": "제목 순서가 유효합니다.",
614
+ "fail": "제목 순서가 잘못되었습니다."
615
+ },
616
+ "internal-link-present": {
617
+ "pass": "유효한 건너뛰기 링크가 발견되었습니다.",
618
+ "fail": "유효한 건너뛰기 링크가 없습니다."
619
+ },
620
+ "landmark": {
621
+ "pass": "페이지에 랜드마크 영역이 있습니다.",
622
+ "fail": "페이지에 랜드마크 영역이 없습니다."
623
+ },
624
+ "meta-refresh": {
625
+ "pass": "<meta> 태그는 페이지를 즉시 새로 고치지 않습니다.",
626
+ "fail": "<meta> 태그는 페이지를 새로 고침합니다."
627
+ },
628
+ "p-as-heading": {
629
+ "pass": "<p> 요소는 제목처럼 스타일이 설정되지 않았습니다.",
630
+ "fail": "스타일이 지정된 p 요소 대신 제목 요소를 사용해야 합니다."
631
+ },
632
+ "region": {
633
+ "pass": "모든 페이지 내용은 랜드마크로 포함됩니다.",
634
+ "fail": "일부 페이지 내용은 랜드마크에 포함되지 않습니다."
635
+ },
636
+ "skip-link": {
637
+ "pass": "링크 건너뛰기 대상이 존재합니다.",
638
+ "incomplete": "활성화 시 링크 대상 건너뛰기가 표시 되어야 합니다.",
639
+ "fail": "건너띄기 링크 대상이 없습니다."
640
+ },
641
+ "unique-frame-title": {
642
+ "pass": "요소의 title 속성은 고유합니다.",
643
+ "fail": "요소의 title 속성이 고유하지 않습니다."
644
+ },
645
+ "duplicate-id-active": {
646
+ "pass": "문서에 같은 id 속성을 갖는 유효한 요소는 없습니다.",
647
+ "fail": "문서에 같은 id 속성을 갖는 유효한 요소가 있습니다: {{=it.data}}"
648
+ },
649
+ "duplicate-id-aria": {
650
+ "pass": "문서에 ARIA로 참조된 요소나 동일한 id 속성을 공유하는 레이블이 없습니다.",
651
+ "fail": "동일한 id 속성을 가진 ARIA를 참조하는 여러 요소가 문서에 있습니다: {{=it.data}}"
652
+ },
653
+ "duplicate-id": {
654
+ "pass": "문서에 동일한 id 속성을 공유하는 정적 요소가 없습니다.",
655
+ "fail": "문서에 동일한 id 속성을 가진 여러 정적 요소가 있습니다."
656
+ },
657
+ "aria-label": {
658
+ "pass": "aria-label 속성이 존재하며 비어 있지 않습니다.",
659
+ "fail": "aria-label 속성이 존재하지 않거나 비어 있습니다."
660
+ },
661
+ "aria-labelledby": {
662
+ "pass": "aria-labeledby 속성이 있으며 스크린 리더에 표시되는 요소를 참조합니다.",
663
+ "fail": "aria-labeledby 속성이 존재하지 않거나, 존재하지 않는 요소를 참조하거나, 비어 있는 요소를 참조합니다."
664
+ },
665
+ "avoid-inline-spacing": {
666
+ "pass": "텍스트 간격에 영향을 주는 '!important'를 가진 인라인 스타일이 지정되지 않았습니다.",
667
+ "fail": "인라인 스타일에서 '!important' 제거 {{=it.data && it.data.length > 1 ? 's' : ''}} {{=it.data.join(', ')}}, 이 항목을 재정의하는 것은 대부분의 브라우저에서 지원되지 않습니다."
668
+ },
669
+ "button-has-visible-text": {
670
+ "pass": "요소에는 스크린 리더에 표시되는 내부 텍스트가 있습니다.",
671
+ "fail": "요소에는 스크린 리더에서 볼 수 있는 내부 텍스트가 없습니다."
672
+ },
673
+ "doc-has-title": {
674
+ "pass": "문서에 비어 있지 않은 <title> 요소가 있습니다.",
675
+ "fail": "문서에 비어 있지 않은 <title> 요소가 없습니다."
676
+ },
677
+ "exists": {
678
+ "pass": "요소는 존재하지 않습니다.",
679
+ "fail": "요소가 존재합니다."
680
+ },
681
+ "has-alt": {
682
+ "pass": "요소에 alt 속성이 존재합니다.",
683
+ "fail": "요소에 alt 속성이 존재하지 않습니다."
684
+ },
685
+ "has-visible-text": {
686
+ "pass": "요소에 스크린 리더가 인식 가능한 텍스트가 존재하고 있습니다.",
687
+ "fail": "요소에 스크린 리더가 인식 가능한 텍스트가 존재하지 않습니다."
688
+ },
689
+ "is-on-screen": {
690
+ "pass": "요소가 표시되어 있지 않습니다.",
691
+ "fail": "요소가 표시되어 있습니다."
692
+ },
693
+ "non-empty-alt": {
694
+ "pass": "요소에 비어있지 않은 alt 속성이 존재합니다.",
695
+ "fail": "요소에 alt 속성이 존재하지 않거나, alt 속성이 비어 있습니다."
696
+ },
697
+ "non-empty-if-present": {
698
+ "pass": "요소 {{?it.data}} 비어 있지 않은 값 속성이 있습니다{{??}}값 속성이 없습니다{{?}}",
699
+ "fail": "요소에 value 속성이 존재하고, value 속성이 비어있습니다."
700
+ },
701
+ "non-empty-title": {
702
+ "pass": "요소에 title 속성이 존재하고 있습니다.",
703
+ "fail": "요소에 title 속성이 존재하지 않거나, title 속성이 비어 있습니다."
704
+ },
705
+ "non-empty-value": {
706
+ "pass": "요소에 비어 있지 않은 value 요소가 존재하고 있습니다.",
707
+ "fail": "요소에 value 속성이 존재하지 않거나, value 속성이 비어 있습니다."
708
+ },
709
+ "role-none": {
710
+ "pass": "요소의 기본 의미가 role=\"none\" 역할로 재정의 되었습니다.",
711
+ "fail": "요소의 기본 의미가 role=\"none\" 역할로 재정의 되지 않았습니다."
712
+ },
713
+ "role-presentation": {
714
+ "pass": "요소의 기본 의미가 role=\"presentation\" 역할로 재정의 되었습니다.",
715
+ "fail": "요소의 기본 의미가 role=\"presentation\" 역할로 재정의 되지 않았습니다."
716
+ },
717
+ "caption-faked": {
718
+ "pass": "테이블의 첫 번째 행은 캡션으로 사용되지 않습니다.",
719
+ "fail": "테이블의 첫 번째 자식은 테이블 셀 대신 캡션 이어야 합니다."
720
+ },
721
+ "has-caption": {
722
+ "pass": "레이아웃 테이블에 <caption> 요소를 사용하지 않았습니다.",
723
+ "fail": "레이아웃 테이블에 <caption> 요소를 사용하고 있습니다."
724
+ },
725
+ "has-summary": {
726
+ "pass": "레이아웃 테이블에 summary 속성을 사용하지 않았습니다.",
727
+ "fail": "레이아웃 테이블에 summary 속성을 사용했습니다."
728
+ },
729
+ "has-th": {
730
+ "pass": "레이아웃 테이블에 <th> 요소를 사용하지 않았습니다.",
731
+ "fail": "레이아웃 테이블에 <th> 요소를 사용했습니다."
732
+ },
733
+ "html5-scope": {
734
+ "pass": "scope 속성은 테이블 헤더 요소 (<th>)에서만 사용됩니다.",
735
+ "fail": "HTML5에서 scope 속성은 테이블 헤더 요소(<th>)에서만 사용할 수 있습니다."
736
+ },
737
+ "same-caption-summary": {
738
+ "pass": "summary 속성 및 <caption> 콘텐츠는 중복되지 않았습니다.",
739
+ "fail": "summary 속성 및 <caption> 콘텐츠는 중복됩니다."
740
+ },
741
+ "scope-value": {
742
+ "pass": "scope 속성은 올바르게 사용되고 있습니다.",
743
+ "fail": "scope 속성의 값은 'row' 또는 'col'뿐입니다."
744
+ },
745
+ "td-has-header": {
746
+ "pass": "비어 있지 않은 모든 데이터 셀에는 테이블 헤더가 있습니다.",
747
+ "fail": "비어 있지 않은 일부 데이터 셀에는 테이블 헤더가 없습니다."
748
+ },
749
+ "td-headers-attr": {
750
+ "pass": "headers 속성은 독점적으로 테이블의 다른 셀을 참조하는데 사용됩니다.",
751
+ "fail": "headers 속성은 테이블의 다른 셀을 참조하는데 독점적으로 사용되지 않습니다."
752
+ },
753
+ "th-has-data-cells": {
754
+ "pass": "모든 테이블 헤더 셀은 데이터 셀을 나타냅니다.",
755
+ "fail": "모든 테이블 헤더 셀이 데이터 셀을 참조하는 것은 아닙니다.",
756
+ "incomplete": "테이블 데이터 셀이 없거나 비어 있습니다."
757
+ },
758
+ "hidden-content": {
759
+ "pass": "페이지의 모든 내용이 분석되었습니다.",
760
+ "fail": "이 페이지의 내용을 분석하는 중에 문제가 발생했습니다.",
761
+ "incomplete": "분석되지 않은 숨겨진 콘텐츠가 페이지에 있습니다. 콘텐츠를 분석하려면 해당 콘텐츠의 표시를 트리거 해야 합니다."
762
+ }
763
+ },
764
+ "failureSummaries": {
765
+ "any": {
766
+ "failureMessage": "다음 중 하나를 수정하세요:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
767
+ },
768
+ "none": {
769
+ "failureMessage": "다음 중 하나를 수정하세요:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
770
+ }
771
+ },
772
+ "incompleteFallbackMessage": {
773
+ "undefined": {
774
+ "failureMessage": "다음 중 하나를 수정하세요:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
775
+ }
776
+ }
777
+ }