govuk_publishing_components 30.3.0 → 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 +25 -11
- 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/component_guide/application.scss +4 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-footer.scss +7 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +60 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +2 -4
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +31 -6
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +6 -2
- data/config/locales/en.yml +4 -0
- 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
- data/node_modules/sortablejs/README.md +828 -815
- data/node_modules/sortablejs/Sortable.js +186 -113
- data/node_modules/sortablejs/Sortable.min.js +2 -2
- data/node_modules/sortablejs/modular/sortable.complete.esm.js +184 -111
- data/node_modules/sortablejs/modular/sortable.core.esm.js +184 -111
- data/node_modules/sortablejs/modular/sortable.esm.js +184 -111
- data/node_modules/sortablejs/package.json +3 -3
- 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,33 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
/**
|
3
|
-
* Get the scroll offset of the document passed in
|
4
|
-
* @method getScrollOffset
|
5
|
-
* @memberof axe.commons.dom
|
6
|
-
* @instance
|
7
|
-
* @param {Document} element The element to evaluate, defaults to document
|
8
|
-
* @return {Object} Contains the attributes `x` and `y` which contain the scroll offsets
|
9
|
-
*/
|
10
|
-
dom.getScrollOffset = function(element) {
|
11
|
-
'use strict';
|
12
|
-
|
13
|
-
if (!element.nodeType && element.document) {
|
14
|
-
element = element.document;
|
15
|
-
}
|
16
|
-
|
17
|
-
// 9 === Node.DOCUMENT_NODE
|
18
|
-
if (element.nodeType === 9) {
|
19
|
-
var docElement = element.documentElement,
|
20
|
-
body = element.body;
|
21
|
-
|
22
|
-
return {
|
23
|
-
left:
|
24
|
-
(docElement && docElement.scrollLeft) || (body && body.scrollLeft) || 0,
|
25
|
-
top: (docElement && docElement.scrollTop) || (body && body.scrollTop) || 0
|
26
|
-
};
|
27
|
-
}
|
28
|
-
|
29
|
-
return {
|
30
|
-
left: element.scrollLeft,
|
31
|
-
top: element.scrollTop
|
32
|
-
};
|
33
|
-
};
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Get all elements (including given node) that are part of the tab order
|
5
|
-
* @method getTabbableElements
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @param {Object} virtualNode The virtualNode to assess
|
9
|
-
* @return {Boolean}
|
10
|
-
*/
|
11
|
-
dom.getTabbableElements = function getTabbableElements(virtualNode) {
|
12
|
-
const nodeAndDescendents = axe.utils.querySelectorAll(virtualNode, '*');
|
13
|
-
|
14
|
-
const tabbableElements = nodeAndDescendents.filter(vNode => {
|
15
|
-
const isFocusable = vNode.isFocusable;
|
16
|
-
let tabIndex = vNode.actualNode.getAttribute('tabindex');
|
17
|
-
tabIndex =
|
18
|
-
tabIndex && !isNaN(parseInt(tabIndex, 10)) ? parseInt(tabIndex) : null;
|
19
|
-
|
20
|
-
return tabIndex ? isFocusable && tabIndex >= 0 : isFocusable;
|
21
|
-
});
|
22
|
-
|
23
|
-
return tabbableElements;
|
24
|
-
};
|
@@ -1,37 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
/**
|
3
|
-
* Gets the width and height of the viewport; used to calculate the right and bottom boundaries of the viewable area.
|
4
|
-
* @method getViewportSize
|
5
|
-
* @memberof axe.commons.dom
|
6
|
-
* @instance
|
7
|
-
* @param {Object} win The `window` object that should be measured
|
8
|
-
* @return {Object} Object with the `width` and `height` of the viewport
|
9
|
-
*/
|
10
|
-
dom.getViewportSize = function(win) {
|
11
|
-
'use strict';
|
12
|
-
|
13
|
-
var body,
|
14
|
-
doc = win.document,
|
15
|
-
docElement = doc.documentElement;
|
16
|
-
|
17
|
-
if (win.innerWidth) {
|
18
|
-
return {
|
19
|
-
width: win.innerWidth,
|
20
|
-
height: win.innerHeight
|
21
|
-
};
|
22
|
-
}
|
23
|
-
|
24
|
-
if (docElement) {
|
25
|
-
return {
|
26
|
-
width: docElement.clientWidth,
|
27
|
-
height: docElement.clientHeight
|
28
|
-
};
|
29
|
-
}
|
30
|
-
|
31
|
-
body = doc.body;
|
32
|
-
|
33
|
-
return {
|
34
|
-
width: body.clientWidth,
|
35
|
-
height: body.clientHeight
|
36
|
-
};
|
37
|
-
};
|
@@ -1,75 +0,0 @@
|
|
1
|
-
/* global dom, aria, axe */
|
2
|
-
const hiddenTextElms = [
|
3
|
-
'HEAD',
|
4
|
-
'TITLE',
|
5
|
-
'TEMPLATE',
|
6
|
-
'SCRIPT',
|
7
|
-
'STYLE',
|
8
|
-
'IFRAME',
|
9
|
-
'OBJECT',
|
10
|
-
'VIDEO',
|
11
|
-
'AUDIO',
|
12
|
-
'NOSCRIPT'
|
13
|
-
];
|
14
|
-
|
15
|
-
function hasChildTextNodes(elm) {
|
16
|
-
if (!hiddenTextElms.includes(elm.actualNode.nodeName.toUpperCase())) {
|
17
|
-
return elm.children.some(
|
18
|
-
({ actualNode }) =>
|
19
|
-
actualNode.nodeType === 3 && actualNode.nodeValue.trim()
|
20
|
-
);
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
/**
|
25
|
-
* Check that the element has visible content in the form of either text,
|
26
|
-
* an aria-label or visual content such as image
|
27
|
-
* @method hasContentVirtual
|
28
|
-
* @memberof axe.commons.dom
|
29
|
-
* @instance
|
30
|
-
* @param {VirtualNode} elm Virtual Node to search
|
31
|
-
* @param {Boolean} noRecursion If true, only the element is checked, otherwise it will search all child nodes
|
32
|
-
* @param {Boolean} ignoreAria if true, ignores `aria label` computation for content deduction
|
33
|
-
* @return {Boolean}
|
34
|
-
*/
|
35
|
-
dom.hasContentVirtual = function(elm, noRecursion, ignoreAria) {
|
36
|
-
return (
|
37
|
-
// It has text
|
38
|
-
hasChildTextNodes(elm) ||
|
39
|
-
// It is a graphical element
|
40
|
-
dom.isVisualContent(elm.actualNode) ||
|
41
|
-
// It has an ARIA label
|
42
|
-
(!ignoreAria && !!aria.labelVirtual(elm)) ||
|
43
|
-
// or one of it's descendants does
|
44
|
-
(!noRecursion &&
|
45
|
-
elm.children.some(
|
46
|
-
child => child.actualNode.nodeType === 1 && dom.hasContentVirtual(child)
|
47
|
-
))
|
48
|
-
);
|
49
|
-
};
|
50
|
-
|
51
|
-
/**
|
52
|
-
* Find virtual node and call hasContentVirtual()
|
53
|
-
* IMPORTANT: This method requires the composed tree at axe._tree
|
54
|
-
* @see axe.commons.dom.hasContentVirtual
|
55
|
-
* @method hasContent
|
56
|
-
* @memberof axe.commons.dom
|
57
|
-
* @instance
|
58
|
-
* @param {DOMNode} elm DOMNode element to check
|
59
|
-
* @param {Boolean} noRecursion If true, only the element is checked, otherwise it will search all child nodes
|
60
|
-
* @param {Boolean} ignoreAria if true, ignores `aria label` computation for content deduction
|
61
|
-
* @return {Boolean}
|
62
|
-
*/
|
63
|
-
dom.hasContent = function hasContent(elm, noRecursion, ignoreAria) {
|
64
|
-
elm = axe.utils.getNodeFromTree(elm);
|
65
|
-
return dom.hasContentVirtual(elm, noRecursion, ignoreAria);
|
66
|
-
};
|
67
|
-
|
68
|
-
/**
|
69
|
-
* @typedef VirtualNode
|
70
|
-
* @type {Object}
|
71
|
-
* @property {HTMLElement} actualNode reference to actual HTML DOM element
|
72
|
-
* @property {Array<VirtualNode>} children array of child virtualNodes
|
73
|
-
* @property {String} shadowId The shadowId indicates whether the node is in a shadow root
|
74
|
-
* and if it is, which one it is inside the boundary.
|
75
|
-
*/
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/*global dom, axe */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Get elements referenced via a space-separated token attribute;
|
5
|
-
* it will insert `null` for any Element that is not found
|
6
|
-
* @method idrefs
|
7
|
-
* @memberof axe.commons.dom
|
8
|
-
* @instance
|
9
|
-
* @param {HTMLElement} node
|
10
|
-
* @param {String} attr The name of attribute
|
11
|
-
* @return {Array|null} Array of elements (or `null` if not found)
|
12
|
-
*
|
13
|
-
* NOTE: When in a shadow DOM environment: ID refs (even for slotted content)
|
14
|
-
* refer to the document in which the element is considered to be in the
|
15
|
-
* "light DOM". Therefore, we use getElementById on the root node and not QSA
|
16
|
-
* on the flattened tree to dereference idrefs.
|
17
|
-
*
|
18
|
-
*/
|
19
|
-
dom.idrefs = function(node, attr) {
|
20
|
-
'use strict';
|
21
|
-
|
22
|
-
var index,
|
23
|
-
length,
|
24
|
-
doc = dom.getRootNode(node),
|
25
|
-
result = [],
|
26
|
-
idrefs = node.getAttribute(attr);
|
27
|
-
|
28
|
-
if (idrefs) {
|
29
|
-
idrefs = axe.utils.tokenList(idrefs);
|
30
|
-
for (index = 0, length = idrefs.length; index < length; index++) {
|
31
|
-
result.push(doc.getElementById(idrefs[index]));
|
32
|
-
}
|
33
|
-
}
|
34
|
-
|
35
|
-
return result;
|
36
|
-
};
|
@@ -1,95 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determines if focusing has been disabled on an element.
|
5
|
-
* @param {HTMLElement} el The HTMLElement
|
6
|
-
* @return {Boolean} Whether focusing has been disabled on an element.
|
7
|
-
*/
|
8
|
-
function focusDisabled(el) {
|
9
|
-
return (
|
10
|
-
el.disabled ||
|
11
|
-
(el.nodeName.toUpperCase() !== 'AREA' && dom.isHiddenWithCSS(el))
|
12
|
-
);
|
13
|
-
}
|
14
|
-
|
15
|
-
/**
|
16
|
-
* Determines if an element is focusable
|
17
|
-
* @method isFocusable
|
18
|
-
* @memberof axe.commons.dom
|
19
|
-
* @instance
|
20
|
-
* @param {HTMLElement} el The HTMLElement
|
21
|
-
* @return {Boolean} The element's focusability status
|
22
|
-
*/
|
23
|
-
|
24
|
-
dom.isFocusable = function(el) {
|
25
|
-
'use strict';
|
26
|
-
if (focusDisabled(el)) {
|
27
|
-
return false;
|
28
|
-
} else if (dom.isNativelyFocusable(el)) {
|
29
|
-
return true;
|
30
|
-
}
|
31
|
-
// check if the tabindex is specified and a parseable number
|
32
|
-
var tabindex = el.getAttribute('tabindex');
|
33
|
-
if (tabindex && !isNaN(parseInt(tabindex, 10))) {
|
34
|
-
return true;
|
35
|
-
}
|
36
|
-
|
37
|
-
return false;
|
38
|
-
};
|
39
|
-
|
40
|
-
/**
|
41
|
-
* Determines if an element is focusable without considering its tabindex
|
42
|
-
* @method isNativelyFocusable
|
43
|
-
* @memberof axe.commons.dom
|
44
|
-
* @instance
|
45
|
-
* @param {HTMLElement} el The HTMLElement
|
46
|
-
* @return {Boolean} True if the element is in the focus order but wouldn't be
|
47
|
-
* if its tabindex were removed. Else, false.
|
48
|
-
*/
|
49
|
-
dom.isNativelyFocusable = function(el) {
|
50
|
-
/* eslint indent: 0*/
|
51
|
-
'use strict';
|
52
|
-
|
53
|
-
if (!el || focusDisabled(el)) {
|
54
|
-
return false;
|
55
|
-
}
|
56
|
-
|
57
|
-
switch (el.nodeName.toUpperCase()) {
|
58
|
-
case 'A':
|
59
|
-
case 'AREA':
|
60
|
-
if (el.href) {
|
61
|
-
return true;
|
62
|
-
}
|
63
|
-
break;
|
64
|
-
case 'INPUT':
|
65
|
-
return el.type !== 'hidden';
|
66
|
-
case 'TEXTAREA':
|
67
|
-
case 'SELECT':
|
68
|
-
case 'SUMMARY':
|
69
|
-
case 'BUTTON':
|
70
|
-
return true;
|
71
|
-
case 'DETAILS':
|
72
|
-
return !el.querySelector('summary');
|
73
|
-
}
|
74
|
-
return false;
|
75
|
-
};
|
76
|
-
|
77
|
-
/**
|
78
|
-
* Determines if an element is in the focus order, but would not be if its
|
79
|
-
* tabindex were unspecified.
|
80
|
-
* @method insertedIntoFocusOrder
|
81
|
-
* @memberof axe.commons.dom
|
82
|
-
* @instance
|
83
|
-
* @param {HTMLElement} el The HTMLElement
|
84
|
-
* @return {Boolean} True if the element is in the focus order but wouldn't be
|
85
|
-
* if its tabindex were removed. Else, false.
|
86
|
-
*/
|
87
|
-
dom.insertedIntoFocusOrder = function(el) {
|
88
|
-
let tabIndex = parseInt(el.getAttribute('tabindex'), 10);
|
89
|
-
|
90
|
-
// an element that has an invalid tabindex will return 0 or -1 based on
|
91
|
-
// if it is natively focusable or not, which will always be false for this
|
92
|
-
// check as NaN is not > 1
|
93
|
-
// @see https://www.w3.org/TR/html51/editing.html#the-tabindex-attribute
|
94
|
-
return tabIndex > -1 && dom.isFocusable(el) && !dom.isNativelyFocusable(el);
|
95
|
-
};
|
@@ -1,73 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determine whether an element is hidden based on css
|
5
|
-
* @method isHiddenWithCSS
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLElement} el The HTML Element
|
9
|
-
* @param {Boolean} descendentVisibilityValue (Optional) immediate descendant visibility value used for recursive computation
|
10
|
-
* @return {Boolean} the element's hidden status
|
11
|
-
*/
|
12
|
-
dom.isHiddenWithCSS = function isHiddenWithCSS(el, descendentVisibilityValue) {
|
13
|
-
const vNode = axe.utils.getNodeFromTree(el);
|
14
|
-
|
15
|
-
if (!vNode) {
|
16
|
-
return _isHiddenWithCSS(el, descendentVisibilityValue);
|
17
|
-
}
|
18
|
-
|
19
|
-
if (vNode._isHiddenWithCSS === void 0) {
|
20
|
-
vNode._isHiddenWithCSS = _isHiddenWithCSS(el, descendentVisibilityValue);
|
21
|
-
}
|
22
|
-
|
23
|
-
return vNode._isHiddenWithCSS;
|
24
|
-
};
|
25
|
-
|
26
|
-
function _isHiddenWithCSS(el, descendentVisibilityValue) {
|
27
|
-
if (el.nodeType === 9) {
|
28
|
-
// 9 === Node.DOCUMENT
|
29
|
-
return false;
|
30
|
-
}
|
31
|
-
|
32
|
-
if (el.nodeType === 11) {
|
33
|
-
// 11 === Node.DOCUMENT_FRAGMENT_NODE
|
34
|
-
el = el.host; // swap to host node
|
35
|
-
}
|
36
|
-
|
37
|
-
if (['STYLE', 'SCRIPT'].includes(el.nodeName.toUpperCase())) {
|
38
|
-
return false;
|
39
|
-
}
|
40
|
-
|
41
|
-
const style = window.getComputedStyle(el, null);
|
42
|
-
if (!style) {
|
43
|
-
throw new Error('Style does not exist for the given element.');
|
44
|
-
}
|
45
|
-
|
46
|
-
const displayValue = style.getPropertyValue('display');
|
47
|
-
if (displayValue === 'none') {
|
48
|
-
return true;
|
49
|
-
}
|
50
|
-
|
51
|
-
const HIDDEN_VISIBILITY_VALUES = ['hidden', 'collapse'];
|
52
|
-
const visibilityValue = style.getPropertyValue('visibility');
|
53
|
-
if (
|
54
|
-
HIDDEN_VISIBILITY_VALUES.includes(visibilityValue) &&
|
55
|
-
!descendentVisibilityValue
|
56
|
-
) {
|
57
|
-
return true;
|
58
|
-
}
|
59
|
-
|
60
|
-
if (
|
61
|
-
HIDDEN_VISIBILITY_VALUES.includes(visibilityValue) &&
|
62
|
-
descendentVisibilityValue &&
|
63
|
-
HIDDEN_VISIBILITY_VALUES.includes(descendentVisibilityValue)
|
64
|
-
) {
|
65
|
-
return true;
|
66
|
-
}
|
67
|
-
|
68
|
-
const parent = dom.getComposedParent(el);
|
69
|
-
if (parent && !HIDDEN_VISIBILITY_VALUES.includes(visibilityValue)) {
|
70
|
-
return dom.isHiddenWithCSS(parent, visibilityValue);
|
71
|
-
}
|
72
|
-
return false;
|
73
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determines if a document node is HTML 5
|
5
|
-
* @method isHTML5
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @param {Node} doc
|
9
|
-
* @return {Boolean}
|
10
|
-
*/
|
11
|
-
dom.isHTML5 = function(doc) {
|
12
|
-
var node = doc.doctype;
|
13
|
-
if (node === null) {
|
14
|
-
return false;
|
15
|
-
}
|
16
|
-
return node.name === 'html' && !node.publicId && !node.systemId;
|
17
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/* global axe, dom, window */
|
2
|
-
function walkDomNode(node, functor) {
|
3
|
-
if (functor(node.actualNode) !== false) {
|
4
|
-
node.children.forEach(child => walkDomNode(child, functor));
|
5
|
-
}
|
6
|
-
}
|
7
|
-
|
8
|
-
var blockLike = ['block', 'list-item', 'table', 'flex', 'grid', 'inline-block'];
|
9
|
-
function isBlock(elm) {
|
10
|
-
var display = window.getComputedStyle(elm).getPropertyValue('display');
|
11
|
-
return blockLike.includes(display) || display.substr(0, 6) === 'table-';
|
12
|
-
}
|
13
|
-
|
14
|
-
function getBlockParent(node) {
|
15
|
-
// Find the closest parent
|
16
|
-
let parentBlock = dom.getComposedParent(node);
|
17
|
-
while (parentBlock && !isBlock(parentBlock)) {
|
18
|
-
parentBlock = dom.getComposedParent(parentBlock);
|
19
|
-
}
|
20
|
-
return axe.utils.getNodeFromTree(parentBlock);
|
21
|
-
}
|
22
|
-
|
23
|
-
/**
|
24
|
-
* Determines if an element is within a text block
|
25
|
-
* @param {Element} node [description]
|
26
|
-
* @return {Boolean} [description]
|
27
|
-
*/
|
28
|
-
dom.isInTextBlock = function isInTextBlock(node) {
|
29
|
-
if (isBlock(node)) {
|
30
|
-
// Ignore if the link is a block
|
31
|
-
return false;
|
32
|
-
}
|
33
|
-
|
34
|
-
// Find all the text part of the parent block not in a link, and all the text in a link
|
35
|
-
const virtualParent = getBlockParent(node);
|
36
|
-
let parentText = '';
|
37
|
-
let linkText = '';
|
38
|
-
let inBrBlock = 0;
|
39
|
-
|
40
|
-
// We want to ignore hidden text, and if br / hr is used, only use the section of the parent
|
41
|
-
// that has the link we're looking at
|
42
|
-
walkDomNode(virtualParent, function(currNode) {
|
43
|
-
// We're already passed it, skip everything else
|
44
|
-
if (inBrBlock === 2) {
|
45
|
-
return false;
|
46
|
-
}
|
47
|
-
|
48
|
-
if (currNode.nodeType === 3) {
|
49
|
-
// Add the text to the parent
|
50
|
-
parentText += currNode.nodeValue;
|
51
|
-
}
|
52
|
-
// Ignore any node that's not an element (or text as above)
|
53
|
-
if (currNode.nodeType !== 1) {
|
54
|
-
return;
|
55
|
-
}
|
56
|
-
|
57
|
-
var nodeName = (currNode.nodeName || '').toUpperCase();
|
58
|
-
// BR and HR elements break the line
|
59
|
-
if (['BR', 'HR'].includes(nodeName)) {
|
60
|
-
if (inBrBlock === 0) {
|
61
|
-
parentText = '';
|
62
|
-
linkText = '';
|
63
|
-
} else {
|
64
|
-
inBrBlock = 2;
|
65
|
-
}
|
66
|
-
|
67
|
-
// Don't walk nodes with content not displayed on screen.
|
68
|
-
} else if (
|
69
|
-
currNode.style.display === 'none' ||
|
70
|
-
currNode.style.overflow === 'hidden' ||
|
71
|
-
!['', null, 'none'].includes(currNode.style.float) ||
|
72
|
-
!['', null, 'relative'].includes(currNode.style.position)
|
73
|
-
) {
|
74
|
-
return false;
|
75
|
-
|
76
|
-
// Don't walk links, we're only interested in what's not in them.
|
77
|
-
} else if (
|
78
|
-
(nodeName === 'A' && currNode.href) ||
|
79
|
-
(currNode.getAttribute('role') || '').toLowerCase() === 'link'
|
80
|
-
) {
|
81
|
-
if (currNode === node) {
|
82
|
-
inBrBlock = 1;
|
83
|
-
}
|
84
|
-
// Grab all the text from this element, but don't walk down it's children
|
85
|
-
linkText += currNode.textContent;
|
86
|
-
return false;
|
87
|
-
}
|
88
|
-
});
|
89
|
-
|
90
|
-
parentText = axe.commons.text.sanitize(parentText);
|
91
|
-
linkText = axe.commons.text.sanitize(linkText);
|
92
|
-
|
93
|
-
return parentText.length > linkText.length;
|
94
|
-
};
|
@@ -1,98 +0,0 @@
|
|
1
|
-
/* global dom, axe */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determines if there is a modal currently open.
|
5
|
-
* @method isModalOpen
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @return {Boolean|undefined} True if we know (or our best guess) that a modal is open, undefined if we can't tell (doesn't mean there isn't one open)
|
9
|
-
*/
|
10
|
-
dom.isModalOpen = function isModalOpen(options) {
|
11
|
-
options = options || {};
|
12
|
-
let modalPercent = options.modalPercent || 0.75;
|
13
|
-
|
14
|
-
// there is no "definitive" way to code a modal so detecting when one is open
|
15
|
-
// is a bit of a guess. a modal won't always be accessible, so we can't rely
|
16
|
-
// on the `role` attribute, and relying on a class name as a convention is
|
17
|
-
// unreliable. we also cannot rely on the body/html not scrolling.
|
18
|
-
//
|
19
|
-
// because of this, we will look for two different types of modals:
|
20
|
-
// "definitely a modal" and "could be a modal."
|
21
|
-
//
|
22
|
-
// "definitely a modal" is any visible element that is coded to be a modal
|
23
|
-
// by using one of the following criteria:
|
24
|
-
//
|
25
|
-
// - has the attribute `role=dialog`
|
26
|
-
// - has the attribute `aria-modal=true`
|
27
|
-
// - is the dialog element
|
28
|
-
//
|
29
|
-
// "could be a modal" is a visible element that takes up more than 75% of
|
30
|
-
// the screen (though typically full width/height) and is the top-most element
|
31
|
-
// in the viewport. since we aren't sure if it is or is not a modal this is
|
32
|
-
// just our best guess of being one based on convention.
|
33
|
-
|
34
|
-
if (axe._cache.get('isModalOpen')) {
|
35
|
-
return axe._cache.get('isModalOpen');
|
36
|
-
}
|
37
|
-
|
38
|
-
const definiteModals = axe.utils.querySelectorAllFilter(
|
39
|
-
axe._tree[0],
|
40
|
-
'dialog, [role=dialog], [aria-modal=true]',
|
41
|
-
vNode => dom.isVisible(vNode.actualNode)
|
42
|
-
);
|
43
|
-
|
44
|
-
if (definiteModals.length) {
|
45
|
-
axe._cache.set('isModalOpen', true);
|
46
|
-
return true;
|
47
|
-
}
|
48
|
-
|
49
|
-
// to find a "could be a modal" we will take the element stack from each of
|
50
|
-
// four corners and one from the middle of the viewport (total of 5). if each
|
51
|
-
// stack contains an element whose width/height is >= 75% of the screen, we
|
52
|
-
// found a "could be a modal"
|
53
|
-
const viewport = dom.getViewportSize(window);
|
54
|
-
const percentWidth = viewport.width * modalPercent;
|
55
|
-
const percentHeight = viewport.height * modalPercent;
|
56
|
-
const x = (viewport.width - percentWidth) / 2;
|
57
|
-
const y = (viewport.height - percentHeight) / 2;
|
58
|
-
|
59
|
-
const points = [
|
60
|
-
// top-left corner
|
61
|
-
{ x, y },
|
62
|
-
// top-right corner
|
63
|
-
{ x: viewport.width - x, y },
|
64
|
-
// center
|
65
|
-
{ x: viewport.width / 2, y: viewport.height / 2 },
|
66
|
-
// bottom-left corner
|
67
|
-
{ x, y: viewport.height - y },
|
68
|
-
// bottom-right corner
|
69
|
-
{ x: viewport.width - x, y: viewport.height - y }
|
70
|
-
];
|
71
|
-
|
72
|
-
const stacks = points.map(point => {
|
73
|
-
return Array.from(document.elementsFromPoint(point.x, point.y));
|
74
|
-
});
|
75
|
-
|
76
|
-
for (let i = 0; i < stacks.length; i++) {
|
77
|
-
// a modal isn't guaranteed to be the top most element so we'll have to
|
78
|
-
// find the first element in the stack that meets the modal criteria
|
79
|
-
// and make sure it's in the other stacks
|
80
|
-
const modalElement = stacks[i].find(elm => {
|
81
|
-
const style = window.getComputedStyle(elm);
|
82
|
-
return (
|
83
|
-
parseInt(style.width, 10) >= percentWidth &&
|
84
|
-
parseInt(style.height, 10) >= percentHeight &&
|
85
|
-
style.getPropertyValue('pointer-events') !== 'none' &&
|
86
|
-
(style.position === 'absolute' || style.position === 'fixed')
|
87
|
-
);
|
88
|
-
});
|
89
|
-
|
90
|
-
if (modalElement && stacks.every(stack => stack.includes(modalElement))) {
|
91
|
-
axe._cache.set('isModalOpen', true);
|
92
|
-
return true;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
|
96
|
-
axe._cache.set('isModalOpen', undefined);
|
97
|
-
return undefined;
|
98
|
-
};
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
/**
|
3
|
-
* Determines if element is an instance of Node
|
4
|
-
* @method isNode
|
5
|
-
* @memberof axe.commons.dom
|
6
|
-
* @instance
|
7
|
-
* @param {Element} element
|
8
|
-
* @return {Boolean}
|
9
|
-
*/
|
10
|
-
dom.isNode = function(element) {
|
11
|
-
'use strict';
|
12
|
-
return element instanceof Node;
|
13
|
-
};
|
@@ -1,62 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
function noParentScrolled(element, offset) {
|
4
|
-
element = dom.getComposedParent(element);
|
5
|
-
while (element && element.nodeName.toLowerCase() !== 'html') {
|
6
|
-
if (element.scrollTop) {
|
7
|
-
offset += element.scrollTop;
|
8
|
-
if (offset >= 0) {
|
9
|
-
return false;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
element = dom.getComposedParent(element);
|
13
|
-
}
|
14
|
-
return true;
|
15
|
-
}
|
16
|
-
|
17
|
-
/**
|
18
|
-
* Determines if element is off screen
|
19
|
-
* @method isOffscreen
|
20
|
-
* @memberof axe.commons.dom
|
21
|
-
* @instance
|
22
|
-
* @param {Element} element
|
23
|
-
* @return {Boolean}
|
24
|
-
*/
|
25
|
-
dom.isOffscreen = function(element) {
|
26
|
-
let leftBoundary;
|
27
|
-
const docElement = document.documentElement;
|
28
|
-
const styl = window.getComputedStyle(element);
|
29
|
-
const dir = window
|
30
|
-
.getComputedStyle(document.body || docElement)
|
31
|
-
.getPropertyValue('direction');
|
32
|
-
const coords = dom.getElementCoordinates(element);
|
33
|
-
|
34
|
-
// bottom edge beyond
|
35
|
-
if (
|
36
|
-
coords.bottom < 0 &&
|
37
|
-
(noParentScrolled(element, coords.bottom) || styl.position === 'absolute')
|
38
|
-
) {
|
39
|
-
return true;
|
40
|
-
}
|
41
|
-
|
42
|
-
if (coords.left === 0 && coords.right === 0) {
|
43
|
-
//This is an edge case, an empty (zero-width) element that isn't positioned 'off screen'.
|
44
|
-
return false;
|
45
|
-
}
|
46
|
-
|
47
|
-
if (dir === 'ltr') {
|
48
|
-
if (coords.right <= 0) {
|
49
|
-
return true;
|
50
|
-
}
|
51
|
-
} else {
|
52
|
-
leftBoundary = Math.max(
|
53
|
-
docElement.scrollWidth,
|
54
|
-
dom.getViewportSize(window).width
|
55
|
-
);
|
56
|
-
if (coords.left >= leftBoundary) {
|
57
|
-
return true;
|
58
|
-
}
|
59
|
-
}
|
60
|
-
|
61
|
-
return false;
|
62
|
-
};
|