govuk_publishing_components 30.4.1 → 30.5.2
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-core.js +20 -0
- 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 +27 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +2 -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/config/locales/en.yml +8 -8
- 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 +7 -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,781 +0,0 @@
|
|
1
|
-
/*global Rule, Check, RuleResult, commons: true */
|
2
|
-
const dotRegex = /\{\{.+?\}\}/g;
|
3
|
-
|
4
|
-
/*eslint no-unused-vars: 0*/
|
5
|
-
function getDefaultConfiguration(audit) {
|
6
|
-
'use strict';
|
7
|
-
var config;
|
8
|
-
if (audit) {
|
9
|
-
config = axe.utils.clone(audit);
|
10
|
-
// Commons are configured into axe like everything else,
|
11
|
-
// however because things go funky if we have multiple commons objects
|
12
|
-
// we're not using the copy of that.
|
13
|
-
config.commons = audit.commons;
|
14
|
-
} else {
|
15
|
-
config = {};
|
16
|
-
}
|
17
|
-
|
18
|
-
config.reporter = config.reporter || null;
|
19
|
-
config.rules = config.rules || [];
|
20
|
-
config.checks = config.checks || [];
|
21
|
-
config.data = { checks: {}, rules: {}, ...config.data };
|
22
|
-
return config;
|
23
|
-
}
|
24
|
-
|
25
|
-
function unpackToObject(collection, audit, method) {
|
26
|
-
'use strict';
|
27
|
-
|
28
|
-
var i, l;
|
29
|
-
for (i = 0, l = collection.length; i < l; i++) {
|
30
|
-
audit[method](collection[i]);
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
/**
|
35
|
-
* Constructor which holds configured rules and information about the document under test
|
36
|
-
*/
|
37
|
-
function Audit(audit) {
|
38
|
-
// defaults
|
39
|
-
this.brand = 'axe';
|
40
|
-
this.application = 'axeAPI';
|
41
|
-
this.tagExclude = ['experimental'];
|
42
|
-
this.lang = 'en';
|
43
|
-
|
44
|
-
this.defaultConfig = audit;
|
45
|
-
this._init();
|
46
|
-
|
47
|
-
// A copy of the "default" locale. This will be set if the user
|
48
|
-
// provides a new locale to `axe.configure()` and used to undo
|
49
|
-
// changes in `axe.reset()`.
|
50
|
-
this._defaultLocale = null;
|
51
|
-
}
|
52
|
-
|
53
|
-
/**
|
54
|
-
* Build and set the previous locale. Will noop if a previous
|
55
|
-
* locale was already set, as we want the ability to "reset"
|
56
|
-
* to the default ("first") configuration.
|
57
|
-
*/
|
58
|
-
|
59
|
-
Audit.prototype._setDefaultLocale = function() {
|
60
|
-
if (this._defaultLocale) {
|
61
|
-
return;
|
62
|
-
}
|
63
|
-
|
64
|
-
const locale = {
|
65
|
-
checks: {},
|
66
|
-
rules: {},
|
67
|
-
failureSummaries: {},
|
68
|
-
incompleteFallbackMessage: '',
|
69
|
-
lang: this.lang
|
70
|
-
};
|
71
|
-
|
72
|
-
// XXX: unable to use `for-of` here, as doing so would
|
73
|
-
// require us to polyfill `Symbol`.
|
74
|
-
const checkIDs = Object.keys(this.data.checks);
|
75
|
-
for (let i = 0; i < checkIDs.length; i++) {
|
76
|
-
const id = checkIDs[i];
|
77
|
-
const check = this.data.checks[id];
|
78
|
-
const { pass, fail, incomplete } = check.messages;
|
79
|
-
locale.checks[id] = {
|
80
|
-
pass,
|
81
|
-
fail,
|
82
|
-
incomplete
|
83
|
-
};
|
84
|
-
}
|
85
|
-
|
86
|
-
const ruleIDs = Object.keys(this.data.rules);
|
87
|
-
for (let i = 0; i < ruleIDs.length; i++) {
|
88
|
-
const id = ruleIDs[i];
|
89
|
-
const rule = this.data.rules[id];
|
90
|
-
const { description, help } = rule;
|
91
|
-
locale.rules[id] = { description, help };
|
92
|
-
}
|
93
|
-
|
94
|
-
const failureSummaries = Object.keys(this.data.failureSummaries);
|
95
|
-
for (let i = 0; i < failureSummaries.length; i++) {
|
96
|
-
const type = failureSummaries[i];
|
97
|
-
const failureSummary = this.data.failureSummaries[type];
|
98
|
-
const { failureMessage } = failureSummary;
|
99
|
-
locale.failureSummaries[type] = { failureMessage };
|
100
|
-
}
|
101
|
-
|
102
|
-
locale.incompleteFallbackMessage = this.data.incompleteFallbackMessage;
|
103
|
-
|
104
|
-
this._defaultLocale = locale;
|
105
|
-
};
|
106
|
-
|
107
|
-
/**
|
108
|
-
* Reset the locale to the "default".
|
109
|
-
*/
|
110
|
-
|
111
|
-
Audit.prototype._resetLocale = function() {
|
112
|
-
// If the default locale has not already been set, we can exit early.
|
113
|
-
const defaultLocale = this._defaultLocale;
|
114
|
-
if (!defaultLocale) {
|
115
|
-
return;
|
116
|
-
}
|
117
|
-
|
118
|
-
// Apply the default locale
|
119
|
-
this.applyLocale(defaultLocale);
|
120
|
-
};
|
121
|
-
|
122
|
-
/**
|
123
|
-
* Merge two check locales (a, b), favoring `b`.
|
124
|
-
*
|
125
|
-
* Both locale `a` and the returned shape resemble:
|
126
|
-
*
|
127
|
-
* {
|
128
|
-
* impact: string,
|
129
|
-
* messages: {
|
130
|
-
* pass: string | function,
|
131
|
-
* fail: string | function,
|
132
|
-
* incomplete: string | {
|
133
|
-
* [key: string]: string | function
|
134
|
-
* }
|
135
|
-
* }
|
136
|
-
* }
|
137
|
-
*
|
138
|
-
* Locale `b` follows the `axe.CheckLocale` shape and resembles:
|
139
|
-
*
|
140
|
-
* {
|
141
|
-
* pass: string,
|
142
|
-
* fail: string,
|
143
|
-
* incomplete: string | { [key: string]: string }
|
144
|
-
* }
|
145
|
-
*/
|
146
|
-
|
147
|
-
const mergeCheckLocale = (a, b) => {
|
148
|
-
let { pass, fail } = b;
|
149
|
-
// If the message(s) are Strings, they have not yet been run
|
150
|
-
// thru doT (which will return a Function).
|
151
|
-
if (typeof pass === 'string' && dotRegex.test(pass)) {
|
152
|
-
pass = axe.imports.doT.compile(pass);
|
153
|
-
}
|
154
|
-
if (typeof fail === 'string' && dotRegex.test(fail)) {
|
155
|
-
fail = axe.imports.doT.compile(fail);
|
156
|
-
}
|
157
|
-
return {
|
158
|
-
...a,
|
159
|
-
messages: {
|
160
|
-
pass: pass || a.messages.pass,
|
161
|
-
fail: fail || a.messages.fail,
|
162
|
-
incomplete:
|
163
|
-
typeof a.messages.incomplete === 'object'
|
164
|
-
? // TODO: for compleness-sake, we should be running
|
165
|
-
// incomplete messages thru doT as well. This was
|
166
|
-
// out-of-scope for runtime localization, but should
|
167
|
-
// eventually be addressed.
|
168
|
-
{ ...a.messages.incomplete, ...b.incomplete }
|
169
|
-
: b.incomplete
|
170
|
-
}
|
171
|
-
};
|
172
|
-
};
|
173
|
-
|
174
|
-
/**
|
175
|
-
* Merge two rule locales (a, b), favoring `b`.
|
176
|
-
*/
|
177
|
-
|
178
|
-
const mergeRuleLocale = (a, b) => {
|
179
|
-
let { help, description } = b;
|
180
|
-
// If the message(s) are Strings, they have not yet been run
|
181
|
-
// thru doT (which will return a Function).
|
182
|
-
if (typeof help === 'string' && dotRegex.test(help)) {
|
183
|
-
help = axe.imports.doT.compile(help);
|
184
|
-
}
|
185
|
-
if (typeof description === 'string' && dotRegex.test(description)) {
|
186
|
-
description = axe.imports.doT.compile(description);
|
187
|
-
}
|
188
|
-
return {
|
189
|
-
...a,
|
190
|
-
help: help || a.help,
|
191
|
-
description: description || a.description
|
192
|
-
};
|
193
|
-
};
|
194
|
-
|
195
|
-
/**
|
196
|
-
* Merge two failure messages (a, b), favoring `b`.
|
197
|
-
*/
|
198
|
-
|
199
|
-
const mergeFailureMessage = (a, b) => {
|
200
|
-
let { failureMessage } = b;
|
201
|
-
// If the message(s) are Strings, they have not yet been run
|
202
|
-
// thru doT (which will return a Function).
|
203
|
-
if (typeof failureMessage === 'string' && dotRegex.test(failureMessage)) {
|
204
|
-
failureMessage = axe.imports.doT.compile(failureMessage);
|
205
|
-
}
|
206
|
-
return {
|
207
|
-
...a,
|
208
|
-
failureMessage: failureMessage || a.failureMessage
|
209
|
-
};
|
210
|
-
};
|
211
|
-
|
212
|
-
/**
|
213
|
-
* Merge two incomplete fallback messages (a, b), favoring `b`.
|
214
|
-
*/
|
215
|
-
|
216
|
-
const mergeFallbackMessage = (a, b) => {
|
217
|
-
if (typeof b === 'string' && dotRegex.test(b)) {
|
218
|
-
b = axe.imports.doT.compile(b);
|
219
|
-
}
|
220
|
-
return b || a;
|
221
|
-
};
|
222
|
-
|
223
|
-
/**
|
224
|
-
* Apply locale for the given `checks`.
|
225
|
-
*/
|
226
|
-
|
227
|
-
Audit.prototype._applyCheckLocale = function(checks) {
|
228
|
-
const keys = Object.keys(checks);
|
229
|
-
for (let i = 0; i < keys.length; i++) {
|
230
|
-
const id = keys[i];
|
231
|
-
if (!this.data.checks[id]) {
|
232
|
-
throw new Error(`Locale provided for unknown check: "${id}"`);
|
233
|
-
}
|
234
|
-
|
235
|
-
this.data.checks[id] = mergeCheckLocale(this.data.checks[id], checks[id]);
|
236
|
-
}
|
237
|
-
};
|
238
|
-
|
239
|
-
/**
|
240
|
-
* Apply locale for the given `rules`.
|
241
|
-
*/
|
242
|
-
|
243
|
-
Audit.prototype._applyRuleLocale = function(rules) {
|
244
|
-
const keys = Object.keys(rules);
|
245
|
-
for (let i = 0; i < keys.length; i++) {
|
246
|
-
const id = keys[i];
|
247
|
-
if (!this.data.rules[id]) {
|
248
|
-
throw new Error(`Locale provided for unknown rule: "${id}"`);
|
249
|
-
}
|
250
|
-
this.data.rules[id] = mergeRuleLocale(this.data.rules[id], rules[id]);
|
251
|
-
}
|
252
|
-
};
|
253
|
-
|
254
|
-
/**
|
255
|
-
* Apply locale for the given failureMessage
|
256
|
-
*/
|
257
|
-
|
258
|
-
Audit.prototype._applyFailureSummaries = function(messages) {
|
259
|
-
const keys = Object.keys(messages);
|
260
|
-
for (let i = 0; i < keys.length; i++) {
|
261
|
-
const key = keys[i];
|
262
|
-
if (!this.data.failureSummaries[key]) {
|
263
|
-
throw new Error(`Locale provided for unknown failureMessage: "${key}"`);
|
264
|
-
}
|
265
|
-
this.data.failureSummaries[key] = mergeFailureMessage(
|
266
|
-
this.data.failureSummaries[key],
|
267
|
-
messages[key]
|
268
|
-
);
|
269
|
-
}
|
270
|
-
};
|
271
|
-
|
272
|
-
/**
|
273
|
-
* Apply the given `locale`.
|
274
|
-
*
|
275
|
-
* @param {axe.Locale}
|
276
|
-
*/
|
277
|
-
|
278
|
-
Audit.prototype.applyLocale = function(locale) {
|
279
|
-
this._setDefaultLocale();
|
280
|
-
|
281
|
-
if (locale.checks) {
|
282
|
-
this._applyCheckLocale(locale.checks);
|
283
|
-
}
|
284
|
-
|
285
|
-
if (locale.rules) {
|
286
|
-
this._applyRuleLocale(locale.rules);
|
287
|
-
}
|
288
|
-
|
289
|
-
if (locale.failureSummaries) {
|
290
|
-
this._applyFailureSummaries(locale.failureSummaries, 'failureSummaries');
|
291
|
-
}
|
292
|
-
|
293
|
-
if (locale.incompleteFallbackMessage) {
|
294
|
-
this.data.incompleteFallbackMessage = mergeFallbackMessage(
|
295
|
-
this.data.incompleteFallbackMessage,
|
296
|
-
locale.incompleteFallbackMessage
|
297
|
-
);
|
298
|
-
}
|
299
|
-
|
300
|
-
if (locale.lang) {
|
301
|
-
this.lang = locale.lang;
|
302
|
-
}
|
303
|
-
};
|
304
|
-
|
305
|
-
/**
|
306
|
-
* Initializes the rules and checks
|
307
|
-
*/
|
308
|
-
Audit.prototype._init = function() {
|
309
|
-
var audit = getDefaultConfiguration(this.defaultConfig);
|
310
|
-
|
311
|
-
axe.commons = commons = audit.commons;
|
312
|
-
|
313
|
-
this.lang = audit.lang || 'en';
|
314
|
-
this.reporter = audit.reporter;
|
315
|
-
this.commands = {};
|
316
|
-
this.rules = [];
|
317
|
-
this.checks = {};
|
318
|
-
|
319
|
-
unpackToObject(audit.rules, this, 'addRule');
|
320
|
-
unpackToObject(audit.checks, this, 'addCheck');
|
321
|
-
|
322
|
-
this.data = {};
|
323
|
-
this.data.checks = (audit.data && audit.data.checks) || {};
|
324
|
-
this.data.rules = (audit.data && audit.data.rules) || {};
|
325
|
-
this.data.failureSummaries =
|
326
|
-
(audit.data && audit.data.failureSummaries) || {};
|
327
|
-
this.data.incompleteFallbackMessage =
|
328
|
-
(audit.data && audit.data.incompleteFallbackMessage) || '';
|
329
|
-
|
330
|
-
this._constructHelpUrls(); // create default helpUrls
|
331
|
-
};
|
332
|
-
|
333
|
-
/**
|
334
|
-
* Adds a new command to the audit
|
335
|
-
*/
|
336
|
-
|
337
|
-
Audit.prototype.registerCommand = function(command) {
|
338
|
-
'use strict';
|
339
|
-
this.commands[command.id] = command.callback;
|
340
|
-
};
|
341
|
-
|
342
|
-
/**
|
343
|
-
* Adds a new rule to the Audit. If a rule with specified ID already exists, it will be overridden
|
344
|
-
* @param {Object} spec Rule specification object
|
345
|
-
*/
|
346
|
-
Audit.prototype.addRule = function(spec) {
|
347
|
-
'use strict';
|
348
|
-
|
349
|
-
if (spec.metadata) {
|
350
|
-
this.data.rules[spec.id] = spec.metadata;
|
351
|
-
}
|
352
|
-
|
353
|
-
let rule = this.getRule(spec.id);
|
354
|
-
if (rule) {
|
355
|
-
rule.configure(spec);
|
356
|
-
} else {
|
357
|
-
this.rules.push(new Rule(spec, this));
|
358
|
-
}
|
359
|
-
};
|
360
|
-
|
361
|
-
/**
|
362
|
-
* Adds a new check to the Audit. If a Check with specified ID already exists, it will be
|
363
|
-
* reconfigured
|
364
|
-
*
|
365
|
-
* @param {Object} spec Check specification object
|
366
|
-
*/
|
367
|
-
Audit.prototype.addCheck = function(spec) {
|
368
|
-
/*eslint no-eval: 0 */
|
369
|
-
'use strict';
|
370
|
-
let metadata = spec.metadata;
|
371
|
-
|
372
|
-
if (typeof metadata === 'object') {
|
373
|
-
this.data.checks[spec.id] = metadata;
|
374
|
-
// Transform messages into functions:
|
375
|
-
if (typeof metadata.messages === 'object') {
|
376
|
-
Object.keys(metadata.messages)
|
377
|
-
.filter(
|
378
|
-
prop =>
|
379
|
-
metadata.messages.hasOwnProperty(prop) &&
|
380
|
-
typeof metadata.messages[prop] === 'string'
|
381
|
-
)
|
382
|
-
.forEach(prop => {
|
383
|
-
if (metadata.messages[prop].indexOf('function') === 0) {
|
384
|
-
metadata.messages[prop] = new Function(
|
385
|
-
'return ' + metadata.messages[prop] + ';'
|
386
|
-
)();
|
387
|
-
}
|
388
|
-
});
|
389
|
-
}
|
390
|
-
}
|
391
|
-
|
392
|
-
if (this.checks[spec.id]) {
|
393
|
-
this.checks[spec.id].configure(spec);
|
394
|
-
} else {
|
395
|
-
this.checks[spec.id] = new Check(spec);
|
396
|
-
}
|
397
|
-
};
|
398
|
-
|
399
|
-
/**
|
400
|
-
* Splits a given array of rules to two, with rules that can be run immediately and one's that are dependent on preloadedAssets
|
401
|
-
* @method getRulesToRun
|
402
|
-
* @param {Array<Object>} rules complete list of rules
|
403
|
-
* @param {Object} context
|
404
|
-
* @param {Object} options
|
405
|
-
* @return {Object} out, an object containing two arrays, one being list of rules to run now and list of rules to run later
|
406
|
-
* @private
|
407
|
-
*/
|
408
|
-
function getRulesToRun(rules, context, options) {
|
409
|
-
// entry object for reduce function below
|
410
|
-
const base = {
|
411
|
-
now: [],
|
412
|
-
later: []
|
413
|
-
};
|
414
|
-
|
415
|
-
// iterate through rules and separate out rules that need to be run now vs later
|
416
|
-
const splitRules = rules.reduce((out, rule) => {
|
417
|
-
// ensure rule can run
|
418
|
-
if (!axe.utils.ruleShouldRun(rule, context, options)) {
|
419
|
-
return out;
|
420
|
-
}
|
421
|
-
|
422
|
-
// does rule require preload assets - push to later array
|
423
|
-
if (rule.preload) {
|
424
|
-
out.later.push(rule);
|
425
|
-
return out;
|
426
|
-
}
|
427
|
-
|
428
|
-
// default to now array
|
429
|
-
out.now.push(rule);
|
430
|
-
|
431
|
-
// return
|
432
|
-
return out;
|
433
|
-
}, base);
|
434
|
-
|
435
|
-
// return
|
436
|
-
return splitRules;
|
437
|
-
}
|
438
|
-
|
439
|
-
/**
|
440
|
-
* Convenience method, that consturcts a rule `run` function that can be deferred
|
441
|
-
* @param {Object} rule rule to be deferred
|
442
|
-
* @param {Object} context context object essential to be passed into rule `run`
|
443
|
-
* @param {Object} options normalised options to be passed into rule `run`
|
444
|
-
* @param {Object} assets (optional) preloaded assets to be passed into rule and checks (if the rule is preload dependent)
|
445
|
-
* @return {Function} a deferrable function for rule
|
446
|
-
*/
|
447
|
-
function getDefferedRule(rule, context, options) {
|
448
|
-
// init performance timer of requested via options
|
449
|
-
if (options.performanceTimer) {
|
450
|
-
axe.utils.performanceTimer.mark('mark_rule_start_' + rule.id);
|
451
|
-
}
|
452
|
-
|
453
|
-
return (resolve, reject) => {
|
454
|
-
// invoke `rule.run`
|
455
|
-
rule.run(
|
456
|
-
context,
|
457
|
-
options,
|
458
|
-
// resolve callback for rule `run`
|
459
|
-
ruleResult => {
|
460
|
-
// resolve
|
461
|
-
resolve(ruleResult);
|
462
|
-
},
|
463
|
-
// reject callback for rule `run`
|
464
|
-
err => {
|
465
|
-
// if debug - construct error details
|
466
|
-
if (!options.debug) {
|
467
|
-
const errResult = Object.assign(new RuleResult(rule), {
|
468
|
-
result: axe.constants.CANTTELL,
|
469
|
-
description: 'An error occured while running this rule',
|
470
|
-
message: err.message,
|
471
|
-
stack: err.stack,
|
472
|
-
error: err,
|
473
|
-
// Add a serialized reference to the node the rule failed on for easier debugging.
|
474
|
-
// See https://github.com/dequelabs/axe-core/issues/1317.
|
475
|
-
errorNode: err.errorNode
|
476
|
-
});
|
477
|
-
// resolve
|
478
|
-
resolve(errResult);
|
479
|
-
} else {
|
480
|
-
// reject
|
481
|
-
reject(err);
|
482
|
-
}
|
483
|
-
}
|
484
|
-
);
|
485
|
-
};
|
486
|
-
}
|
487
|
-
|
488
|
-
/**
|
489
|
-
* Runs the Audit; which in turn should call `run` on each rule.
|
490
|
-
* @async
|
491
|
-
* @param {Context} context The scope definition/context for analysis (include/exclude)
|
492
|
-
* @param {Object} options Options object to pass into rules and/or disable rules or checks
|
493
|
-
* @param {Function} fn Callback function to fire when audit is complete
|
494
|
-
*/
|
495
|
-
Audit.prototype.run = function(context, options, resolve, reject) {
|
496
|
-
'use strict';
|
497
|
-
|
498
|
-
this.normalizeOptions(options);
|
499
|
-
axe._selectCache = [];
|
500
|
-
|
501
|
-
// get a list of rules to run NOW vs. LATER (later are preload assets dependent rules)
|
502
|
-
const allRulesToRun = getRulesToRun(this.rules, context, options);
|
503
|
-
const runNowRules = allRulesToRun.now;
|
504
|
-
const runLaterRules = allRulesToRun.later;
|
505
|
-
|
506
|
-
// init a NOW queue for rules to run immediately
|
507
|
-
const nowRulesQueue = axe.utils.queue();
|
508
|
-
// construct can run NOW rules into NOW queue
|
509
|
-
runNowRules.forEach(rule => {
|
510
|
-
nowRulesQueue.defer(getDefferedRule(rule, context, options));
|
511
|
-
});
|
512
|
-
|
513
|
-
// init a PRELOADER queue to start preloading assets
|
514
|
-
const preloaderQueue = axe.utils.queue();
|
515
|
-
// defer preload if preload dependent rules exist
|
516
|
-
if (runLaterRules.length) {
|
517
|
-
preloaderQueue.defer(resolve => {
|
518
|
-
// handle both success and fail of preload
|
519
|
-
// and resolve, to allow to run all checks
|
520
|
-
axe.utils
|
521
|
-
.preload(options)
|
522
|
-
.then(assets => resolve(assets))
|
523
|
-
.catch(err => {
|
524
|
-
/**
|
525
|
-
* Note:
|
526
|
-
* we do not reject, to allow other (non-preload) rules to `run`
|
527
|
-
* -> instead we resolve as `undefined`
|
528
|
-
*/
|
529
|
-
console.warn(`Couldn't load preload assets: `, err);
|
530
|
-
resolve(undefined);
|
531
|
-
});
|
532
|
-
});
|
533
|
-
}
|
534
|
-
|
535
|
-
// defer now and preload queue to run immediately
|
536
|
-
const queueForNowRulesAndPreloader = axe.utils.queue();
|
537
|
-
queueForNowRulesAndPreloader.defer(nowRulesQueue);
|
538
|
-
queueForNowRulesAndPreloader.defer(preloaderQueue);
|
539
|
-
|
540
|
-
// invoke the now queue
|
541
|
-
queueForNowRulesAndPreloader
|
542
|
-
.then(nowRulesAndPreloaderResults => {
|
543
|
-
// interpolate results into separate variables
|
544
|
-
const assetsFromQueue = nowRulesAndPreloaderResults.pop();
|
545
|
-
if (assetsFromQueue && assetsFromQueue.length) {
|
546
|
-
// result is a queue (again), hence the index resolution
|
547
|
-
// assets is either an object of key value pairs of asset type and values
|
548
|
-
// eg: cssom: [stylesheets]
|
549
|
-
// or undefined if preload failed
|
550
|
-
const assets = assetsFromQueue[0];
|
551
|
-
// extend context with preloaded assets
|
552
|
-
if (assets) {
|
553
|
-
context = {
|
554
|
-
...context,
|
555
|
-
...assets
|
556
|
-
};
|
557
|
-
}
|
558
|
-
}
|
559
|
-
|
560
|
-
// the reminder of the results are RuleResults
|
561
|
-
const nowRulesResults = nowRulesAndPreloaderResults[0];
|
562
|
-
|
563
|
-
// if there are no rules to run LATER - resolve with rule results
|
564
|
-
if (!runLaterRules.length) {
|
565
|
-
// remove the cache
|
566
|
-
axe._selectCache = undefined;
|
567
|
-
// resolve
|
568
|
-
resolve(nowRulesResults.filter(result => !!result));
|
569
|
-
return;
|
570
|
-
}
|
571
|
-
|
572
|
-
// init a LATER queue for rules that are dependant on preloaded assets
|
573
|
-
const laterRulesQueue = axe.utils.queue();
|
574
|
-
runLaterRules.forEach(rule => {
|
575
|
-
const deferredRule = getDefferedRule(rule, context, options);
|
576
|
-
laterRulesQueue.defer(deferredRule);
|
577
|
-
});
|
578
|
-
// invoke the later queue
|
579
|
-
laterRulesQueue
|
580
|
-
.then(laterRuleResults => {
|
581
|
-
// remove the cache
|
582
|
-
axe._selectCache = undefined;
|
583
|
-
// resolve
|
584
|
-
resolve(
|
585
|
-
nowRulesResults.concat(laterRuleResults).filter(result => !!result)
|
586
|
-
);
|
587
|
-
})
|
588
|
-
.catch(reject);
|
589
|
-
})
|
590
|
-
.catch(reject);
|
591
|
-
};
|
592
|
-
|
593
|
-
/**
|
594
|
-
* Runs Rule `after` post processing functions
|
595
|
-
* @param {Array} results Array of RuleResults to postprocess
|
596
|
-
* @param {Mixed} options Options object to pass into rules and/or disable rules or checks
|
597
|
-
*/
|
598
|
-
Audit.prototype.after = function(results, options) {
|
599
|
-
'use strict';
|
600
|
-
|
601
|
-
var rules = this.rules;
|
602
|
-
|
603
|
-
return results.map(function(ruleResult) {
|
604
|
-
var rule = axe.utils.findBy(rules, 'id', ruleResult.id);
|
605
|
-
if (!rule) {
|
606
|
-
// If you see this, you're probably running the Mocha tests with the axe extension installed
|
607
|
-
throw new Error(
|
608
|
-
'Result for unknown rule. You may be running mismatch axe-core versions'
|
609
|
-
);
|
610
|
-
}
|
611
|
-
|
612
|
-
return rule.after(ruleResult, options);
|
613
|
-
});
|
614
|
-
};
|
615
|
-
|
616
|
-
/**
|
617
|
-
* Get the rule with a given ID
|
618
|
-
* @param {string}
|
619
|
-
* @return {Rule}
|
620
|
-
*/
|
621
|
-
Audit.prototype.getRule = function(ruleId) {
|
622
|
-
return this.rules.find(rule => rule.id === ruleId);
|
623
|
-
};
|
624
|
-
|
625
|
-
/**
|
626
|
-
* Ensure all rules that are expected to run exist
|
627
|
-
* @throws {Error} If any tag or rule specified in options is unknown
|
628
|
-
* @param {Object} options Options object
|
629
|
-
* @return {Object} Validated options object
|
630
|
-
*/
|
631
|
-
Audit.prototype.normalizeOptions = function(options) {
|
632
|
-
'use strict';
|
633
|
-
var audit = this;
|
634
|
-
|
635
|
-
const tags = [];
|
636
|
-
const ruleIds = [];
|
637
|
-
audit.rules.forEach(rule => {
|
638
|
-
ruleIds.push(rule.id);
|
639
|
-
rule.tags.forEach(tag => {
|
640
|
-
if (!tags.includes(tag)) {
|
641
|
-
tags.push(tag);
|
642
|
-
}
|
643
|
-
});
|
644
|
-
});
|
645
|
-
|
646
|
-
// Validate runOnly
|
647
|
-
if (typeof options.runOnly === 'object') {
|
648
|
-
if (Array.isArray(options.runOnly)) {
|
649
|
-
const hasTag = options.runOnly.find(value => tags.includes(value));
|
650
|
-
const hasRule = options.runOnly.find(value => ruleIds.includes(value));
|
651
|
-
|
652
|
-
if (hasTag && hasRule) {
|
653
|
-
throw new Error('runOnly cannot be both rules and tags');
|
654
|
-
}
|
655
|
-
if (hasRule) {
|
656
|
-
options.runOnly = {
|
657
|
-
type: 'rule',
|
658
|
-
values: options.runOnly
|
659
|
-
};
|
660
|
-
} else {
|
661
|
-
options.runOnly = {
|
662
|
-
type: 'tag',
|
663
|
-
values: options.runOnly
|
664
|
-
};
|
665
|
-
}
|
666
|
-
}
|
667
|
-
const only = options.runOnly;
|
668
|
-
if (only.value && !only.values) {
|
669
|
-
only.values = only.value;
|
670
|
-
delete only.value;
|
671
|
-
}
|
672
|
-
|
673
|
-
if (!Array.isArray(only.values) || only.values.length === 0) {
|
674
|
-
throw new Error('runOnly.values must be a non-empty array');
|
675
|
-
}
|
676
|
-
|
677
|
-
// Check if every value in options.runOnly is a known rule ID
|
678
|
-
if (['rule', 'rules'].includes(only.type)) {
|
679
|
-
only.type = 'rule';
|
680
|
-
only.values.forEach(function(ruleId) {
|
681
|
-
if (!ruleIds.includes(ruleId)) {
|
682
|
-
throw new Error('unknown rule `' + ruleId + '` in options.runOnly');
|
683
|
-
}
|
684
|
-
});
|
685
|
-
|
686
|
-
// Validate 'tags' (e.g. anything not 'rule')
|
687
|
-
} else if (['tag', 'tags', undefined].includes(only.type)) {
|
688
|
-
only.type = 'tag';
|
689
|
-
const unmatchedTags = only.values.filter(tag => !tags.includes(tag));
|
690
|
-
|
691
|
-
if (unmatchedTags.length !== 0) {
|
692
|
-
axe.log('Could not find tags `' + unmatchedTags.join('`, `') + '`');
|
693
|
-
}
|
694
|
-
} else {
|
695
|
-
throw new Error(`Unknown runOnly type '${only.type}'`);
|
696
|
-
}
|
697
|
-
}
|
698
|
-
|
699
|
-
if (typeof options.rules === 'object') {
|
700
|
-
Object.keys(options.rules).forEach(function(ruleId) {
|
701
|
-
if (!ruleIds.includes(ruleId)) {
|
702
|
-
throw new Error('unknown rule `' + ruleId + '` in options.rules');
|
703
|
-
}
|
704
|
-
});
|
705
|
-
}
|
706
|
-
|
707
|
-
return options;
|
708
|
-
};
|
709
|
-
|
710
|
-
/*
|
711
|
-
* Updates the default options and then applies them
|
712
|
-
* @param {Mixed} options Options object
|
713
|
-
*/
|
714
|
-
|
715
|
-
Audit.prototype.setBranding = function(branding) {
|
716
|
-
'use strict';
|
717
|
-
let previous = {
|
718
|
-
brand: this.brand,
|
719
|
-
application: this.application
|
720
|
-
};
|
721
|
-
if (
|
722
|
-
branding &&
|
723
|
-
branding.hasOwnProperty('brand') &&
|
724
|
-
branding.brand &&
|
725
|
-
typeof branding.brand === 'string'
|
726
|
-
) {
|
727
|
-
this.brand = branding.brand;
|
728
|
-
}
|
729
|
-
if (
|
730
|
-
branding &&
|
731
|
-
branding.hasOwnProperty('application') &&
|
732
|
-
branding.application &&
|
733
|
-
typeof branding.application === 'string'
|
734
|
-
) {
|
735
|
-
this.application = branding.application;
|
736
|
-
}
|
737
|
-
this._constructHelpUrls(previous);
|
738
|
-
};
|
739
|
-
|
740
|
-
/**
|
741
|
-
* For all the rules, create the helpUrl and add it to the data for that rule
|
742
|
-
*/
|
743
|
-
function getHelpUrl({ brand, application, lang }, ruleId, version) {
|
744
|
-
return (
|
745
|
-
axe.constants.helpUrlBase +
|
746
|
-
brand +
|
747
|
-
'/' +
|
748
|
-
(version || axe.version.substring(0, axe.version.lastIndexOf('.'))) +
|
749
|
-
'/' +
|
750
|
-
ruleId +
|
751
|
-
'?application=' +
|
752
|
-
encodeURIComponent(application) +
|
753
|
-
(lang && lang !== 'en' ? '&lang=' + encodeURIComponent(lang) : '')
|
754
|
-
);
|
755
|
-
}
|
756
|
-
|
757
|
-
Audit.prototype._constructHelpUrls = function(previous = null) {
|
758
|
-
var version = (axe.version.match(/^[1-9][0-9]*\.[0-9]+/) || ['x.y'])[0];
|
759
|
-
this.rules.forEach(rule => {
|
760
|
-
if (!this.data.rules[rule.id]) {
|
761
|
-
this.data.rules[rule.id] = {};
|
762
|
-
}
|
763
|
-
let metaData = this.data.rules[rule.id];
|
764
|
-
if (
|
765
|
-
typeof metaData.helpUrl !== 'string' ||
|
766
|
-
(previous && metaData.helpUrl === getHelpUrl(previous, rule.id, version))
|
767
|
-
) {
|
768
|
-
metaData.helpUrl = getHelpUrl(this, rule.id, version);
|
769
|
-
}
|
770
|
-
});
|
771
|
-
};
|
772
|
-
|
773
|
-
/**
|
774
|
-
* Reset the default rules, checks and meta data
|
775
|
-
*/
|
776
|
-
|
777
|
-
Audit.prototype.resetRulesAndChecks = function() {
|
778
|
-
'use strict';
|
779
|
-
this._init();
|
780
|
-
this._resetLocale();
|
781
|
-
};
|