govuk_publishing_components 30.4.1 → 30.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-event-tracker.js +63 -51
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-link-tracker.js +8 -8
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +11 -10
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/init-ga4.js +26 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +1 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +2 -4
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +28 -27
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/README.md +83 -53
- data/node_modules/axe-core/axe.d.ts +403 -224
- data/node_modules/axe-core/axe.js +23281 -21919
- data/node_modules/axe-core/axe.min.js +3 -3
- data/node_modules/axe-core/locales/da.json +795 -780
- data/node_modules/axe-core/locales/de.json +932 -621
- data/node_modules/axe-core/locales/es.json +786 -771
- data/node_modules/axe-core/locales/eu.json +787 -0
- data/node_modules/axe-core/locales/fr.json +982 -840
- data/node_modules/axe-core/locales/ja.json +988 -880
- data/node_modules/axe-core/locales/ko.json +999 -775
- data/node_modules/axe-core/locales/nl.json +46 -34
- data/node_modules/axe-core/locales/pl.json +965 -0
- data/node_modules/axe-core/locales/pt_BR.json +966 -880
- data/node_modules/axe-core/package.json +189 -145
- data/node_modules/axe-core/sri-history.json +312 -192
- data/node_modules/govuk-frontend/govuk/all.js +64 -44
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +3 -13
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/details/details.js +8 -20
- data/node_modules/govuk-frontend/govuk/components/details/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/details/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +9 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +59 -20
- data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +40 -0
- data/node_modules/govuk-frontend/govuk/components/footer/template.njk +17 -7
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +14 -21
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +11 -11
- data/node_modules/govuk-frontend/govuk/components/header/header.js +53 -11
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss +9 -10
- data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/panel/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/panel/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss +6 -0
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +15 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +37 -10
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +69 -4
- data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +3 -3
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +13 -13
- data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +14 -7
- data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +56 -12
- data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +4 -8
- data/node_modules/govuk-frontend/govuk/template.njk +5 -5
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +3 -13
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +8 -20
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +53 -11
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +6 -584
- data/node_modules/axe-core/CHANGELOG.md +0 -1053
- data/node_modules/axe-core/CONTRIBUTING.md +0 -187
- data/node_modules/axe-core/bower.json +0 -40
- data/node_modules/axe-core/doc/API.md +0 -889
- data/node_modules/axe-core/doc/accessibility-supported.md +0 -33
- data/node_modules/axe-core/doc/act-rules-format.md +0 -37
- data/node_modules/axe-core/doc/aria-supported.md +0 -13
- data/node_modules/axe-core/doc/backwards-compatibility-doc.md +0 -94
- data/node_modules/axe-core/doc/check-message-template.md +0 -124
- data/node_modules/axe-core/doc/code-submission-guidelines.md +0 -178
- data/node_modules/axe-core/doc/developer-guide.md +0 -514
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/README.md +0 -13
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/axe-cdp.js +0 -81
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/package.json +0 -11
- data/node_modules/axe-core/doc/examples/html-handlebars.md +0 -164
- data/node_modules/axe-core/doc/examples/jasmine/README.md +0 -35
- data/node_modules/axe-core/doc/examples/jasmine/karma.conf.js +0 -29
- data/node_modules/axe-core/doc/examples/jasmine/package.json +0 -21
- data/node_modules/axe-core/doc/examples/jasmine/spec/a11y.js +0 -36
- data/node_modules/axe-core/doc/examples/jest_react/README.md +0 -41
- data/node_modules/axe-core/doc/examples/jest_react/link.js +0 -7
- data/node_modules/axe-core/doc/examples/jest_react/link.test.js +0 -24
- data/node_modules/axe-core/doc/examples/jest_react/package.json +0 -28
- data/node_modules/axe-core/doc/examples/jest_react/test-helpers.js +0 -21
- data/node_modules/axe-core/doc/examples/jsdom/package.json +0 -15
- data/node_modules/axe-core/doc/examples/mocha/README.md +0 -35
- data/node_modules/axe-core/doc/examples/mocha/karma.conf.js +0 -29
- data/node_modules/axe-core/doc/examples/mocha/package.json +0 -22
- data/node_modules/axe-core/doc/examples/phantomjs/README.md +0 -17
- data/node_modules/axe-core/doc/examples/phantomjs/axe-phantom.js +0 -53
- data/node_modules/axe-core/doc/examples/phantomjs/package.json +0 -19
- data/node_modules/axe-core/doc/examples/puppeteer/README.md +0 -12
- data/node_modules/axe-core/doc/examples/puppeteer/axe-puppeteer.js +0 -60
- data/node_modules/axe-core/doc/examples/puppeteer/package.json +0 -13
- data/node_modules/axe-core/doc/examples/qunit/README.md +0 -37
- data/node_modules/axe-core/doc/examples/qunit/package.json +0 -21
- data/node_modules/axe-core/doc/examples/test-examples.js +0 -32
- data/node_modules/axe-core/doc/plugins.md +0 -123
- data/node_modules/axe-core/doc/projects.md +0 -48
- data/node_modules/axe-core/doc/rule-descriptions.md +0 -129
- data/node_modules/axe-core/doc/rule-development.md +0 -123
- data/node_modules/axe-core/doc/rule-proposal.md +0 -106
- data/node_modules/axe-core/lib/checks/aria/abstractrole.js +0 -10
- data/node_modules/axe-core/lib/checks/aria/abstractrole.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/allowed-attr.js +0 -39
- data/node_modules/axe-core/lib/checks/aria/allowed-attr.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/aria-allowed-role.js +0 -28
- data/node_modules/axe-core/lib/checks/aria/aria-allowed-role.json +0 -22
- data/node_modules/axe-core/lib/checks/aria/aria-hidden-body.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/aria-hidden-body.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/aria-roledescription.js +0 -14
- data/node_modules/axe-core/lib/checks/aria/aria-roledescription.json +0 -23
- data/node_modules/axe-core/lib/checks/aria/errormessage.js +0 -33
- data/node_modules/axe-core/lib/checks/aria/errormessage.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/fallbackrole.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/fallbackrole.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/has-widget-role.js +0 -6
- data/node_modules/axe-core/lib/checks/aria/has-widget-role.json +0 -12
- data/node_modules/axe-core/lib/checks/aria/implicit-role-fallback.js +0 -6
- data/node_modules/axe-core/lib/checks/aria/implicit-role-fallback.json +0 -12
- data/node_modules/axe-core/lib/checks/aria/invalidrole.js +0 -17
- data/node_modules/axe-core/lib/checks/aria/invalidrole.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.js +0 -21
- data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/required-attr.js +0 -53
- data/node_modules/axe-core/lib/checks/aria/required-attr.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/required-children.js +0 -154
- data/node_modules/axe-core/lib/checks/aria/required-children.json +0 -32
- data/node_modules/axe-core/lib/checks/aria/required-parent.js +0 -87
- data/node_modules/axe-core/lib/checks/aria/required-parent.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/unsupportedattr.js +0 -39
- data/node_modules/axe-core/lib/checks/aria/unsupportedattr.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/unsupportedrole.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/unsupportedrole.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/valid-attr-value.js +0 -80
- data/node_modules/axe-core/lib/checks/aria/valid-attr-value.json +0 -19
- data/node_modules/axe-core/lib/checks/aria/valid-attr.js +0 -25
- data/node_modules/axe-core/lib/checks/aria/valid-attr.json +0 -15
- data/node_modules/axe-core/lib/checks/aria/valid-scrollable-semantics.js +0 -62
- data/node_modules/axe-core/lib/checks/aria/valid-scrollable-semantics.json +0 -12
- data/node_modules/axe-core/lib/checks/color/color-contrast.js +0 -86
- data/node_modules/axe-core/lib/checks/color/color-contrast.json +0 -30
- data/node_modules/axe-core/lib/checks/color/link-in-text-block.js +0 -85
- data/node_modules/axe-core/lib/checks/color/link-in-text-block.json +0 -19
- data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.js +0 -67
- data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.json +0 -11
- data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.js +0 -2
- data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.json +0 -11
- data/node_modules/axe-core/lib/checks/forms/fieldset-after.js +0 -25
- data/node_modules/axe-core/lib/checks/forms/fieldset.js +0 -109
- data/node_modules/axe-core/lib/checks/forms/fieldset.json +0 -20
- data/node_modules/axe-core/lib/checks/forms/group-labelledby-after.js +0 -16
- data/node_modules/axe-core/lib/checks/forms/group-labelledby.js +0 -66
- data/node_modules/axe-core/lib/checks/forms/group-labelledby.json +0 -17
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys-after.js +0 -19
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys.js +0 -5
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys.json +0 -12
- data/node_modules/axe-core/lib/checks/keyboard/focusable-content.js +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/focusable-content.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-disabled.js +0 -30
- data/node_modules/axe-core/lib/checks/keyboard/focusable-disabled.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-element.js +0 -12
- data/node_modules/axe-core/lib/checks/keyboard/focusable-element.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-modal-open.js +0 -14
- data/node_modules/axe-core/lib/checks/keyboard/focusable-modal-open.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-no-name.js +0 -6
- data/node_modules/axe-core/lib/checks/keyboard/focusable-no-name.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-not-tabbable.js +0 -30
- data/node_modules/axe-core/lib/checks/keyboard/focusable-not-tabbable.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/landmark-is-top-level.js +0 -18
- data/node_modules/axe-core/lib/checks/keyboard/landmark-is-top-level.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/page-has-elm-after.js +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/page-has-elm.js +0 -13
- data/node_modules/axe-core/lib/checks/keyboard/page-has-heading-one.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-has-main.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-after.js +0 -2
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-banner.json +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-contentinfo.json +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-main.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate.js +0 -36
- data/node_modules/axe-core/lib/checks/keyboard/tabindex.js +0 -6
- data/node_modules/axe-core/lib/checks/keyboard/tabindex.json +0 -11
- data/node_modules/axe-core/lib/checks/label/alt-space-value.js +0 -3
- data/node_modules/axe-core/lib/checks/label/alt-space-value.json +0 -11
- data/node_modules/axe-core/lib/checks/label/duplicate-img-label.js +0 -22
- data/node_modules/axe-core/lib/checks/label/duplicate-img-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/explicit.js +0 -15
- data/node_modules/axe-core/lib/checks/label/explicit.json +0 -11
- data/node_modules/axe-core/lib/checks/label/help-same-as-label.js +0 -23
- data/node_modules/axe-core/lib/checks/label/help-same-as-label.json +0 -12
- data/node_modules/axe-core/lib/checks/label/hidden-explicit-label.js +0 -12
- data/node_modules/axe-core/lib/checks/label/hidden-explicit-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/implicit.js +0 -7
- data/node_modules/axe-core/lib/checks/label/implicit.json +0 -11
- data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.js +0 -59
- data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.json +0 -15
- data/node_modules/axe-core/lib/checks/label/multiple-label.js +0 -39
- data/node_modules/axe-core/lib/checks/label/multiple-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/title-only.js +0 -5
- data/node_modules/axe-core/lib/checks/label/title-only.json +0 -11
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique-after.js +0 -23
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.js +0 -7
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.json +0 -12
- data/node_modules/axe-core/lib/checks/language/has-lang.js +0 -20
- data/node_modules/axe-core/lib/checks/language/has-lang.json +0 -14
- data/node_modules/axe-core/lib/checks/language/valid-lang.js +0 -26
- data/node_modules/axe-core/lib/checks/language/valid-lang.json +0 -11
- data/node_modules/axe-core/lib/checks/language/xml-lang-mismatch.js +0 -5
- data/node_modules/axe-core/lib/checks/language/xml-lang-mismatch.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/dlitem.js +0 -23
- data/node_modules/axe-core/lib/checks/lists/dlitem.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/listitem.js +0 -21
- data/node_modules/axe-core/lib/checks/lists/listitem.json +0 -14
- data/node_modules/axe-core/lib/checks/lists/only-dlitems.js +0 -42
- data/node_modules/axe-core/lib/checks/lists/only-dlitems.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/only-listitems.js +0 -58
- data/node_modules/axe-core/lib/checks/lists/only-listitems.json +0 -14
- data/node_modules/axe-core/lib/checks/lists/structured-dlitems.js +0 -22
- data/node_modules/axe-core/lib/checks/lists/structured-dlitems.json +0 -11
- data/node_modules/axe-core/lib/checks/media/caption.js +0 -8
- data/node_modules/axe-core/lib/checks/media/caption.json +0 -11
- data/node_modules/axe-core/lib/checks/media/description.js +0 -8
- data/node_modules/axe-core/lib/checks/media/description.json +0 -11
- data/node_modules/axe-core/lib/checks/media/frame-tested.js +0 -28
- data/node_modules/axe-core/lib/checks/media/frame-tested.json +0 -15
- data/node_modules/axe-core/lib/checks/media/no-autoplay-audio.js +0 -93
- data/node_modules/axe-core/lib/checks/media/no-autoplay-audio.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.js +0 -251
- data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport-large.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport-scale.js +0 -55
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport.json +0 -14
- data/node_modules/axe-core/lib/checks/navigation/header-present.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/header-present.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/heading-order-after.js +0 -14
- data/node_modules/axe-core/lib/checks/navigation/heading-order.js +0 -15
- data/node_modules/axe-core/lib/checks/navigation/heading-order.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose-after.js +0 -100
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose.js +0 -31
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/internal-link-present.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/internal-link-present.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/landmark.js +0 -3
- data/node_modules/axe-core/lib/checks/navigation/landmark.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/meta-refresh.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/meta-refresh.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/p-as-heading.js +0 -93
- data/node_modules/axe-core/lib/checks/navigation/p-as-heading.json +0 -30
- data/node_modules/axe-core/lib/checks/navigation/region.js +0 -107
- data/node_modules/axe-core/lib/checks/navigation/region.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/skip-link.js +0 -5
- data/node_modules/axe-core/lib/checks/navigation/skip-link.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title-after.js +0 -9
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title.js +0 -6
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-active.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-after.js +0 -8
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-aria.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id.js +0 -17
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id.json +0 -12
- data/node_modules/axe-core/lib/checks/shared/aria-label.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/aria-label.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/aria-labelledby.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/aria-labelledby.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.js +0 -18
- data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.json +0 -14
- data/node_modules/axe-core/lib/checks/shared/button-has-visible-text.js +0 -12
- data/node_modules/axe-core/lib/checks/shared/button-has-visible-text.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/doc-has-title.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/doc-has-title.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/exists.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/exists.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/has-alt.js +0 -6
- data/node_modules/axe-core/lib/checks/shared/has-alt.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/has-visible-text.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/has-visible-text.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/is-on-screen.js +0 -4
- data/node_modules/axe-core/lib/checks/shared/is-on-screen.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-alt.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-alt.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-if-present.js +0 -15
- data/node_modules/axe-core/lib/checks/shared/non-empty-if-present.json +0 -14
- data/node_modules/axe-core/lib/checks/shared/non-empty-title.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-title.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-value.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-value.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/role-none.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/role-none.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/role-presentation.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/role-presentation.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/svg-non-empty-title.js +0 -4
- data/node_modules/axe-core/lib/checks/shared/svg-non-empty-title.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/caption-faked.js +0 -10
- data/node_modules/axe-core/lib/checks/tables/caption-faked.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/has-caption.js +0 -1
- data/node_modules/axe-core/lib/checks/tables/has-caption.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/has-summary.js +0 -1
- data/node_modules/axe-core/lib/checks/tables/has-summary.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/has-th.js +0 -31
- data/node_modules/axe-core/lib/checks/tables/has-th.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/headers-visible-text.js +0 -30
- data/node_modules/axe-core/lib/checks/tables/html5-scope.js +0 -5
- data/node_modules/axe-core/lib/checks/tables/html5-scope.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/same-caption-summary.js +0 -7
- data/node_modules/axe-core/lib/checks/tables/same-caption-summary.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/scope-value.js +0 -5
- data/node_modules/axe-core/lib/checks/tables/scope-value.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/td-has-header.js +0 -30
- data/node_modules/axe-core/lib/checks/tables/td-has-header.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/td-headers-attr.js +0 -61
- data/node_modules/axe-core/lib/checks/tables/td-headers-attr.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.js +0 -76
- data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/th-single-row-column.js +0 -39
- data/node_modules/axe-core/lib/checks/visibility/hidden-content.js +0 -21
- data/node_modules/axe-core/lib/checks/visibility/hidden-content.json +0 -12
- data/node_modules/axe-core/lib/commons/aria/arialabel-text.js +0 -18
- data/node_modules/axe-core/lib/commons/aria/arialabelledby-text.js +0 -52
- data/node_modules/axe-core/lib/commons/aria/attributes.js +0 -45
- data/node_modules/axe-core/lib/commons/aria/get-element-unallowed-roles.js +0 -113
- data/node_modules/axe-core/lib/commons/aria/get-owned-virtual.js +0 -24
- data/node_modules/axe-core/lib/commons/aria/get-role.js +0 -44
- data/node_modules/axe-core/lib/commons/aria/index.js +0 -2424
- data/node_modules/axe-core/lib/commons/aria/is-accessible-ref.js +0 -59
- data/node_modules/axe-core/lib/commons/aria/is-aria-role-allowed-on-element.js +0 -41
- data/node_modules/axe-core/lib/commons/aria/is-unsupported-role.js +0 -14
- data/node_modules/axe-core/lib/commons/aria/label-virtual.js +0 -54
- data/node_modules/axe-core/lib/commons/aria/named-from-contents.js +0 -39
- data/node_modules/axe-core/lib/commons/aria/roles.js +0 -208
- data/node_modules/axe-core/lib/commons/aria/validate-attr-value.js +0 -62
- data/node_modules/axe-core/lib/commons/color/center-point-of-rect.js +0 -30
- data/node_modules/axe-core/lib/commons/color/contrast.js +0 -178
- data/node_modules/axe-core/lib/commons/color/element-has-image.js +0 -36
- data/node_modules/axe-core/lib/commons/color/element-is-distinct.js +0 -88
- data/node_modules/axe-core/lib/commons/color/get-background-color.js +0 -285
- data/node_modules/axe-core/lib/commons/color/get-foreground-color.js +0 -61
- data/node_modules/axe-core/lib/commons/color/get-own-background-color.js +0 -22
- data/node_modules/axe-core/lib/commons/color/incomplete-data.js +0 -50
- data/node_modules/axe-core/lib/commons/color/index.js +0 -8
- data/node_modules/axe-core/lib/commons/dom/elements-below-floating.js +0 -39
- data/node_modules/axe-core/lib/commons/dom/find-elms-in-context.js +0 -28
- data/node_modules/axe-core/lib/commons/dom/find-up.js +0 -63
- data/node_modules/axe-core/lib/commons/dom/get-composed-parent.js +0 -25
- data/node_modules/axe-core/lib/commons/dom/get-element-by-reference.js +0 -34
- data/node_modules/axe-core/lib/commons/dom/get-element-coordinates.js +0 -38
- data/node_modules/axe-core/lib/commons/dom/get-element-stack.js +0 -589
- data/node_modules/axe-core/lib/commons/dom/get-root-node.js +0 -12
- data/node_modules/axe-core/lib/commons/dom/get-scroll-offset.js +0 -33
- data/node_modules/axe-core/lib/commons/dom/get-tabbable-elements.js +0 -24
- data/node_modules/axe-core/lib/commons/dom/get-viewport-size.js +0 -37
- data/node_modules/axe-core/lib/commons/dom/has-content-virtual.js +0 -75
- data/node_modules/axe-core/lib/commons/dom/idrefs.js +0 -36
- data/node_modules/axe-core/lib/commons/dom/index.js +0 -9
- data/node_modules/axe-core/lib/commons/dom/is-focusable.js +0 -95
- data/node_modules/axe-core/lib/commons/dom/is-hidden-with-css.js +0 -73
- data/node_modules/axe-core/lib/commons/dom/is-html5.js +0 -17
- data/node_modules/axe-core/lib/commons/dom/is-in-text-block.js +0 -94
- data/node_modules/axe-core/lib/commons/dom/is-modal-open.js +0 -98
- data/node_modules/axe-core/lib/commons/dom/is-node.js +0 -13
- data/node_modules/axe-core/lib/commons/dom/is-offscreen.js +0 -62
- data/node_modules/axe-core/lib/commons/dom/is-skip-link.js +0 -45
- data/node_modules/axe-core/lib/commons/dom/is-visible.js +0 -176
- data/node_modules/axe-core/lib/commons/dom/is-visual-content.js +0 -49
- data/node_modules/axe-core/lib/commons/dom/shadow-elements-from-point.js +0 -42
- data/node_modules/axe-core/lib/commons/dom/url-props-from-attribute.js +0 -152
- data/node_modules/axe-core/lib/commons/dom/visually-contains.js +0 -111
- data/node_modules/axe-core/lib/commons/dom/visually-overlaps.js +0 -46
- data/node_modules/axe-core/lib/commons/forms/index.js +0 -8
- data/node_modules/axe-core/lib/commons/forms/is-aria-combobox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-aria-listbox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-aria-range.js +0 -14
- data/node_modules/axe-core/lib/commons/forms/is-aria-textbox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-native-select.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-native-textbox.js +0 -28
- data/node_modules/axe-core/lib/commons/index.js +0 -11
- data/node_modules/axe-core/lib/commons/intro.stub +0 -1
- data/node_modules/axe-core/lib/commons/matches/attributes.js +0 -27
- data/node_modules/axe-core/lib/commons/matches/condition.js +0 -19
- data/node_modules/axe-core/lib/commons/matches/from-definition.js +0 -52
- data/node_modules/axe-core/lib/commons/matches/from-function.js +0 -38
- data/node_modules/axe-core/lib/commons/matches/from-primative.js +0 -30
- data/node_modules/axe-core/lib/commons/matches/index.js +0 -39
- data/node_modules/axe-core/lib/commons/matches/node-name.js +0 -24
- data/node_modules/axe-core/lib/commons/matches/properties.js +0 -28
- data/node_modules/axe-core/lib/commons/outro.stub +0 -2
- data/node_modules/axe-core/lib/commons/table/get-all-cells.js +0 -28
- data/node_modules/axe-core/lib/commons/table/get-cell-position.js +0 -28
- data/node_modules/axe-core/lib/commons/table/get-headers.js +0 -79
- data/node_modules/axe-core/lib/commons/table/get-scope.js +0 -54
- data/node_modules/axe-core/lib/commons/table/index.js +0 -9
- data/node_modules/axe-core/lib/commons/table/is-column-header.js +0 -13
- data/node_modules/axe-core/lib/commons/table/is-data-cell.js +0 -22
- data/node_modules/axe-core/lib/commons/table/is-data-table.js +0 -189
- data/node_modules/axe-core/lib/commons/table/is-header.js +0 -22
- data/node_modules/axe-core/lib/commons/table/is-row-header.js +0 -13
- data/node_modules/axe-core/lib/commons/table/to-grid.js +0 -38
- data/node_modules/axe-core/lib/commons/table/traverse.js +0 -78
- data/node_modules/axe-core/lib/commons/text/accessible-text-virtual.js +0 -152
- data/node_modules/axe-core/lib/commons/text/form-control-value.js +0 -192
- data/node_modules/axe-core/lib/commons/text/index.js +0 -8
- data/node_modules/axe-core/lib/commons/text/is-human-interpretable.js +0 -51
- data/node_modules/axe-core/lib/commons/text/is-icon-ligature.js +0 -210
- data/node_modules/axe-core/lib/commons/text/is-valid-autocomplete.js +0 -117
- data/node_modules/axe-core/lib/commons/text/label-text.js +0 -58
- data/node_modules/axe-core/lib/commons/text/label-virtual.js +0 -53
- data/node_modules/axe-core/lib/commons/text/native-element-types.js +0 -100
- data/node_modules/axe-core/lib/commons/text/native-text-alternative.js +0 -50
- data/node_modules/axe-core/lib/commons/text/native-text-methods.js +0 -122
- data/node_modules/axe-core/lib/commons/text/sanitize.js +0 -18
- data/node_modules/axe-core/lib/commons/text/subtree-text.js +0 -89
- data/node_modules/axe-core/lib/commons/text/title-text.js +0 -33
- data/node_modules/axe-core/lib/commons/text/unicode.js +0 -147
- data/node_modules/axe-core/lib/commons/text/unsupported.js +0 -5
- data/node_modules/axe-core/lib/commons/text/visible-text-nodes.js +0 -25
- data/node_modules/axe-core/lib/commons/text/visible-virtual.js +0 -46
- data/node_modules/axe-core/lib/commons/utils/index.js +0 -10
- data/node_modules/axe-core/lib/core/base/audit.js +0 -781
- data/node_modules/axe-core/lib/core/base/cache.js +0 -33
- data/node_modules/axe-core/lib/core/base/check-result.js +0 -33
- data/node_modules/axe-core/lib/core/base/check.js +0 -170
- data/node_modules/axe-core/lib/core/base/context.js +0 -274
- data/node_modules/axe-core/lib/core/base/rule-result.js +0 -39
- data/node_modules/axe-core/lib/core/base/rule.js +0 -560
- data/node_modules/axe-core/lib/core/base/virtual-node/abstract-virtual-node.js +0 -40
- data/node_modules/axe-core/lib/core/base/virtual-node/serial-virtual-node.js +0 -88
- data/node_modules/axe-core/lib/core/base/virtual-node/virtual-node.js +0 -136
- data/node_modules/axe-core/lib/core/constants.js +0 -76
- data/node_modules/axe-core/lib/core/imports/index.js +0 -51
- data/node_modules/axe-core/lib/core/index.js +0 -43
- data/node_modules/axe-core/lib/core/log.js +0 -12
- data/node_modules/axe-core/lib/core/public/cleanup-plugins.js +0 -53
- data/node_modules/axe-core/lib/core/public/configure.js +0 -110
- data/node_modules/axe-core/lib/core/public/get-rules.js +0 -29
- data/node_modules/axe-core/lib/core/public/load.js +0 -66
- data/node_modules/axe-core/lib/core/public/plugins.js +0 -47
- data/node_modules/axe-core/lib/core/public/reporter.js +0 -24
- data/node_modules/axe-core/lib/core/public/reset.js +0 -12
- data/node_modules/axe-core/lib/core/public/run-rules.js +0 -96
- data/node_modules/axe-core/lib/core/public/run-virtual-rule.js +0 -50
- data/node_modules/axe-core/lib/core/public/run.js +0 -159
- data/node_modules/axe-core/lib/core/reporters/helpers/failure-summary.js +0 -35
- data/node_modules/axe-core/lib/core/reporters/helpers/get-environment-data.js +0 -39
- data/node_modules/axe-core/lib/core/reporters/helpers/incomplete-fallback-msg.js +0 -13
- data/node_modules/axe-core/lib/core/reporters/helpers/index.js +0 -3
- data/node_modules/axe-core/lib/core/reporters/helpers/process-aggregate.js +0 -102
- data/node_modules/axe-core/lib/core/reporters/na.js +0 -24
- data/node_modules/axe-core/lib/core/reporters/no-passes.js +0 -18
- data/node_modules/axe-core/lib/core/reporters/raw-env.js +0 -12
- data/node_modules/axe-core/lib/core/reporters/raw.js +0 -32
- data/node_modules/axe-core/lib/core/reporters/v1.js +0 -29
- data/node_modules/axe-core/lib/core/reporters/v2.js +0 -22
- data/node_modules/axe-core/lib/core/utils/aggregate.js +0 -19
- data/node_modules/axe-core/lib/core/utils/aggregateChecks.js +0 -85
- data/node_modules/axe-core/lib/core/utils/aggregateNodeResults.js +0 -61
- data/node_modules/axe-core/lib/core/utils/aggregateResult.js +0 -37
- data/node_modules/axe-core/lib/core/utils/are-styles-set.js +0 -21
- data/node_modules/axe-core/lib/core/utils/assert.js +0 -12
- data/node_modules/axe-core/lib/core/utils/check-helper.js +0 -38
- data/node_modules/axe-core/lib/core/utils/clone.js +0 -27
- data/node_modules/axe-core/lib/core/utils/collect-results-from-frames.js +0 -127
- data/node_modules/axe-core/lib/core/utils/contains.js +0 -44
- data/node_modules/axe-core/lib/core/utils/css-parser.js +0 -7
- data/node_modules/axe-core/lib/core/utils/dq-element.js +0 -97
- data/node_modules/axe-core/lib/core/utils/element-matches.js +0 -43
- data/node_modules/axe-core/lib/core/utils/escape-selector.js +0 -78
- data/node_modules/axe-core/lib/core/utils/extend-meta-data.js +0 -17
- data/node_modules/axe-core/lib/core/utils/finalize-result.js +0 -11
- data/node_modules/axe-core/lib/core/utils/find-by.js +0 -14
- data/node_modules/axe-core/lib/core/utils/flattened-tree.js +0 -156
- data/node_modules/axe-core/lib/core/utils/get-all-checks.js +0 -12
- data/node_modules/axe-core/lib/core/utils/get-base-lang.js +0 -16
- data/node_modules/axe-core/lib/core/utils/get-check-message.js +0 -21
- data/node_modules/axe-core/lib/core/utils/get-check-option.js +0 -39
- data/node_modules/axe-core/lib/core/utils/get-friendly-uri-end.js +0 -144
- data/node_modules/axe-core/lib/core/utils/get-node-attributes.js +0 -21
- data/node_modules/axe-core/lib/core/utils/get-root-node.js +0 -17
- data/node_modules/axe-core/lib/core/utils/get-scroll.js +0 -39
- data/node_modules/axe-core/lib/core/utils/get-selector.js +0 -409
- data/node_modules/axe-core/lib/core/utils/get-stylesheet-factory.js +0 -51
- data/node_modules/axe-core/lib/core/utils/get-xpath.js +0 -83
- data/node_modules/axe-core/lib/core/utils/index.js +0 -10
- data/node_modules/axe-core/lib/core/utils/inject-style.js +0 -38
- data/node_modules/axe-core/lib/core/utils/is-hidden.js +0 -52
- data/node_modules/axe-core/lib/core/utils/is-html-element.js +0 -135
- data/node_modules/axe-core/lib/core/utils/is-shadow-root.js +0 -40
- data/node_modules/axe-core/lib/core/utils/is-xhtml.js +0 -14
- data/node_modules/axe-core/lib/core/utils/matches.js +0 -263
- data/node_modules/axe-core/lib/core/utils/memoize.js +0 -17
- data/node_modules/axe-core/lib/core/utils/merge-results.js +0 -116
- data/node_modules/axe-core/lib/core/utils/node-sorter.js +0 -21
- data/node_modules/axe-core/lib/core/utils/parse-crossorigin-stylesheet.js +0 -54
- data/node_modules/axe-core/lib/core/utils/parse-sameorigin-stylesheet.js +0 -96
- data/node_modules/axe-core/lib/core/utils/parse-stylesheet.js +0 -70
- data/node_modules/axe-core/lib/core/utils/performance-timer.js +0 -126
- data/node_modules/axe-core/lib/core/utils/pollyfills.js +0 -299
- data/node_modules/axe-core/lib/core/utils/preload-cssom.js +0 -253
- data/node_modules/axe-core/lib/core/utils/preload-media.js +0 -65
- data/node_modules/axe-core/lib/core/utils/preload.js +0 -144
- data/node_modules/axe-core/lib/core/utils/process-message.js +0 -72
- data/node_modules/axe-core/lib/core/utils/publish-metadata.js +0 -106
- data/node_modules/axe-core/lib/core/utils/qsa.js +0 -110
- data/node_modules/axe-core/lib/core/utils/queue.js +0 -138
- data/node_modules/axe-core/lib/core/utils/respondable.js +0 -261
- data/node_modules/axe-core/lib/core/utils/rule-should-run.js +0 -82
- data/node_modules/axe-core/lib/core/utils/scroll-state.js +0 -57
- data/node_modules/axe-core/lib/core/utils/select.js +0 -135
- data/node_modules/axe-core/lib/core/utils/to-array.js +0 -21
- data/node_modules/axe-core/lib/core/utils/token-list.js +0 -15
- data/node_modules/axe-core/lib/core/utils/uuid.js +0 -244
- data/node_modules/axe-core/lib/core/utils/valid-input-type.js +0 -35
- data/node_modules/axe-core/lib/core/utils/valid-langs.js +0 -8152
- data/node_modules/axe-core/lib/intro.stub +0 -15
- data/node_modules/axe-core/lib/misc/any-failure-summary.json +0 -6
- data/node_modules/axe-core/lib/misc/incomplete-fallback.json +0 -3
- data/node_modules/axe-core/lib/misc/none-failure-summary.json +0 -6
- data/node_modules/axe-core/lib/outro.stub +0 -2
- data/node_modules/axe-core/lib/rules/accesskeys.json +0 -13
- data/node_modules/axe-core/lib/rules/area-alt.json +0 -21
- data/node_modules/axe-core/lib/rules/aria-allowed-attr-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/aria-allowed-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-allowed-role-matches.js +0 -7
- data/node_modules/axe-core/lib/rules/aria-allowed-role.json +0 -14
- data/node_modules/axe-core/lib/rules/aria-dpub-role-fallback-matches.js +0 -10
- data/node_modules/axe-core/lib/rules/aria-dpub-role-fallback.json +0 -14
- data/node_modules/axe-core/lib/rules/aria-form-field-name-matches.js +0 -50
- data/node_modules/axe-core/lib/rules/aria-has-attr-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/aria-hidden-body.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-hidden-focus-matches.js +0 -18
- data/node_modules/axe-core/lib/rules/aria-hidden-focus.json +0 -18
- data/node_modules/axe-core/lib/rules/aria-input-field-name.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-required-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-required-children.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-required-parent.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-roledescription.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-roles.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-toggle-field-name.json +0 -18
- data/node_modules/axe-core/lib/rules/aria-valid-attr-value.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-valid-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/audio-caption.json +0 -20
- data/node_modules/axe-core/lib/rules/autocomplete-matches.js +0 -49
- data/node_modules/axe-core/lib/rules/autocomplete-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/avoid-inline-spacing.json +0 -12
- data/node_modules/axe-core/lib/rules/blink.json +0 -19
- data/node_modules/axe-core/lib/rules/button-name.json +0 -25
- data/node_modules/axe-core/lib/rules/bypass-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/bypass.json +0 -20
- data/node_modules/axe-core/lib/rules/checkboxgroup.json +0 -13
- data/node_modules/axe-core/lib/rules/color-contrast-matches.js +0 -161
- data/node_modules/axe-core/lib/rules/color-contrast.json +0 -13
- data/node_modules/axe-core/lib/rules/css-orientation-lock.json +0 -13
- data/node_modules/axe-core/lib/rules/data-table-large-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/data-table-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/definition-list.json +0 -13
- data/node_modules/axe-core/lib/rules/dlitem.json +0 -13
- data/node_modules/axe-core/lib/rules/document-title.json +0 -13
- data/node_modules/axe-core/lib/rules/duplicate-id-active-matches.js +0 -8
- data/node_modules/axe-core/lib/rules/duplicate-id-active.json +0 -14
- data/node_modules/axe-core/lib/rules/duplicate-id-aria-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/duplicate-id-aria.json +0 -14
- data/node_modules/axe-core/lib/rules/duplicate-id-misc-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/duplicate-id.json +0 -14
- data/node_modules/axe-core/lib/rules/empty-heading.json +0 -13
- data/node_modules/axe-core/lib/rules/focus-order-semantics.json +0 -13
- data/node_modules/axe-core/lib/rules/form-field-multiple-labels.json +0 -13
- data/node_modules/axe-core/lib/rules/frame-tested.json +0 -12
- data/node_modules/axe-core/lib/rules/frame-title-has-text.js +0 -2
- data/node_modules/axe-core/lib/rules/frame-title-unique.json +0 -13
- data/node_modules/axe-core/lib/rules/frame-title.json +0 -25
- data/node_modules/axe-core/lib/rules/heading-matches.js +0 -15
- data/node_modules/axe-core/lib/rules/heading-order.json +0 -13
- data/node_modules/axe-core/lib/rules/hidden-content.json +0 -13
- data/node_modules/axe-core/lib/rules/html-has-lang.json +0 -13
- data/node_modules/axe-core/lib/rules/html-lang-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/html-namespace-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/html-xml-lang-mismatch.json +0 -13
- data/node_modules/axe-core/lib/rules/identical-links-same-purpose-matches.js +0 -13
- data/node_modules/axe-core/lib/rules/identical-links-same-purpose.json +0 -14
- data/node_modules/axe-core/lib/rules/image-alt.json +0 -25
- data/node_modules/axe-core/lib/rules/img-redundant-alt.json +0 -12
- data/node_modules/axe-core/lib/rules/input-button-name.json +0 -26
- data/node_modules/axe-core/lib/rules/input-image-alt.json +0 -18
- data/node_modules/axe-core/lib/rules/inserted-into-focus-order-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/label-content-name-mismatch-matches.js +0 -45
- data/node_modules/axe-core/lib/rules/label-content-name-mismatch.json +0 -12
- data/node_modules/axe-core/lib/rules/label-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/label-title-only.json +0 -13
- data/node_modules/axe-core/lib/rules/label.json +0 -26
- data/node_modules/axe-core/lib/rules/landmark-banner-is-top-level.json +0 -13
- data/node_modules/axe-core/lib/rules/landmark-complementary-is-top-level.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-contentinfo-is-top-level.json +0 -13
- data/node_modules/axe-core/lib/rules/landmark-has-body-context.js +0 -8
- data/node_modules/axe-core/lib/rules/landmark-main-is-top-level.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-banner.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-contentinfo.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-main.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-one-main.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-unique-matches.js +0 -41
- data/node_modules/axe-core/lib/rules/landmark-unique.json +0 -13
- data/node_modules/axe-core/lib/rules/layout-table-matches.js +0 -8
- data/node_modules/axe-core/lib/rules/layout-table.json +0 -14
- data/node_modules/axe-core/lib/rules/link-in-text-block-matches.js +0 -14
- data/node_modules/axe-core/lib/rules/link-in-text-block.json +0 -14
- data/node_modules/axe-core/lib/rules/link-name.json +0 -25
- data/node_modules/axe-core/lib/rules/list.json +0 -13
- data/node_modules/axe-core/lib/rules/listitem.json +0 -13
- data/node_modules/axe-core/lib/rules/marquee.json +0 -13
- data/node_modules/axe-core/lib/rules/meta-refresh.json +0 -20
- data/node_modules/axe-core/lib/rules/meta-viewport-large.json +0 -13
- data/node_modules/axe-core/lib/rules/meta-viewport.json +0 -13
- data/node_modules/axe-core/lib/rules/no-autoplay-audio-matches.js +0 -18
- data/node_modules/axe-core/lib/rules/no-autoplay-audio.json +0 -15
- data/node_modules/axe-core/lib/rules/no-empty-role-matches.js +0 -9
- data/node_modules/axe-core/lib/rules/no-role-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/not-html-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/object-alt.json +0 -25
- data/node_modules/axe-core/lib/rules/p-as-heading-matches.js +0 -17
- data/node_modules/axe-core/lib/rules/p-as-heading.json +0 -13
- data/node_modules/axe-core/lib/rules/page-has-heading-one.json +0 -12
- data/node_modules/axe-core/lib/rules/radiogroup.json +0 -13
- data/node_modules/axe-core/lib/rules/region.json +0 -12
- data/node_modules/axe-core/lib/rules/role-img-alt.json +0 -19
- data/node_modules/axe-core/lib/rules/scope-attr-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/scrollable-region-focusable-matches.js +0 -30
- data/node_modules/axe-core/lib/rules/scrollable-region-focusable.json +0 -12
- data/node_modules/axe-core/lib/rules/server-side-image-map.json +0 -18
- data/node_modules/axe-core/lib/rules/skip-link-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/skip-link.json +0 -13
- data/node_modules/axe-core/lib/rules/svg-img-alt.json +0 -24
- data/node_modules/axe-core/lib/rules/svg-namespace-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/tabindex.json +0 -12
- data/node_modules/axe-core/lib/rules/table-duplicate-name.json +0 -12
- data/node_modules/axe-core/lib/rules/table-fake-caption.json +0 -20
- data/node_modules/axe-core/lib/rules/td-has-header.json +0 -20
- data/node_modules/axe-core/lib/rules/td-headers-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/th-has-data-cells.json +0 -13
- data/node_modules/axe-core/lib/rules/valid-lang.json +0 -13
- data/node_modules/axe-core/lib/rules/video-caption.json +0 -19
- data/node_modules/axe-core/lib/rules/video-description.json +0 -21
- data/node_modules/axe-core/lib/rules/window-is-top.js +0 -3
- data/node_modules/axe-core/lib/rules/xml-lang-mismatch-matches.js +0 -12
- data/node_modules/axe-core/typings/axe-core/axe-core-tests.ts +0 -188
@@ -1,882 +1,990 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
2
|
+
"lang": "ja",
|
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": "role属性の値が要素に対して適切であることを確認します",
|
18
|
+
"help": "ARIAロールは要素に対して適切でなければなりません"
|
19
|
+
},
|
20
|
+
"aria-command-name": {
|
21
|
+
"description": "すべてのARIA button、link、menuitemにアクセシブルな名前があることを確認します",
|
22
|
+
"help": "ARIAコマンドにはアクセシブルな名前がなければなりません"
|
23
|
+
},
|
24
|
+
"aria-dialog-name": {
|
25
|
+
"description": "すべてのARIA dialog、alertdialogノードにアクセシブルな名前があることを確認します",
|
26
|
+
"help": "ARIA dialogとalertdialogノードにはアクセシブルな名前がなければなりません"
|
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 hidden要素にフォーカス可能な要素を含んではなりません"
|
35
|
+
},
|
36
|
+
"aria-input-field-name": {
|
37
|
+
"description": "すべてのARIA入力欄にアクセシブルな名前があることを確認します",
|
38
|
+
"help": "ARIA入力欄にアクセシブルな名前があります"
|
39
|
+
},
|
40
|
+
"aria-meter-name": {
|
41
|
+
"description": "すべてのARIA meterノードにアクセシブルな名前があることを確認します",
|
42
|
+
"help": "ARIA meterノードにはアクセシブルな名前がなければなりません"
|
43
|
+
},
|
44
|
+
"aria-progressbar-name": {
|
45
|
+
"description": "すべてのARIA progressbarノードにアクセシブルな名前があることを確認します",
|
46
|
+
"help": "ARIA progressbarノードにはアクセシブルな名前がなければなりません"
|
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": "すべてのロール属性が指定された要素で、有効な値が使用されていることを確認します",
|
66
|
+
"help": "使用されているARIAロールは有効な値に一致しなければなりません"
|
67
|
+
},
|
68
|
+
"aria-text": {
|
69
|
+
"description": "role=\"text\"が指定されている要素にフォーカス可能な子孫がないことを確認します",
|
70
|
+
"help": "\"role=text\"が指定されている要素には、フォーカス可能な子孫が含まれていてはなりません"
|
71
|
+
},
|
72
|
+
"aria-toggle-field-name": {
|
73
|
+
"description": "すべてのARIAトグル欄にアクセシブルな名前があることを確認します",
|
74
|
+
"help": "ARIAトグル欄にアクセシブルな名前があります"
|
75
|
+
},
|
76
|
+
"aria-tooltip-name": {
|
77
|
+
"description": "すべてのARIA tooltipノードにはアクセシブルな名前があることを確認します",
|
78
|
+
"help": "ARIA tooltipノードにはアクセシブルな名前がなければなりません"
|
79
|
+
},
|
80
|
+
"aria-treeitem-name": {
|
81
|
+
"description": "すべてのARIA treeitemノードにはアクセシブルな名前があることを確認します",
|
82
|
+
"help": "ARIA treeitemノードにはアクセシブルな名前がなければなりません"
|
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": "style属性で指定されたテキストの間隔は、カスタムスタイルシートにより調整可能であることを確認します",
|
102
|
+
"help": "インラインのテキスト間隔設定はカスタムスタイルシートによって調整可能でなければなりません"
|
103
|
+
},
|
104
|
+
"blink": {
|
105
|
+
"description": "<blink>要素が使用されていないことを確認します",
|
106
|
+
"help": "<blink>要素は廃止されており、使用するべきではありません"
|
107
|
+
},
|
108
|
+
"button-name": {
|
109
|
+
"description": "ボタンに認識可能なテキストが存在することを確認します",
|
110
|
+
"help": "ボタンには認識可能なテキストが存在しなければなりません"
|
111
|
+
},
|
112
|
+
"bypass": {
|
113
|
+
"description": "各ページに少なくとも1つ、ユーザーがナビゲーション部分をスキップして直接本文へ移動できるメカニズムが存在することを確認します",
|
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>要素のみを直接含んでいなければなりません"
|
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": "ARIAおよびラベルに使用されているすべてのid属性値が一意であることを確認します",
|
146
|
+
"help": "ARIAおよびラベルに使用されているIDは一意でなければなりません"
|
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": "フォームフィールドに複数のlabel要素が存在しないことを確認します",
|
166
|
+
"help": "複数のlabel要素をフォームフィールドに付与するべきではありません"
|
167
|
+
},
|
168
|
+
"frame-focusable-content": {
|
169
|
+
"description": "tabindex=-1が指定されている<frame>と<iframe>要素が、フォーカス可能なコンテンツを含まないことを確認します",
|
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>要素に一意のtitle属性が含まれていることを確認します",
|
178
|
+
"help": "フレームには一意のtitle属性がなければなりません"
|
179
|
+
},
|
180
|
+
"frame-title": {
|
181
|
+
"description": "<iframe>および<frame>要素に空ではないtitle属性が存在することを確認します",
|
182
|
+
"help": "フレームにはtitle属性がなければなりません"
|
183
|
+
},
|
184
|
+
"heading-order": {
|
185
|
+
"description": "見出しの順序が意味的に正しいことを確認します",
|
186
|
+
"help": "見出しのレベルは1つずつ増加させなければなりません"
|
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": "<html>要素のlang属性に有効な値があることを確認します",
|
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またはpresentationのロールが存在することを確認します",
|
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": "すべてのフォーム要素がtitleまたはaria-describedby属性を使用して単独でラベル付けされていないことを確認します",
|
230
|
+
"help": "フォーム要素には視認できるラベルがなければなりません"
|
231
|
+
},
|
232
|
+
"label": {
|
233
|
+
"description": "すべてのフォーム要素にラベルが存在することを確認します",
|
234
|
+
"help": "フォーム要素にはラベルがなければなりません"
|
235
|
+
},
|
236
|
+
"landmark-banner-is-top-level": {
|
237
|
+
"description": "bannerランドマークがトップレベルにあることを確認します",
|
238
|
+
"help": "bannerランドマークは他のランドマークに含まれるべきではありません"
|
239
|
+
},
|
240
|
+
"landmark-complementary-is-top-level": {
|
241
|
+
"description": "complementaryランドマークあるいはasideがトップレベルにあることを確認します",
|
242
|
+
"help": "他の要素にasideを含んではなりません"
|
243
|
+
},
|
244
|
+
"landmark-contentinfo-is-top-level": {
|
245
|
+
"description": "contentinfoランドマークがトップレベルにあることを確認します",
|
246
|
+
"help": "contentinfoランドマークは他のランドマークに含まれるべきではありません"
|
247
|
+
},
|
248
|
+
"landmark-main-is-top-level": {
|
249
|
+
"description": "mainランドマークがトップレベルにあることを確認します",
|
250
|
+
"help": "mainランドマークは他のランドマークに含まれるべきではありません"
|
251
|
+
},
|
252
|
+
"landmark-no-duplicate-banner": {
|
253
|
+
"description": "ドキュメント内のbannerランドマークが最大で1つのみであることを確認します",
|
254
|
+
"help": "ドキュメントに複数のbannerランドマークが存在してはなりません"
|
255
|
+
},
|
256
|
+
"landmark-no-duplicate-contentinfo": {
|
257
|
+
"description": "ドキュメント内のcontentinfoランドマークが最大で1つのみであることを確認します",
|
258
|
+
"help": "ドキュメントに複数のcontentinfoランドマークが存在してはなりません"
|
259
|
+
},
|
260
|
+
"landmark-no-duplicate-main": {
|
261
|
+
"description": "ドキュメント内のmainランドマークが最大で1つのみであることを確認します",
|
262
|
+
"help": "ドキュメントに複数のmainランドマークが存在してはなりません"
|
263
|
+
},
|
264
|
+
"landmark-one-main": {
|
265
|
+
"description": "ドキュメントのランドマークが1つのみであること、およびページ内の各iframeのランドマークが最大で1つであることを確認します",
|
266
|
+
"help": "ドキュメントにはmainランドマークが1つ含まれていなければなりません"
|
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": {
|
293
|
+
"description": "<meta http-equiv=\"refresh\">が使用されていないことを確認します",
|
294
|
+
"help": "制限時間のある更新が存在してはなりません"
|
295
|
+
},
|
296
|
+
"meta-viewport-large": {
|
297
|
+
"description": "<meta name=\"viewport\">で大幅に拡大縮小できることを確認します",
|
298
|
+
"help": "ユーザーがズームをしてテキストを最大500%まで拡大できるようにするべきです"
|
299
|
+
},
|
300
|
+
"meta-viewport": {
|
301
|
+
"description": "<meta name=\"viewport\">がテキストの拡大縮小およびズーミングを無効化しないことを確認します",
|
302
|
+
"help": "ズーミングや拡大縮小は無効にしてはなりません"
|
303
|
+
},
|
304
|
+
"nested-interactive": {
|
305
|
+
"description": "ネストされた対話的なコントロールはスクリーン・リーダーで読み上げられません",
|
306
|
+
"help": "対話的なコントロールがネストされていないことを確認します"
|
307
|
+
},
|
308
|
+
"no-autoplay-audio": {
|
309
|
+
"description": "<video> または <audio> 要素が音声を停止またはミュートするコントロールなしに音声を3秒より長く自動再生しないことを確認します",
|
310
|
+
"help": "<video> または <audio> 要素は音声を自動再生しません"
|
311
|
+
},
|
312
|
+
"object-alt": {
|
313
|
+
"description": "<object>要素に代替テキストが存在することを確認します",
|
314
|
+
"help": "<object>要素には代替テキストがなければなりません"
|
315
|
+
},
|
316
|
+
"p-as-heading": {
|
317
|
+
"description": "見出しのスタイル調整のためにp要素が使用されていないことを確認します",
|
318
|
+
"help": "p要素を見出しとしてスタイル付けするために太字、イタリック体、およびフォントサイズを使用しません"
|
319
|
+
},
|
320
|
+
"page-has-heading-one": {
|
321
|
+
"description": "ページ、またはそのフレームの少なくとも1つにはレベル1の見出しが含まれていることを確認します",
|
322
|
+
"help": "ページにはレベル1の見出しが含まれていなければなりません"
|
323
|
+
},
|
324
|
+
"presentation-role-conflict": {
|
325
|
+
"description": "roleがnoneまたはpresentationで、roleの競合の解決が必要な要素をマークします",
|
326
|
+
"help": "roleがnoneまたはpresentationの要素をマークしなければなりません"
|
327
|
+
},
|
328
|
+
"region": {
|
329
|
+
"description": "ページのすべてのコンテンツがlandmarkに含まれていることを確認します",
|
330
|
+
"help": "ページのすべてのコンテンツはlandmarkに含まれていなければなりません"
|
331
|
+
},
|
332
|
+
"role-img-alt": {
|
333
|
+
"description": "[role='img'] 要素に代替テキストが存在することを確認します",
|
334
|
+
"help": "[role='img'] 要素に代替テキストが必要です"
|
335
|
+
},
|
336
|
+
"scope-attr-valid": {
|
337
|
+
"description": "scope属性がテーブルで正しく使用されていることを確認します",
|
338
|
+
"help": "scope属性は正しく使用されなければなりません"
|
339
|
+
},
|
340
|
+
"scrollable-region-focusable": {
|
341
|
+
"description": "スクロール可能なコンテンツを持つ要素はキーボードでアクセスできるようにするべきです",
|
342
|
+
"help": "スクロール可能な領域にキーボードでアクセスできるようにします"
|
343
|
+
},
|
344
|
+
"select-name": {
|
345
|
+
"description": "select要素にはアクセシブルな名前があることを確認します",
|
346
|
+
"help": "select要素にはアクセシブルな名前がなければなりません"
|
347
|
+
},
|
348
|
+
"server-side-image-map": {
|
349
|
+
"description": "サーバーサイドのイメージマップが使用されていないことを確認します",
|
350
|
+
"help": "サーバーサイドのイメージマップを使用してはなりません"
|
351
|
+
},
|
352
|
+
"skip-link": {
|
353
|
+
"description": "すべてのスキップリンクにフォーカス可能なターゲットがあることを確認します",
|
354
|
+
"help": "スキップリンクのターゲットが存在し、フォーカス可能でなければなりません"
|
355
|
+
},
|
356
|
+
"svg-img-alt": {
|
357
|
+
"description": "img、graphics-document または graphics-symbol ロールを持つ svg 要素にアクセシブルなテキストがあることを確認します",
|
358
|
+
"help": "img ロールを持つ svg 要素に代替テキストが存在します"
|
359
|
+
},
|
360
|
+
"tabindex": {
|
361
|
+
"description": "tabindex属性値が0より大きくないことを確認します",
|
362
|
+
"help": "要素に0より大きいtabindex属性を指定するべきではありません"
|
363
|
+
},
|
364
|
+
"table-duplicate-name": {
|
365
|
+
"description": "テーブルのサマリーとキャプションが同一ではないことを確認します",
|
366
|
+
"help": "<caption>要素にsummary属性と同じテキストを含んではなりません"
|
367
|
+
},
|
368
|
+
"table-fake-caption": {
|
369
|
+
"description": "キャプション付きのテーブルが<caption>要素を用いていることを確認します",
|
370
|
+
"help": "データテーブルにキャプションをつけるためにデータまたはヘッダーセルを用いるべきではありません"
|
371
|
+
},
|
372
|
+
"td-has-header": {
|
373
|
+
"description": "大きなテーブルの空ではないデータセルに1つかそれ以上のテーブルヘッダーが存在することを確認します",
|
374
|
+
"help": "3×3より大きいテーブルの空ではないtd要素はテーブルヘッダーと関連づいていなければなりません"
|
375
|
+
},
|
376
|
+
"td-headers-attr": {
|
377
|
+
"description": "ヘッダーを使用しているテーブル内の各セルが、そのテーブル内の他のセルを参照していることを確認します",
|
378
|
+
"help": "table要素内のheaders属性を使用するすべてのセルは同じ表内の他のセルのみを参照しなければなりません"
|
379
|
+
},
|
380
|
+
"th-has-data-cells": {
|
381
|
+
"description": "データテーブルのテーブルヘッダーがデータセルを参照していることを確認します",
|
382
|
+
"help": "すべてのth要素およびrole=columnheader/rowheaderを持つ要素にはそれらが説明するデータセルがなければなりません"
|
383
|
+
},
|
384
|
+
"valid-lang": {
|
385
|
+
"description": "lang属性に有効な値が存在することを確認します",
|
386
|
+
"help": "lang属性には有効な値がなければなりません"
|
387
|
+
},
|
388
|
+
"video-caption": {
|
389
|
+
"description": "<video>要素にキャプションが存在することを確認します",
|
390
|
+
"help": "<video>要素にはキャプションがなければなりません"
|
391
|
+
}
|
392
|
+
},
|
393
|
+
"checks": {
|
394
|
+
"abstractrole": {
|
395
|
+
"pass": "抽象ロールは使用されていません",
|
396
|
+
"fail": {
|
397
|
+
"singular": "抽象ロールは直接使用できません: ${data.values}",
|
398
|
+
"plural": "抽象ロールは直接使用できません: ${data.values}"
|
399
|
+
}
|
400
|
+
},
|
401
|
+
"aria-allowed-attr": {
|
402
|
+
"pass": "ARIA属性が定義されたロールに対して正しく使用されています",
|
403
|
+
"fail": {
|
404
|
+
"singular": "ARIA属性は許可されていません: ${data.values}",
|
405
|
+
"plural": "ARIA属性は許可されていません: ${data.values}"
|
406
|
+
}
|
407
|
+
},
|
408
|
+
"aria-allowed-role": {
|
409
|
+
"pass": "ARIAロールは指定された要素に対して許可されています",
|
410
|
+
"fail": {
|
411
|
+
"singular": "ARIA ロール ${data.values} は指定された要素に許可されていません",
|
412
|
+
"plural": "ARIA ロール ${data.values} は指定された要素に許可されていません"
|
413
|
+
},
|
414
|
+
"incomplete": {
|
415
|
+
"singular": "ARIA ロール ${data.values} この要素に許可されていないため、要素が表示されたときはARIAロールを削除する必要があります",
|
416
|
+
"plural": "ARIA ロール ${data.values} この要素に許可されていないため、要素が表示されたときはARIAロールを削除する必要があります"
|
417
|
+
}
|
418
|
+
},
|
419
|
+
"aria-errormessage": {
|
420
|
+
"pass": "サポートされているaria-errormessageの技術を使用しています",
|
421
|
+
"fail": {
|
422
|
+
"singular": "aria-errormessage の値 `${data.values}` はメッセージを通知する方法を使用しなければなりません (例えば、aria-live、aria-describedby、role=alert等)",
|
423
|
+
"plural": "aria-errormessage の値 `${data.values}` はメッセージを通知する方法を使用しなければなりません (例えば、aria-live、aria-describedby、role=alert等)",
|
424
|
+
"hidden": "aria-errormessage の値 `${data.values}` は隠れている要素を参照することはできません"
|
425
|
+
},
|
426
|
+
"incomplete": {
|
427
|
+
"singular": "aria-errormessageの値 `${data.values}` は存在する要素を参照していることを確認しましょう",
|
428
|
+
"plural": "aria-errormessageの値 `${data.values}` は存在する要素を参照していることを確認しましょう",
|
429
|
+
"idrefs": "aria-errormessage 要素がページ上に存在するかどうか判定できません: ${data.values}"
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"aria-hidden-body": {
|
433
|
+
"pass": "ドキュメント本体にaria-hidden属性は存在していません",
|
434
|
+
"fail": "aria-hidden=trueはドキュメント本体に存在してはなりません"
|
435
|
+
},
|
436
|
+
"aria-level": {
|
437
|
+
"pass": "aria-level の値は有効です",
|
438
|
+
"incomplete": "6より大きい aria-level の値は、どのスクリーンリーダーとブラウザーの組み合わせでもサポートされていません"
|
439
|
+
},
|
440
|
+
"aria-prohibited-attr": {
|
441
|
+
"pass": "ARIA属性は使用できます",
|
442
|
+
"fail": "ARIA属性は使用できません: ${data.values}",
|
443
|
+
"incomplete": "要素でのARIA属性のサポートが不充分なため、代わりにコンテンツのテキストが用いられます: ${data.values}"
|
444
|
+
},
|
445
|
+
"aria-required-attr": {
|
446
|
+
"pass": "すべての必須のARIA属性が存在しています",
|
447
|
+
"fail": {
|
448
|
+
"singular": "必須のARIA属性が提供されていません: ${data.values}",
|
449
|
+
"plural": "必須のARIA属性が提供されていません: ${data.values}"
|
450
|
+
}
|
451
|
+
},
|
452
|
+
"aria-required-children": {
|
453
|
+
"pass": "必須のARIA子ロールが存在しています",
|
454
|
+
"fail": {
|
455
|
+
"singular": "必須のARIA子ロールが提供されていません: ${data.values}",
|
456
|
+
"plural": "必須のARIA子ロールが提供されていません: ${data.values}"
|
457
|
+
},
|
458
|
+
"incomplete": {
|
459
|
+
"singular": "ARIAの子ロールを追加することが求められます: ${data.values}",
|
460
|
+
"plural": "ARIAの子ロールを追加することが求められます: ${data.values}"
|
461
|
+
}
|
462
|
+
},
|
463
|
+
"aria-required-parent": {
|
464
|
+
"pass": "必須のARIA親ロールが存在しています",
|
465
|
+
"fail": {
|
466
|
+
"singular": "必須のARIA親ロールが提供されていません: ${data.values}",
|
467
|
+
"plural": "必須のARIA親ロールが提供されていません: ${data.values}"
|
468
|
+
}
|
469
|
+
},
|
470
|
+
"aria-roledescription": {
|
471
|
+
"pass": "aria-roledescriptionはサポートされたセマンティックなロールに使用されています",
|
472
|
+
"incomplete": "aria-roledescriptionがサポートされたスクリーン・リーダーで読み上げられることを確認しましょう",
|
473
|
+
"fail": "aria-roledescriptionをサポートするロールを要素に付与しましょう"
|
474
|
+
},
|
475
|
+
"aria-unsupported-attr": {
|
476
|
+
"pass": "ARIA属性はサポートされています",
|
477
|
+
"fail": "ARIA属性はスクリーン・リーダーや支援技術に広くサポートされていません: ${data.values}"
|
478
|
+
},
|
479
|
+
"aria-valid-attr-value": {
|
480
|
+
"pass": "ARIA属性値が有効です",
|
481
|
+
"fail": {
|
482
|
+
"singular": "無効なARIA属性値です: ${data.values}",
|
483
|
+
"plural": "無効なARIA属性値です: ${data.values}"
|
484
|
+
},
|
485
|
+
"incomplete": {
|
486
|
+
"noId": "ARIA属性で指定されている要素のIDがページ上に存在しません: ${data.needsReview}",
|
487
|
+
"ariaCurrent": "ARIA 属性値が無効であるため、\"aria-current=true\" として扱われます: ${data.needsReview}",
|
488
|
+
"idrefs": "ARIA属性で指定されている要素のIDがページ上に存在するかどうか判定できません: ${data.needsReview}"
|
489
|
+
}
|
490
|
+
},
|
491
|
+
"aria-valid-attr": {
|
492
|
+
"pass": "ARIA属性名が有効です",
|
493
|
+
"fail": {
|
494
|
+
"singular": "無効なARIA属性名です: ${data.values}",
|
495
|
+
"plural": "無効なARIA属性名です: ${data.values}"
|
496
|
+
}
|
497
|
+
},
|
498
|
+
"deprecatedrole": {
|
499
|
+
"pass": "推奨されていないARIAロールではありません",
|
500
|
+
"fail": "非推奨のロールが使用されています: ${data.values}"
|
501
|
+
},
|
502
|
+
"fallbackrole": {
|
503
|
+
"pass": "1つのロール値のみ使用されています",
|
504
|
+
"fail": "古いブラウザーではフォールバックロールがサポートされていないため、ロール値は1つのみ使用します",
|
505
|
+
"incomplete": "'presentation' と 'none' のロールは同義なので、どちらか一方のみを使用します。"
|
506
|
+
},
|
507
|
+
"has-global-aria-attribute": {
|
508
|
+
"pass": {
|
509
|
+
"singular": "要素にはARIAのグローバル属性が指定されています: ${data.values}",
|
510
|
+
"plural": "要素にはARIAのグローバル属性が指定されています: ${data.values}"
|
511
|
+
},
|
512
|
+
"fail": "要素にはARIAのグローバル属性が指定されていません"
|
513
|
+
},
|
514
|
+
"has-widget-role": {
|
515
|
+
"pass": "要素にはwidgetロールが存在しています",
|
516
|
+
"fail": "要素にはwidgetロールが存在していません"
|
517
|
+
},
|
518
|
+
"invalidrole": {
|
519
|
+
"pass": "ARIAロールが有効です",
|
520
|
+
"fail": {
|
521
|
+
"singular": "ロールは有効なARIAロールのうちの1つでなければなりません: ${data.values}",
|
522
|
+
"plural": "ロールは有効なARIAロールのうちの1つでなければなりません: ${data.values}"
|
523
|
+
}
|
524
|
+
},
|
525
|
+
"is-element-focusable": {
|
526
|
+
"pass": "フォーカス可能な要素です",
|
527
|
+
"fail": "フォーカス不可能な要素です"
|
528
|
+
},
|
529
|
+
"no-implicit-explicit-label": {
|
530
|
+
"pass": "<label> とアクセシブルな名前の間に不一致はありません",
|
531
|
+
"incomplete": "<label> が ARIA ${data} 欄の名前の一部である必要がないことを確認しましょう"
|
532
|
+
},
|
533
|
+
"unsupportedrole": {
|
534
|
+
"pass": "ARIAロールはサポートされています",
|
535
|
+
"fail": "使用されているロールはスクリーン・リーダーや支援技術に広くサポートされていません: ${data.values}"
|
536
|
+
},
|
537
|
+
"valid-scrollable-semantics": {
|
538
|
+
"pass": "要素はフォーカス順序に含まれる要素に対して有効なセマンティクスを持ちます",
|
539
|
+
"fail": "要素はフォーカス順序に含まれる要素に対して無効なセマンティクスを持ちます"
|
540
|
+
},
|
541
|
+
"color-contrast-enhanced": {
|
542
|
+
"pass": "要素には${data.contrastRatio}の十分なコントラスト比があります",
|
543
|
+
"fail": {
|
544
|
+
"default": "要素のコントラスト比が不十分です ${data.contrastRatio}(前景色: ${data.fgColor}、背景色: ${data.bgColor}、フォントサイズ: ${data.fontSize}、フォントの太さ: ${data.fontWeight})。コントラスト比${data.expectedContrastRatio}を必要とします",
|
545
|
+
"fgOnShadowColor": "要素の前景色と影(text-shadow)の色のコントラスト比が不十分です ${data.contrastRatio}(前景色: ${data.fgColor}、影(text-shadow)の色: ${data.shadowColor}、フォントサイズ: ${data.fontSize}、フォントの太さ: ${data.fontWeight})。コントラスト比${data.expectedContrastRatio}を必要とします",
|
546
|
+
"shadowOnBgColor": "要素の影(text-shadow)の色と背景色のコントラスト比が不十分です ${data.contrastRatio}(影(text-shadow)の色: ${data.shadowColor}、背景色: ${data.bgColor}、フォントサイズ: ${data.fontSize}、フォントの太さ: ${data.fontWeight})。コントラスト比${data.expectedContrastRatio}を必要とします"
|
547
|
+
},
|
548
|
+
"incomplete": {
|
549
|
+
"default": "コントラスト比を判定できません",
|
550
|
+
"bgImage": "背景画像のため、要素の背景色を判定できません",
|
551
|
+
"bgGradient": "背景グラデーションのため、要素の背景色を判定できません",
|
552
|
+
"imgNode": "画像ノードが含まれるため、要素の背景色を判定できません",
|
553
|
+
"bgOverlap": "他の要素と重なっているため、要素の背景色を判定できません",
|
554
|
+
"fgAlpha": "アルファ透明度により、要素の前景色を判定できません",
|
555
|
+
"elmPartiallyObscured": "他の要素により部分的に不明瞭なため、要素の背景色を判定できません",
|
556
|
+
"elmPartiallyObscuring": "他の要素と部分的に重なっているため、要素の背景色を判定できません",
|
557
|
+
"outsideViewport": "ビューポートの外にあるため、要素の背景色を判定できません",
|
558
|
+
"equalRatio": "要素のコントラスト比が背景と1:1です",
|
559
|
+
"shortTextContent": "実際のテキストコンテンツであるかを判断するには要素のコンテンツが短すぎます",
|
560
|
+
"nonBmp": "要素のコンテンツはテキストではない文字のみを含んでいます",
|
561
|
+
"pseudoContent": "擬似要素のため、要素の背景色を判定することができませんでした"
|
562
|
+
}
|
563
|
+
},
|
564
|
+
"color-contrast": {
|
565
|
+
"pass": "要素には${data.contrastRatio}の十分なコントラスト比があります",
|
566
|
+
"fail": {
|
567
|
+
"default": "要素のコントラスト比が不十分です ${data.contrastRatio}(前景色: ${data.fgColor}、背景色: ${data.bgColor}、フォントサイズ: ${data.fontSize}、フォントの太さ: ${data.fontWeight})。コントラスト比${data.expectedContrastRatio}を必要とします",
|
568
|
+
"fgOnShadowColor": "要素の前景色と影(text-shadow)の色のコントラスト比が不十分です ${data.contrastRatio}(前景色: ${data.fgColor}、影(text-shadow)の色: ${data.shadowColor}、フォントサイズ: ${data.fontSize}、フォントの太さ: ${data.fontWeight})。コントラスト比${data.expectedContrastRatio}を必要とします",
|
569
|
+
"shadowOnBgColor": "要素の影(text-shadow)の色と背景色のコントラスト比が不十分です ${data.contrastRatio}(影(text-shadow)の色: ${data.shadowColor}、背景色: ${data.bgColor}、フォントサイズ: ${data.fontSize}、フォントの太さ: ${data.fontWeight})。コントラスト比${data.expectedContrastRatio}を必要とします"
|
570
|
+
},
|
571
|
+
"incomplete": {
|
572
|
+
"default": "コントラスト比を判定できません",
|
573
|
+
"bgImage": "背景画像のため、要素の背景色を判定できません",
|
574
|
+
"bgGradient": "背景グラデーションのため、要素の背景色を判定できません",
|
575
|
+
"imgNode": "画像ノードが含まれるため、要素の背景色を判定できません",
|
576
|
+
"bgOverlap": "他の要素と重なっているため、要素の背景色を判定できません",
|
577
|
+
"fgAlpha": "アルファ透明度により、要素の前景色を判定できません",
|
578
|
+
"elmPartiallyObscured": "他の要素により部分的に不明瞭なため、要素の背景色を判定できません",
|
579
|
+
"elmPartiallyObscuring": "他の要素と部分的に重なっているため、要素の背景色を判定できません",
|
580
|
+
"outsideViewport": "ビューポートの外にあるため、要素の背景色を判定できません",
|
581
|
+
"equalRatio": "要素のコントラスト比が背景と1:1です",
|
582
|
+
"shortTextContent": "実際のテキストコンテンツであるかを判断するには要素のコンテンツが短すぎます",
|
583
|
+
"nonBmp": "要素のコンテンツはテキストではない文字のみを含んでいます",
|
584
|
+
"pseudoContent": "擬似要素のため、要素の背景色を判定することができませんでした"
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"link-in-text-block": {
|
588
|
+
"pass": "リンクは色以外の方法で周囲のテキストと区別できます",
|
589
|
+
"fail": "リンクは色以外の方法で周囲のテキストと区別させる必要があります",
|
590
|
+
"incomplete": {
|
591
|
+
"default": "コントラスト比を判定できません",
|
592
|
+
"bgContrast": "要素のコントラスト比を判定できません。明確なホバー/フォーカススタイルを確認します",
|
593
|
+
"bgImage": "背景画像のため、要素のコントラスト比を判定できません",
|
594
|
+
"bgGradient": "背景グラデーションのため、要素のコントラスト比を判定できません",
|
595
|
+
"imgNode": "画像ノードが含まれるため、要素のコントラスト比を判定できません",
|
596
|
+
"bgOverlap": "要素の重なりにより、要素のコントラスト比を判定できません"
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"autocomplete-appropriate": {
|
600
|
+
"pass": "オートコンプリートの値は適切な要素に指定されています",
|
601
|
+
"fail": "オートコンプリートの値はこの種類の入力項目には適切ではありません"
|
602
|
+
},
|
603
|
+
"autocomplete-valid": {
|
604
|
+
"pass": "autocomplete属性は正しくフォーマットされています",
|
605
|
+
"fail": "autocomplete属性は誤ってフォーマットされています"
|
606
|
+
},
|
607
|
+
"accesskeys": {
|
608
|
+
"pass": "アクセスキー属性値は一意です",
|
609
|
+
"fail": "ドキュメントに同じアクセスキーを持った複数の要素が存在しています"
|
610
|
+
},
|
611
|
+
"focusable-content": {
|
612
|
+
"pass": "要素内にフォーカス可能な要素が含まれています",
|
613
|
+
"fail": "要素にフォーカス可能なコンテンツが存在するべきです"
|
614
|
+
},
|
615
|
+
"focusable-disabled": {
|
616
|
+
"pass": "要素内にフォーカス不可能な要素は含まれていません",
|
617
|
+
"fail": "フォーカス可能なコンテンツは無効にするか、DOMから削除するべきです"
|
618
|
+
},
|
619
|
+
"focusable-element": {
|
620
|
+
"pass": "要素はフォーカス可能です",
|
621
|
+
"fail": "要素はフォーカス可能であるべきです"
|
622
|
+
},
|
623
|
+
"focusable-modal-open": {
|
624
|
+
"pass": "モーダル開いている時、フォーカス可能な要素がありません",
|
625
|
+
"incomplete": "現在の状態で、フォーカス可能な要素がタブ移動可能になっていないことを確認します"
|
626
|
+
},
|
627
|
+
"focusable-no-name": {
|
628
|
+
"pass": "要素がタブ順序にない、またはアクセシブルなテキストが存在しています",
|
629
|
+
"fail": "要素がタブ順序にあり、アクセシブルなテキストが存在していません",
|
630
|
+
"incomplete": "要素にアクセシブルな名前があるか判定できません"
|
631
|
+
},
|
632
|
+
"focusable-not-tabbable": {
|
633
|
+
"pass": "要素内にフォーカス不可能な要素は含まれていません",
|
634
|
+
"fail": "フォーカス可能なコンテンツは tabindex='-1' を指定するか、DOMから削除するべきです"
|
635
|
+
},
|
636
|
+
"frame-focusable-content": {
|
637
|
+
"pass": "要素の子孫にフォーカス可能なものはありません",
|
638
|
+
"fail": "要素の子孫にフォーカス可能なものがあります",
|
639
|
+
"incomplete": "要素に子孫があるか判定できませんでした"
|
640
|
+
},
|
641
|
+
"landmark-is-top-level": {
|
642
|
+
"pass": "${data.role} ランドマークはトップレベルにあります",
|
643
|
+
"fail": "${data.role} ランドマークが他のランドマークに含まれています"
|
644
|
+
},
|
645
|
+
"no-focusable-content": {
|
646
|
+
"pass": "要素の子孫にフォーカス可能なものはありません",
|
647
|
+
"fail": {
|
648
|
+
"default": "要素の子孫にフォーカス可能なものがあります",
|
649
|
+
"notHidden": "インタラクティブなコントロールの内側の要素に負の tabindex を指定しても、('aria-hidden=true' が指定されている場合も)支援技術がその要素にフォーカスできないようにはなりません"
|
650
|
+
},
|
651
|
+
"incomplete": "要素に子孫があるか判定できませんでした"
|
652
|
+
},
|
653
|
+
"page-has-heading-one": {
|
654
|
+
"pass": "ページには少なくとも1つのレベル1の見出しがあります",
|
655
|
+
"fail": "ページにはレベル1の見出しがなければなりません"
|
656
|
+
},
|
657
|
+
"page-has-main": {
|
658
|
+
"pass": "ドキュメントに最低1つのmainランドマークがあります",
|
659
|
+
"fail": "ドキュメントにmainランドマークがありません"
|
660
|
+
},
|
661
|
+
"page-no-duplicate-banner": {
|
662
|
+
"pass": "ドキュメントにbannerランドマークは複数ありません",
|
663
|
+
"fail": "ドキュメントに複数のbannerランドマークがあります"
|
664
|
+
},
|
665
|
+
"page-no-duplicate-contentinfo": {
|
666
|
+
"pass": "ドキュメントにcontentinfoランドマークは複数ありません",
|
667
|
+
"fail": "ドキュメントに複数のcontentinfoランドマークがあります"
|
668
|
+
},
|
669
|
+
"page-no-duplicate-main": {
|
670
|
+
"pass": "ドキュメントにmainランドマークは複数ありません",
|
671
|
+
"fail": "ドキュメントに複数のmainランドマークがあります"
|
672
|
+
},
|
673
|
+
"tabindex": {
|
674
|
+
"pass": "要素に0より大きいtabindexは存在していません",
|
675
|
+
"fail": "要素に0より大きいtabindexが存在しています"
|
676
|
+
},
|
677
|
+
"alt-space-value": {
|
678
|
+
"pass": "要素に妥当なalt属性値があります",
|
679
|
+
"fail": "要素にスペース文字のみを含んだalt属性があり、これはすべてのスクリーン・リーダーに無視されません"
|
680
|
+
},
|
681
|
+
"duplicate-img-label": {
|
682
|
+
"pass": "要素の既存のテキストと<img>の代替テキストは重複していません",
|
683
|
+
"fail": "要素が既存のテキストと重複した代替テキストの存在する<img>要素を含んでいます"
|
684
|
+
},
|
685
|
+
"explicit-label": {
|
686
|
+
"pass": "フォームの要素に明確な<label>が存在しています",
|
687
|
+
"fail": "フォームの要素に明確な<label>が存在していません",
|
688
|
+
"incomplete": "フォームの要素に明確な <label> があるか判定できませんでした"
|
689
|
+
},
|
690
|
+
"help-same-as-label": {
|
691
|
+
"pass": "ヘルプテキスト(titleまたはaria-describedby)はラベルテキストと重複していません",
|
692
|
+
"fail": "ヘルプテキスト(titleまたはaria-describedby)がラベルテキストと同じです"
|
693
|
+
},
|
694
|
+
"hidden-explicit-label": {
|
695
|
+
"pass": "フォームの要素に視認可能で明確な<label>があります",
|
696
|
+
"fail": "フォームの要素に非表示の明確な<label>があります",
|
697
|
+
"incomplete": "フォームの要素に明確な非表示の <label> があるか判定できませんでした"
|
698
|
+
},
|
699
|
+
"implicit-label": {
|
700
|
+
"pass": "フォームの要素に暗黙の(包含された)<label>が存在しています",
|
701
|
+
"fail": "フォームの要素に暗黙の(包含された)<label>が存在していません",
|
702
|
+
"incomplete": "フォームの要素に暗黙の(包含された)<label>が存在するか判定できません"
|
703
|
+
},
|
704
|
+
"label-content-name-mismatch": {
|
705
|
+
"pass": "視認可能なテキストが要素のアクセシブルな名前の一部に含まれています",
|
706
|
+
"fail": "要素内のテキストがアクセシブルな名前の一部に含まれていません"
|
707
|
+
},
|
708
|
+
"multiple-label": {
|
709
|
+
"pass": "フォームフィールドにlabel要素は複数ありません",
|
710
|
+
"incomplete": "複数のlabel要素は支援技術に広くサポートされていません。最初のラベルがすべての必要な情報を含んでいることを確認します。"
|
711
|
+
},
|
712
|
+
"title-only": {
|
713
|
+
"pass": "フォーム要素はラベルにtitle属性だけを用いていません",
|
714
|
+
"fail": "フォーム要素のラベルにtitle属性だけを用いています"
|
715
|
+
},
|
716
|
+
"landmark-is-unique": {
|
717
|
+
"pass": "ランドマークは一意のロール又はロール/ラベル/タイトル (例: アクセシブルな名前) の組み合わせがなければなりません",
|
718
|
+
"fail": "ランドマークを識別可能にするため、ランドマークには一意の aria-label、aria-labelledby、または title がなければなりません。"
|
719
|
+
},
|
720
|
+
"has-lang": {
|
721
|
+
"pass": "<html>要素にlang属性が存在しています",
|
722
|
+
"fail": {
|
723
|
+
"noXHTML": "HTMLページで xml:lang 属性は有効ではありません、 lang 属性を使用してください。",
|
724
|
+
"noLang": "<html> 要素に lang 属性が指定されていません"
|
725
|
+
}
|
726
|
+
},
|
727
|
+
"valid-lang": {
|
728
|
+
"pass": "lang属性の値が有効な言語の一覧に含まれています",
|
729
|
+
"fail": "lang属性の値が有効な言語の一覧に含まれていません"
|
730
|
+
},
|
731
|
+
"xml-lang-mismatch": {
|
732
|
+
"pass": "langおよびxml:lang属性に同じ基本言語を指定しています",
|
733
|
+
"fail": "langおよびxml:lang属性に同じ基本言語を指定していません"
|
734
|
+
},
|
735
|
+
"dlitem": {
|
736
|
+
"pass": "説明リスト項目に<dl>親要素が存在しています",
|
737
|
+
"fail": "説明リスト項目に<dl>親要素が存在していません"
|
738
|
+
},
|
739
|
+
"listitem": {
|
740
|
+
"pass": "リスト項目に<ul>、<ol>、またはrole=\"list\"親要素が存在しています",
|
741
|
+
"fail": {
|
742
|
+
"default": "リスト項目に <ul>、<ol> 親要素が存在していません",
|
743
|
+
"roleNotValid": "リスト項目にロールまたは role=\"list\" のついていない<ul>、<ol> 親要素が存在していません"
|
744
|
+
}
|
745
|
+
},
|
746
|
+
"only-dlitems": {
|
747
|
+
"pass": "リスト要素に<dt>または<dd>要素内で許可された直接の子要素のみが存在しています",
|
748
|
+
"fail": "リスト要素に<dt>または<dd>要素内で許可されていない直接の子要素が存在しています"
|
749
|
+
},
|
750
|
+
"only-listitems": {
|
751
|
+
"pass": "リスト要素に<li>要素内で許可された直接の子要素のみが存在しています",
|
752
|
+
"fail": {
|
753
|
+
"default": "リスト要素に<li>要素内で許可されていない直接の子要素が存在しています",
|
754
|
+
"roleNotValid": "リスト要素に許可されていないロールを持った直接の子要素が存在しています: ${data.roles}"
|
755
|
+
}
|
756
|
+
},
|
757
|
+
"structured-dlitems": {
|
758
|
+
"pass": "空ではない場合、要素に<dt>および<dd>要素の両方が存在しています",
|
759
|
+
"fail": "空ではない場合、要素に少なくとも1つの<dt>要素に続く、少なくとも1つの<dd>要素が存在していません"
|
760
|
+
},
|
761
|
+
"caption": {
|
762
|
+
"pass": "マルチメディア要素にキャプショントラックが存在しています",
|
763
|
+
"incomplete": "要素にキャプションが存在することを確認します"
|
764
|
+
},
|
765
|
+
"frame-tested": {
|
766
|
+
"pass": "iframeはaxe-coreでテストされました",
|
767
|
+
"fail": "iframeはaxe-coreでテストできませんでした",
|
768
|
+
"incomplete": "iframeはまだaxe-coreでテストする必要があります"
|
769
|
+
},
|
770
|
+
"no-autoplay-audio": {
|
771
|
+
"pass": "<video> または <audio> は許可された時間より長く音声を出力しない、もしくはコントールするメカニズムを持っています",
|
772
|
+
"fail": "<video> または <audio> は許可された時間より長く音声を出力し、かつコントロールするメカニズムを持っていません",
|
773
|
+
"incomplete": "<video> または <audio> が許可された時間より長く音声を出力しない、またはコントロールするメカニズムを提供していることを確認します"
|
774
|
+
},
|
775
|
+
"css-orientation-lock": {
|
776
|
+
"pass": "ディスプレイは操作可能であり、向きを固定する機能は存在しません",
|
777
|
+
"fail": "CSSオリエンテーションロックが適用されており、ディスプレイ操作を不可能にしています",
|
778
|
+
"incomplete": "CSSオリエンテーションロックが特定できません"
|
779
|
+
},
|
780
|
+
"meta-viewport-large": {
|
781
|
+
"pass": "<meta>タグはモバイルデバイスでの大幅な拡大を阻止しません",
|
782
|
+
"fail": "<meta>タグはモバイルデバイスでの拡大を制限します"
|
783
|
+
},
|
784
|
+
"meta-viewport": {
|
785
|
+
"pass": "<meta>タグはモバイルデバイスでの拡大を無効にしません",
|
786
|
+
"fail": "<meta>タグの${data}がモバイルデバイスでの拡大を無効にします"
|
787
|
+
},
|
788
|
+
"header-present": {
|
789
|
+
"pass": "ページにheaderが存在しています",
|
790
|
+
"fail": "ページにheaderが存在していません"
|
791
|
+
},
|
792
|
+
"heading-order": {
|
793
|
+
"pass": "見出しの順序が有効です",
|
794
|
+
"fail": "見出しの順序が無効です",
|
795
|
+
"incomplete": "1つ前の見出しを特定できません"
|
796
|
+
},
|
797
|
+
"identical-links-same-purpose": {
|
798
|
+
"pass": "同じ名前で異なるURLに遷移する他のリンクはありません",
|
799
|
+
"incomplete": "リンクが同じ目的を持っていること、または意図的に不明瞭になっていることを確認します"
|
800
|
+
},
|
801
|
+
"internal-link-present": {
|
802
|
+
"pass": "有効なスキップリンクが存在しています",
|
803
|
+
"fail": "有効なスキップリンクが存在していません"
|
804
|
+
},
|
805
|
+
"landmark": {
|
806
|
+
"pass": "ページにランドマーク領域が存在しています",
|
807
|
+
"fail": "ページにランドマーク領域が存在していません"
|
808
|
+
},
|
809
|
+
"meta-refresh": {
|
810
|
+
"pass": "<meta>タグはすぐにページを更新しません",
|
811
|
+
"fail": "<meta>タグは時限によるページの更新を強制します"
|
812
|
+
},
|
813
|
+
"p-as-heading": {
|
814
|
+
"pass": "<p>要素が見出しとしてスタイル付けされていません",
|
815
|
+
"fail": "スタイル付けされたp要素ではなく、見出し要素を使用すべきです",
|
816
|
+
"incomplete": "<p> 要素に見出しのスタイル付けがされているかどうか判定できません"
|
817
|
+
},
|
818
|
+
"region": {
|
819
|
+
"pass": "ページのすべてのコンテンツがランドマークに含まれています",
|
820
|
+
"fail": "ページの一部のコンテンツがランドマークに含まれていません"
|
821
|
+
},
|
822
|
+
"skip-link": {
|
823
|
+
"pass": "スキップリンクのターゲットが存在しています",
|
824
|
+
"incomplete": "スキップリンクのターゲットは活性化された時に表示されるべきです",
|
825
|
+
"fail": "スキップリンクのターゲットがありません"
|
826
|
+
},
|
827
|
+
"unique-frame-title": {
|
828
|
+
"pass": "要素のtitle属性が一意です",
|
829
|
+
"fail": "要素のtitle属性が一意ではありません"
|
830
|
+
},
|
831
|
+
"duplicate-id-active": {
|
832
|
+
"pass": "ドキュメントに同じid属性を持つ有効な要素はありません",
|
833
|
+
"fail": "ドキュメントに同じid属性を持つ有効な要素があります: ${data}"
|
834
|
+
},
|
835
|
+
"duplicate-id-aria": {
|
836
|
+
"pass": "ドキュメントに同じid属性を持つARIAまたはラベルに参照された要素はありません",
|
837
|
+
"fail": "ドキュメントに同じid属性を持つARIAに参照された複数の要素があります: ${data}"
|
838
|
+
},
|
839
|
+
"duplicate-id": {
|
840
|
+
"pass": "ドキュメントに同じid属性を共有する静的な要素はありません",
|
841
|
+
"fail": "ドキュメントに同じid属性を共有する静的な要素が複数存在します"
|
842
|
+
},
|
843
|
+
"aria-label": {
|
844
|
+
"pass": "aria-label属性が存在し、空ではありません",
|
845
|
+
"fail": "aria-label属性が存在しない、または空です"
|
846
|
+
},
|
847
|
+
"aria-labelledby": {
|
848
|
+
"pass": "aria-labelledby属性が存在し、スクリーン・リーダーに認識可能な要素を参照しています",
|
849
|
+
"fail": "aria-labelledby属性が存在しない、存在しない要素を参照している、または空の要素を参照しています",
|
850
|
+
"incomplete": "aria-labelledby属性が、存在する要素を参照していることを確認しましょう"
|
851
|
+
},
|
852
|
+
"avoid-inline-spacing": {
|
853
|
+
"pass": "テキストの間隔に影響する '!important' のついたインラインスタイルは指定されていません",
|
854
|
+
"fail": {
|
855
|
+
"singular": "ほとんどのブラウザーで上書きすることはサポートされていないため、インラインスタイル ${data.values} から '!important' を削除します",
|
856
|
+
"plural": "ほとんどのブラウザーで上書きすることはサポートされていないため、インラインスタイル ${data.values} から '!important' を削除します"
|
857
|
+
}
|
858
|
+
},
|
859
|
+
"button-has-visible-text": {
|
860
|
+
"pass": "要素にスクリーン・リーダーが認識可能な内部テキストが存在しています",
|
861
|
+
"fail": "要素にスクリーン・リーダーが認識可能な内部テキストが存在していません",
|
862
|
+
"incomplete": "要素に子ノードがあるか判定できません"
|
863
|
+
},
|
864
|
+
"doc-has-title": {
|
865
|
+
"pass": "ドキュメントに空ではない<title>要素が存在しています",
|
866
|
+
"fail": "ドキュメントに空ではない<title>要素が存在していません"
|
867
|
+
},
|
868
|
+
"exists": {
|
869
|
+
"pass": "要素は存在していません",
|
870
|
+
"incomplete": "要素が存在しています"
|
871
|
+
},
|
872
|
+
"has-alt": {
|
873
|
+
"pass": "要素にalt属性が存在しています",
|
874
|
+
"fail": "要素にalt属性が存在していません"
|
875
|
+
},
|
876
|
+
"has-visible-text": {
|
877
|
+
"pass": "要素にスクリーン・リーダーが認識可能なテキストが存在しています",
|
878
|
+
"fail": "要素にスクリーン・リーダーが認識可能なテキストが存在していません",
|
879
|
+
"incomplete": "要素に子ノードがあるか判定できません"
|
880
|
+
},
|
881
|
+
"is-on-screen": {
|
882
|
+
"pass": "要素が表示されていません",
|
883
|
+
"fail": "要素が表示されています"
|
884
|
+
},
|
885
|
+
"non-empty-alt": {
|
886
|
+
"pass": "要素に空ではないalt属性が存在しています",
|
887
|
+
"fail": {
|
888
|
+
"noAttr": "要素にalt属性が指定されていません",
|
889
|
+
"emptyAttr": "要素に空のalt属性が指定されています"
|
890
|
+
}
|
891
|
+
},
|
892
|
+
"non-empty-if-present": {
|
893
|
+
"pass": {
|
894
|
+
"default": "要素に value 属性が存在しません",
|
895
|
+
"has-label": "要素に空ではない value 属性が存在しています"
|
896
|
+
},
|
897
|
+
"fail": "要素にvalue属性が存在し、value属性が空です"
|
898
|
+
},
|
899
|
+
"non-empty-placeholder": {
|
900
|
+
"pass": "要素にplaceholder属性が指定されています",
|
901
|
+
"fail": {
|
902
|
+
"noAttr": "要素にplacehoder属性が指定されていません",
|
903
|
+
"emptyAttr": "要素に空のplacehoder属性が指定されています"
|
904
|
+
}
|
905
|
+
},
|
906
|
+
"non-empty-title": {
|
907
|
+
"pass": "要素にtitle属性が存在しています",
|
908
|
+
"fail": {
|
909
|
+
"noAttr": "要素にtitle属性が指定されていません",
|
910
|
+
"emptyAttr": "要素に空のtitle属性が指定されています"
|
911
|
+
}
|
912
|
+
},
|
913
|
+
"non-empty-value": {
|
914
|
+
"pass": "要素に空ではないvalue属性が存在しています",
|
915
|
+
"fail": {
|
916
|
+
"noAttr": "要素にvalue属性が指定されていません",
|
917
|
+
"emptyAttr": "要素に空のvalue属性が指定されています"
|
918
|
+
}
|
919
|
+
},
|
920
|
+
"presentational-role": {
|
921
|
+
"pass": "要素のデフォルトのセマンティクスはrole=\"${data.role}\"で上書きされました",
|
922
|
+
"fail": {
|
923
|
+
"default": "要素のデフォルトのセマンティクスはrole=\"none\"またはrole=\"presentation\"で上書きされませんでした",
|
924
|
+
"globalAria": "要素にはARIAのグローバル属性が指定されているため、role=\"none\"またはrole=\"presentation\"にはなりません",
|
925
|
+
"focusable": "要素がフォーカス可能なため、role=\"none\"またはrole=\"presentation\"にはなりません",
|
926
|
+
"both": "要素にはARIAのグローバル属性が指定されており、フォーカス可能なため、role=\"none\"またはrole=\"presentation\"にはなりません"
|
927
|
+
}
|
928
|
+
},
|
929
|
+
"role-none": {
|
930
|
+
"pass": "要素のデフォルトのセマンティクスがrole=\"none\"で上書きされました",
|
931
|
+
"fail": "要素のデフォルトのセマンティクスはrole=\"none\"で上書きされませんでした"
|
932
|
+
},
|
933
|
+
"role-presentation": {
|
934
|
+
"pass": "要素のデフォルトのセマンティクスがrole=\"presentation\"で上書きされました",
|
935
|
+
"fail": "要素のデフォルトのセマンティクスはrole=\"presentation\"で上書きされませんでした"
|
936
|
+
},
|
937
|
+
"svg-non-empty-title": {
|
938
|
+
"pass": "要素の子要素にtitle要素が存在します",
|
939
|
+
"fail": {
|
940
|
+
"noTitle": "要素の子要素にtitle要素が存在しません",
|
941
|
+
"emptyTitle": "子要素のtitle要素が空です"
|
942
|
+
},
|
943
|
+
"incomplete": "要素の子要素にtitle要素があるか判定できません"
|
944
|
+
},
|
945
|
+
"caption-faked": {
|
946
|
+
"pass": "テーブルの一行目がキャプションとして使用されていません",
|
947
|
+
"fail": "テーブルの最初の子はテーブルセルではなく、キャプションであるべきです"
|
948
|
+
},
|
949
|
+
"html5-scope": {
|
950
|
+
"pass": "scope属性がテーブルヘッダー要素(<th>)にのみ使用されています",
|
951
|
+
"fail": "HTML5では、scope属性はテーブルヘッダー要素(<th>)にのみ使用できます"
|
952
|
+
},
|
953
|
+
"same-caption-summary": {
|
954
|
+
"pass": "summary属性および<caption>のコンテンツは重複していません",
|
955
|
+
"fail": "summary属性および<caption>のコンテンツが同一です"
|
956
|
+
},
|
957
|
+
"scope-value": {
|
958
|
+
"pass": "scope属性は正しく使用されています",
|
959
|
+
"fail": "scope属性の値は'row'または'col'のみです"
|
960
|
+
},
|
961
|
+
"td-has-header": {
|
962
|
+
"pass": "すべての空ではないデータセルにテーブルヘッダーが存在しています",
|
963
|
+
"fail": "いくつかの空ではないデータセルにテーブルヘッダーが存在していません"
|
964
|
+
},
|
965
|
+
"td-headers-attr": {
|
966
|
+
"pass": "headers属性はテーブル内の他のセルを参照するためだけに使用されています",
|
967
|
+
"incomplete": "headers属性が空です",
|
968
|
+
"fail": "headers属性がテーブル内の他のセルを参照するためだけに使用されていません"
|
969
|
+
},
|
970
|
+
"th-has-data-cells": {
|
971
|
+
"pass": "すべてのテーブルヘッダーセルがデータセルを参照しています",
|
972
|
+
"fail": "一部のテーブルヘッダーセルがデータセルを参照していません",
|
973
|
+
"incomplete": "テーブルデータセルが存在しないまたは空です"
|
974
|
+
},
|
975
|
+
"hidden-content": {
|
976
|
+
"pass": "ページ内のすべてのコンテンツが分析されました",
|
977
|
+
"fail": "このページのコンテンツを分析中に問題が発生しました",
|
978
|
+
"incomplete": "ページ内に分析されなかった非表示のコンテンツが存在します。分析するには、そのコンテンツを表示させる必要があります"
|
979
|
+
}
|
980
|
+
},
|
981
|
+
"failureSummaries": {
|
982
|
+
"any": {
|
983
|
+
"failureMessage": "次のいずれかを修正します:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
|
984
|
+
},
|
985
|
+
"none": {
|
986
|
+
"failureMessage": "次のすべてを修正します:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
|
987
|
+
}
|
988
|
+
},
|
989
|
+
"incompleteFallbackMessage": "次のすべてを修正します:{{~it:value}}\n {{=value.split('\\n').join('\\n ')}}{{~}}"
|
882
990
|
}
|