govuk_publishing_components 30.4.1 → 30.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-event-tracker.js +63 -51
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-link-tracker.js +8 -8
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +11 -10
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/init-ga4.js +26 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +1 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +2 -4
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +28 -27
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/README.md +83 -53
- data/node_modules/axe-core/axe.d.ts +403 -224
- data/node_modules/axe-core/axe.js +23281 -21919
- data/node_modules/axe-core/axe.min.js +3 -3
- data/node_modules/axe-core/locales/da.json +795 -780
- data/node_modules/axe-core/locales/de.json +932 -621
- data/node_modules/axe-core/locales/es.json +786 -771
- data/node_modules/axe-core/locales/eu.json +787 -0
- data/node_modules/axe-core/locales/fr.json +982 -840
- data/node_modules/axe-core/locales/ja.json +988 -880
- data/node_modules/axe-core/locales/ko.json +999 -775
- data/node_modules/axe-core/locales/nl.json +46 -34
- data/node_modules/axe-core/locales/pl.json +965 -0
- data/node_modules/axe-core/locales/pt_BR.json +966 -880
- data/node_modules/axe-core/package.json +189 -145
- data/node_modules/axe-core/sri-history.json +312 -192
- data/node_modules/govuk-frontend/govuk/all.js +64 -44
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +3 -13
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/details/details.js +8 -20
- data/node_modules/govuk-frontend/govuk/components/details/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/details/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +9 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +59 -20
- data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +40 -0
- data/node_modules/govuk-frontend/govuk/components/footer/template.njk +17 -7
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +14 -21
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +11 -11
- data/node_modules/govuk-frontend/govuk/components/header/header.js +53 -11
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss +9 -10
- data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/panel/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/panel/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss +6 -0
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +15 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +37 -10
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +69 -4
- data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +3 -3
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +13 -13
- data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +14 -7
- data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +56 -12
- data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +4 -8
- data/node_modules/govuk-frontend/govuk/template.njk +5 -5
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +3 -13
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +8 -20
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +53 -11
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +6 -584
- data/node_modules/axe-core/CHANGELOG.md +0 -1053
- data/node_modules/axe-core/CONTRIBUTING.md +0 -187
- data/node_modules/axe-core/bower.json +0 -40
- data/node_modules/axe-core/doc/API.md +0 -889
- data/node_modules/axe-core/doc/accessibility-supported.md +0 -33
- data/node_modules/axe-core/doc/act-rules-format.md +0 -37
- data/node_modules/axe-core/doc/aria-supported.md +0 -13
- data/node_modules/axe-core/doc/backwards-compatibility-doc.md +0 -94
- data/node_modules/axe-core/doc/check-message-template.md +0 -124
- data/node_modules/axe-core/doc/code-submission-guidelines.md +0 -178
- data/node_modules/axe-core/doc/developer-guide.md +0 -514
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/README.md +0 -13
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/axe-cdp.js +0 -81
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/package.json +0 -11
- data/node_modules/axe-core/doc/examples/html-handlebars.md +0 -164
- data/node_modules/axe-core/doc/examples/jasmine/README.md +0 -35
- data/node_modules/axe-core/doc/examples/jasmine/karma.conf.js +0 -29
- data/node_modules/axe-core/doc/examples/jasmine/package.json +0 -21
- data/node_modules/axe-core/doc/examples/jasmine/spec/a11y.js +0 -36
- data/node_modules/axe-core/doc/examples/jest_react/README.md +0 -41
- data/node_modules/axe-core/doc/examples/jest_react/link.js +0 -7
- data/node_modules/axe-core/doc/examples/jest_react/link.test.js +0 -24
- data/node_modules/axe-core/doc/examples/jest_react/package.json +0 -28
- data/node_modules/axe-core/doc/examples/jest_react/test-helpers.js +0 -21
- data/node_modules/axe-core/doc/examples/jsdom/package.json +0 -15
- data/node_modules/axe-core/doc/examples/mocha/README.md +0 -35
- data/node_modules/axe-core/doc/examples/mocha/karma.conf.js +0 -29
- data/node_modules/axe-core/doc/examples/mocha/package.json +0 -22
- data/node_modules/axe-core/doc/examples/phantomjs/README.md +0 -17
- data/node_modules/axe-core/doc/examples/phantomjs/axe-phantom.js +0 -53
- data/node_modules/axe-core/doc/examples/phantomjs/package.json +0 -19
- data/node_modules/axe-core/doc/examples/puppeteer/README.md +0 -12
- data/node_modules/axe-core/doc/examples/puppeteer/axe-puppeteer.js +0 -60
- data/node_modules/axe-core/doc/examples/puppeteer/package.json +0 -13
- data/node_modules/axe-core/doc/examples/qunit/README.md +0 -37
- data/node_modules/axe-core/doc/examples/qunit/package.json +0 -21
- data/node_modules/axe-core/doc/examples/test-examples.js +0 -32
- data/node_modules/axe-core/doc/plugins.md +0 -123
- data/node_modules/axe-core/doc/projects.md +0 -48
- data/node_modules/axe-core/doc/rule-descriptions.md +0 -129
- data/node_modules/axe-core/doc/rule-development.md +0 -123
- data/node_modules/axe-core/doc/rule-proposal.md +0 -106
- data/node_modules/axe-core/lib/checks/aria/abstractrole.js +0 -10
- data/node_modules/axe-core/lib/checks/aria/abstractrole.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/allowed-attr.js +0 -39
- data/node_modules/axe-core/lib/checks/aria/allowed-attr.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/aria-allowed-role.js +0 -28
- data/node_modules/axe-core/lib/checks/aria/aria-allowed-role.json +0 -22
- data/node_modules/axe-core/lib/checks/aria/aria-hidden-body.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/aria-hidden-body.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/aria-roledescription.js +0 -14
- data/node_modules/axe-core/lib/checks/aria/aria-roledescription.json +0 -23
- data/node_modules/axe-core/lib/checks/aria/errormessage.js +0 -33
- data/node_modules/axe-core/lib/checks/aria/errormessage.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/fallbackrole.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/fallbackrole.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/has-widget-role.js +0 -6
- data/node_modules/axe-core/lib/checks/aria/has-widget-role.json +0 -12
- data/node_modules/axe-core/lib/checks/aria/implicit-role-fallback.js +0 -6
- data/node_modules/axe-core/lib/checks/aria/implicit-role-fallback.json +0 -12
- data/node_modules/axe-core/lib/checks/aria/invalidrole.js +0 -17
- data/node_modules/axe-core/lib/checks/aria/invalidrole.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.js +0 -21
- data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/required-attr.js +0 -53
- data/node_modules/axe-core/lib/checks/aria/required-attr.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/required-children.js +0 -154
- data/node_modules/axe-core/lib/checks/aria/required-children.json +0 -32
- data/node_modules/axe-core/lib/checks/aria/required-parent.js +0 -87
- data/node_modules/axe-core/lib/checks/aria/required-parent.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/unsupportedattr.js +0 -39
- data/node_modules/axe-core/lib/checks/aria/unsupportedattr.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/unsupportedrole.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/unsupportedrole.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/valid-attr-value.js +0 -80
- data/node_modules/axe-core/lib/checks/aria/valid-attr-value.json +0 -19
- data/node_modules/axe-core/lib/checks/aria/valid-attr.js +0 -25
- data/node_modules/axe-core/lib/checks/aria/valid-attr.json +0 -15
- data/node_modules/axe-core/lib/checks/aria/valid-scrollable-semantics.js +0 -62
- data/node_modules/axe-core/lib/checks/aria/valid-scrollable-semantics.json +0 -12
- data/node_modules/axe-core/lib/checks/color/color-contrast.js +0 -86
- data/node_modules/axe-core/lib/checks/color/color-contrast.json +0 -30
- data/node_modules/axe-core/lib/checks/color/link-in-text-block.js +0 -85
- data/node_modules/axe-core/lib/checks/color/link-in-text-block.json +0 -19
- data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.js +0 -67
- data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.json +0 -11
- data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.js +0 -2
- data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.json +0 -11
- data/node_modules/axe-core/lib/checks/forms/fieldset-after.js +0 -25
- data/node_modules/axe-core/lib/checks/forms/fieldset.js +0 -109
- data/node_modules/axe-core/lib/checks/forms/fieldset.json +0 -20
- data/node_modules/axe-core/lib/checks/forms/group-labelledby-after.js +0 -16
- data/node_modules/axe-core/lib/checks/forms/group-labelledby.js +0 -66
- data/node_modules/axe-core/lib/checks/forms/group-labelledby.json +0 -17
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys-after.js +0 -19
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys.js +0 -5
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys.json +0 -12
- data/node_modules/axe-core/lib/checks/keyboard/focusable-content.js +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/focusable-content.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-disabled.js +0 -30
- data/node_modules/axe-core/lib/checks/keyboard/focusable-disabled.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-element.js +0 -12
- data/node_modules/axe-core/lib/checks/keyboard/focusable-element.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-modal-open.js +0 -14
- data/node_modules/axe-core/lib/checks/keyboard/focusable-modal-open.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-no-name.js +0 -6
- data/node_modules/axe-core/lib/checks/keyboard/focusable-no-name.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-not-tabbable.js +0 -30
- data/node_modules/axe-core/lib/checks/keyboard/focusable-not-tabbable.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/landmark-is-top-level.js +0 -18
- data/node_modules/axe-core/lib/checks/keyboard/landmark-is-top-level.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/page-has-elm-after.js +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/page-has-elm.js +0 -13
- data/node_modules/axe-core/lib/checks/keyboard/page-has-heading-one.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-has-main.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-after.js +0 -2
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-banner.json +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-contentinfo.json +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-main.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate.js +0 -36
- data/node_modules/axe-core/lib/checks/keyboard/tabindex.js +0 -6
- data/node_modules/axe-core/lib/checks/keyboard/tabindex.json +0 -11
- data/node_modules/axe-core/lib/checks/label/alt-space-value.js +0 -3
- data/node_modules/axe-core/lib/checks/label/alt-space-value.json +0 -11
- data/node_modules/axe-core/lib/checks/label/duplicate-img-label.js +0 -22
- data/node_modules/axe-core/lib/checks/label/duplicate-img-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/explicit.js +0 -15
- data/node_modules/axe-core/lib/checks/label/explicit.json +0 -11
- data/node_modules/axe-core/lib/checks/label/help-same-as-label.js +0 -23
- data/node_modules/axe-core/lib/checks/label/help-same-as-label.json +0 -12
- data/node_modules/axe-core/lib/checks/label/hidden-explicit-label.js +0 -12
- data/node_modules/axe-core/lib/checks/label/hidden-explicit-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/implicit.js +0 -7
- data/node_modules/axe-core/lib/checks/label/implicit.json +0 -11
- data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.js +0 -59
- data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.json +0 -15
- data/node_modules/axe-core/lib/checks/label/multiple-label.js +0 -39
- data/node_modules/axe-core/lib/checks/label/multiple-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/title-only.js +0 -5
- data/node_modules/axe-core/lib/checks/label/title-only.json +0 -11
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique-after.js +0 -23
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.js +0 -7
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.json +0 -12
- data/node_modules/axe-core/lib/checks/language/has-lang.js +0 -20
- data/node_modules/axe-core/lib/checks/language/has-lang.json +0 -14
- data/node_modules/axe-core/lib/checks/language/valid-lang.js +0 -26
- data/node_modules/axe-core/lib/checks/language/valid-lang.json +0 -11
- data/node_modules/axe-core/lib/checks/language/xml-lang-mismatch.js +0 -5
- data/node_modules/axe-core/lib/checks/language/xml-lang-mismatch.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/dlitem.js +0 -23
- data/node_modules/axe-core/lib/checks/lists/dlitem.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/listitem.js +0 -21
- data/node_modules/axe-core/lib/checks/lists/listitem.json +0 -14
- data/node_modules/axe-core/lib/checks/lists/only-dlitems.js +0 -42
- data/node_modules/axe-core/lib/checks/lists/only-dlitems.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/only-listitems.js +0 -58
- data/node_modules/axe-core/lib/checks/lists/only-listitems.json +0 -14
- data/node_modules/axe-core/lib/checks/lists/structured-dlitems.js +0 -22
- data/node_modules/axe-core/lib/checks/lists/structured-dlitems.json +0 -11
- data/node_modules/axe-core/lib/checks/media/caption.js +0 -8
- data/node_modules/axe-core/lib/checks/media/caption.json +0 -11
- data/node_modules/axe-core/lib/checks/media/description.js +0 -8
- data/node_modules/axe-core/lib/checks/media/description.json +0 -11
- data/node_modules/axe-core/lib/checks/media/frame-tested.js +0 -28
- data/node_modules/axe-core/lib/checks/media/frame-tested.json +0 -15
- data/node_modules/axe-core/lib/checks/media/no-autoplay-audio.js +0 -93
- data/node_modules/axe-core/lib/checks/media/no-autoplay-audio.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.js +0 -251
- data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport-large.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport-scale.js +0 -55
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport.json +0 -14
- data/node_modules/axe-core/lib/checks/navigation/header-present.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/header-present.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/heading-order-after.js +0 -14
- data/node_modules/axe-core/lib/checks/navigation/heading-order.js +0 -15
- data/node_modules/axe-core/lib/checks/navigation/heading-order.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose-after.js +0 -100
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose.js +0 -31
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/internal-link-present.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/internal-link-present.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/landmark.js +0 -3
- data/node_modules/axe-core/lib/checks/navigation/landmark.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/meta-refresh.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/meta-refresh.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/p-as-heading.js +0 -93
- data/node_modules/axe-core/lib/checks/navigation/p-as-heading.json +0 -30
- data/node_modules/axe-core/lib/checks/navigation/region.js +0 -107
- data/node_modules/axe-core/lib/checks/navigation/region.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/skip-link.js +0 -5
- data/node_modules/axe-core/lib/checks/navigation/skip-link.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title-after.js +0 -9
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title.js +0 -6
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-active.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-after.js +0 -8
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-aria.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id.js +0 -17
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id.json +0 -12
- data/node_modules/axe-core/lib/checks/shared/aria-label.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/aria-label.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/aria-labelledby.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/aria-labelledby.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.js +0 -18
- data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.json +0 -14
- data/node_modules/axe-core/lib/checks/shared/button-has-visible-text.js +0 -12
- data/node_modules/axe-core/lib/checks/shared/button-has-visible-text.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/doc-has-title.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/doc-has-title.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/exists.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/exists.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/has-alt.js +0 -6
- data/node_modules/axe-core/lib/checks/shared/has-alt.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/has-visible-text.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/has-visible-text.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/is-on-screen.js +0 -4
- data/node_modules/axe-core/lib/checks/shared/is-on-screen.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-alt.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-alt.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-if-present.js +0 -15
- data/node_modules/axe-core/lib/checks/shared/non-empty-if-present.json +0 -14
- data/node_modules/axe-core/lib/checks/shared/non-empty-title.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-title.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-value.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-value.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/role-none.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/role-none.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/role-presentation.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/role-presentation.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/svg-non-empty-title.js +0 -4
- data/node_modules/axe-core/lib/checks/shared/svg-non-empty-title.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/caption-faked.js +0 -10
- data/node_modules/axe-core/lib/checks/tables/caption-faked.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/has-caption.js +0 -1
- data/node_modules/axe-core/lib/checks/tables/has-caption.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/has-summary.js +0 -1
- data/node_modules/axe-core/lib/checks/tables/has-summary.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/has-th.js +0 -31
- data/node_modules/axe-core/lib/checks/tables/has-th.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/headers-visible-text.js +0 -30
- data/node_modules/axe-core/lib/checks/tables/html5-scope.js +0 -5
- data/node_modules/axe-core/lib/checks/tables/html5-scope.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/same-caption-summary.js +0 -7
- data/node_modules/axe-core/lib/checks/tables/same-caption-summary.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/scope-value.js +0 -5
- data/node_modules/axe-core/lib/checks/tables/scope-value.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/td-has-header.js +0 -30
- data/node_modules/axe-core/lib/checks/tables/td-has-header.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/td-headers-attr.js +0 -61
- data/node_modules/axe-core/lib/checks/tables/td-headers-attr.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.js +0 -76
- data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/th-single-row-column.js +0 -39
- data/node_modules/axe-core/lib/checks/visibility/hidden-content.js +0 -21
- data/node_modules/axe-core/lib/checks/visibility/hidden-content.json +0 -12
- data/node_modules/axe-core/lib/commons/aria/arialabel-text.js +0 -18
- data/node_modules/axe-core/lib/commons/aria/arialabelledby-text.js +0 -52
- data/node_modules/axe-core/lib/commons/aria/attributes.js +0 -45
- data/node_modules/axe-core/lib/commons/aria/get-element-unallowed-roles.js +0 -113
- data/node_modules/axe-core/lib/commons/aria/get-owned-virtual.js +0 -24
- data/node_modules/axe-core/lib/commons/aria/get-role.js +0 -44
- data/node_modules/axe-core/lib/commons/aria/index.js +0 -2424
- data/node_modules/axe-core/lib/commons/aria/is-accessible-ref.js +0 -59
- data/node_modules/axe-core/lib/commons/aria/is-aria-role-allowed-on-element.js +0 -41
- data/node_modules/axe-core/lib/commons/aria/is-unsupported-role.js +0 -14
- data/node_modules/axe-core/lib/commons/aria/label-virtual.js +0 -54
- data/node_modules/axe-core/lib/commons/aria/named-from-contents.js +0 -39
- data/node_modules/axe-core/lib/commons/aria/roles.js +0 -208
- data/node_modules/axe-core/lib/commons/aria/validate-attr-value.js +0 -62
- data/node_modules/axe-core/lib/commons/color/center-point-of-rect.js +0 -30
- data/node_modules/axe-core/lib/commons/color/contrast.js +0 -178
- data/node_modules/axe-core/lib/commons/color/element-has-image.js +0 -36
- data/node_modules/axe-core/lib/commons/color/element-is-distinct.js +0 -88
- data/node_modules/axe-core/lib/commons/color/get-background-color.js +0 -285
- data/node_modules/axe-core/lib/commons/color/get-foreground-color.js +0 -61
- data/node_modules/axe-core/lib/commons/color/get-own-background-color.js +0 -22
- data/node_modules/axe-core/lib/commons/color/incomplete-data.js +0 -50
- data/node_modules/axe-core/lib/commons/color/index.js +0 -8
- data/node_modules/axe-core/lib/commons/dom/elements-below-floating.js +0 -39
- data/node_modules/axe-core/lib/commons/dom/find-elms-in-context.js +0 -28
- data/node_modules/axe-core/lib/commons/dom/find-up.js +0 -63
- data/node_modules/axe-core/lib/commons/dom/get-composed-parent.js +0 -25
- data/node_modules/axe-core/lib/commons/dom/get-element-by-reference.js +0 -34
- data/node_modules/axe-core/lib/commons/dom/get-element-coordinates.js +0 -38
- data/node_modules/axe-core/lib/commons/dom/get-element-stack.js +0 -589
- data/node_modules/axe-core/lib/commons/dom/get-root-node.js +0 -12
- data/node_modules/axe-core/lib/commons/dom/get-scroll-offset.js +0 -33
- data/node_modules/axe-core/lib/commons/dom/get-tabbable-elements.js +0 -24
- data/node_modules/axe-core/lib/commons/dom/get-viewport-size.js +0 -37
- data/node_modules/axe-core/lib/commons/dom/has-content-virtual.js +0 -75
- data/node_modules/axe-core/lib/commons/dom/idrefs.js +0 -36
- data/node_modules/axe-core/lib/commons/dom/index.js +0 -9
- data/node_modules/axe-core/lib/commons/dom/is-focusable.js +0 -95
- data/node_modules/axe-core/lib/commons/dom/is-hidden-with-css.js +0 -73
- data/node_modules/axe-core/lib/commons/dom/is-html5.js +0 -17
- data/node_modules/axe-core/lib/commons/dom/is-in-text-block.js +0 -94
- data/node_modules/axe-core/lib/commons/dom/is-modal-open.js +0 -98
- data/node_modules/axe-core/lib/commons/dom/is-node.js +0 -13
- data/node_modules/axe-core/lib/commons/dom/is-offscreen.js +0 -62
- data/node_modules/axe-core/lib/commons/dom/is-skip-link.js +0 -45
- data/node_modules/axe-core/lib/commons/dom/is-visible.js +0 -176
- data/node_modules/axe-core/lib/commons/dom/is-visual-content.js +0 -49
- data/node_modules/axe-core/lib/commons/dom/shadow-elements-from-point.js +0 -42
- data/node_modules/axe-core/lib/commons/dom/url-props-from-attribute.js +0 -152
- data/node_modules/axe-core/lib/commons/dom/visually-contains.js +0 -111
- data/node_modules/axe-core/lib/commons/dom/visually-overlaps.js +0 -46
- data/node_modules/axe-core/lib/commons/forms/index.js +0 -8
- data/node_modules/axe-core/lib/commons/forms/is-aria-combobox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-aria-listbox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-aria-range.js +0 -14
- data/node_modules/axe-core/lib/commons/forms/is-aria-textbox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-native-select.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-native-textbox.js +0 -28
- data/node_modules/axe-core/lib/commons/index.js +0 -11
- data/node_modules/axe-core/lib/commons/intro.stub +0 -1
- data/node_modules/axe-core/lib/commons/matches/attributes.js +0 -27
- data/node_modules/axe-core/lib/commons/matches/condition.js +0 -19
- data/node_modules/axe-core/lib/commons/matches/from-definition.js +0 -52
- data/node_modules/axe-core/lib/commons/matches/from-function.js +0 -38
- data/node_modules/axe-core/lib/commons/matches/from-primative.js +0 -30
- data/node_modules/axe-core/lib/commons/matches/index.js +0 -39
- data/node_modules/axe-core/lib/commons/matches/node-name.js +0 -24
- data/node_modules/axe-core/lib/commons/matches/properties.js +0 -28
- data/node_modules/axe-core/lib/commons/outro.stub +0 -2
- data/node_modules/axe-core/lib/commons/table/get-all-cells.js +0 -28
- data/node_modules/axe-core/lib/commons/table/get-cell-position.js +0 -28
- data/node_modules/axe-core/lib/commons/table/get-headers.js +0 -79
- data/node_modules/axe-core/lib/commons/table/get-scope.js +0 -54
- data/node_modules/axe-core/lib/commons/table/index.js +0 -9
- data/node_modules/axe-core/lib/commons/table/is-column-header.js +0 -13
- data/node_modules/axe-core/lib/commons/table/is-data-cell.js +0 -22
- data/node_modules/axe-core/lib/commons/table/is-data-table.js +0 -189
- data/node_modules/axe-core/lib/commons/table/is-header.js +0 -22
- data/node_modules/axe-core/lib/commons/table/is-row-header.js +0 -13
- data/node_modules/axe-core/lib/commons/table/to-grid.js +0 -38
- data/node_modules/axe-core/lib/commons/table/traverse.js +0 -78
- data/node_modules/axe-core/lib/commons/text/accessible-text-virtual.js +0 -152
- data/node_modules/axe-core/lib/commons/text/form-control-value.js +0 -192
- data/node_modules/axe-core/lib/commons/text/index.js +0 -8
- data/node_modules/axe-core/lib/commons/text/is-human-interpretable.js +0 -51
- data/node_modules/axe-core/lib/commons/text/is-icon-ligature.js +0 -210
- data/node_modules/axe-core/lib/commons/text/is-valid-autocomplete.js +0 -117
- data/node_modules/axe-core/lib/commons/text/label-text.js +0 -58
- data/node_modules/axe-core/lib/commons/text/label-virtual.js +0 -53
- data/node_modules/axe-core/lib/commons/text/native-element-types.js +0 -100
- data/node_modules/axe-core/lib/commons/text/native-text-alternative.js +0 -50
- data/node_modules/axe-core/lib/commons/text/native-text-methods.js +0 -122
- data/node_modules/axe-core/lib/commons/text/sanitize.js +0 -18
- data/node_modules/axe-core/lib/commons/text/subtree-text.js +0 -89
- data/node_modules/axe-core/lib/commons/text/title-text.js +0 -33
- data/node_modules/axe-core/lib/commons/text/unicode.js +0 -147
- data/node_modules/axe-core/lib/commons/text/unsupported.js +0 -5
- data/node_modules/axe-core/lib/commons/text/visible-text-nodes.js +0 -25
- data/node_modules/axe-core/lib/commons/text/visible-virtual.js +0 -46
- data/node_modules/axe-core/lib/commons/utils/index.js +0 -10
- data/node_modules/axe-core/lib/core/base/audit.js +0 -781
- data/node_modules/axe-core/lib/core/base/cache.js +0 -33
- data/node_modules/axe-core/lib/core/base/check-result.js +0 -33
- data/node_modules/axe-core/lib/core/base/check.js +0 -170
- data/node_modules/axe-core/lib/core/base/context.js +0 -274
- data/node_modules/axe-core/lib/core/base/rule-result.js +0 -39
- data/node_modules/axe-core/lib/core/base/rule.js +0 -560
- data/node_modules/axe-core/lib/core/base/virtual-node/abstract-virtual-node.js +0 -40
- data/node_modules/axe-core/lib/core/base/virtual-node/serial-virtual-node.js +0 -88
- data/node_modules/axe-core/lib/core/base/virtual-node/virtual-node.js +0 -136
- data/node_modules/axe-core/lib/core/constants.js +0 -76
- data/node_modules/axe-core/lib/core/imports/index.js +0 -51
- data/node_modules/axe-core/lib/core/index.js +0 -43
- data/node_modules/axe-core/lib/core/log.js +0 -12
- data/node_modules/axe-core/lib/core/public/cleanup-plugins.js +0 -53
- data/node_modules/axe-core/lib/core/public/configure.js +0 -110
- data/node_modules/axe-core/lib/core/public/get-rules.js +0 -29
- data/node_modules/axe-core/lib/core/public/load.js +0 -66
- data/node_modules/axe-core/lib/core/public/plugins.js +0 -47
- data/node_modules/axe-core/lib/core/public/reporter.js +0 -24
- data/node_modules/axe-core/lib/core/public/reset.js +0 -12
- data/node_modules/axe-core/lib/core/public/run-rules.js +0 -96
- data/node_modules/axe-core/lib/core/public/run-virtual-rule.js +0 -50
- data/node_modules/axe-core/lib/core/public/run.js +0 -159
- data/node_modules/axe-core/lib/core/reporters/helpers/failure-summary.js +0 -35
- data/node_modules/axe-core/lib/core/reporters/helpers/get-environment-data.js +0 -39
- data/node_modules/axe-core/lib/core/reporters/helpers/incomplete-fallback-msg.js +0 -13
- data/node_modules/axe-core/lib/core/reporters/helpers/index.js +0 -3
- data/node_modules/axe-core/lib/core/reporters/helpers/process-aggregate.js +0 -102
- data/node_modules/axe-core/lib/core/reporters/na.js +0 -24
- data/node_modules/axe-core/lib/core/reporters/no-passes.js +0 -18
- data/node_modules/axe-core/lib/core/reporters/raw-env.js +0 -12
- data/node_modules/axe-core/lib/core/reporters/raw.js +0 -32
- data/node_modules/axe-core/lib/core/reporters/v1.js +0 -29
- data/node_modules/axe-core/lib/core/reporters/v2.js +0 -22
- data/node_modules/axe-core/lib/core/utils/aggregate.js +0 -19
- data/node_modules/axe-core/lib/core/utils/aggregateChecks.js +0 -85
- data/node_modules/axe-core/lib/core/utils/aggregateNodeResults.js +0 -61
- data/node_modules/axe-core/lib/core/utils/aggregateResult.js +0 -37
- data/node_modules/axe-core/lib/core/utils/are-styles-set.js +0 -21
- data/node_modules/axe-core/lib/core/utils/assert.js +0 -12
- data/node_modules/axe-core/lib/core/utils/check-helper.js +0 -38
- data/node_modules/axe-core/lib/core/utils/clone.js +0 -27
- data/node_modules/axe-core/lib/core/utils/collect-results-from-frames.js +0 -127
- data/node_modules/axe-core/lib/core/utils/contains.js +0 -44
- data/node_modules/axe-core/lib/core/utils/css-parser.js +0 -7
- data/node_modules/axe-core/lib/core/utils/dq-element.js +0 -97
- data/node_modules/axe-core/lib/core/utils/element-matches.js +0 -43
- data/node_modules/axe-core/lib/core/utils/escape-selector.js +0 -78
- data/node_modules/axe-core/lib/core/utils/extend-meta-data.js +0 -17
- data/node_modules/axe-core/lib/core/utils/finalize-result.js +0 -11
- data/node_modules/axe-core/lib/core/utils/find-by.js +0 -14
- data/node_modules/axe-core/lib/core/utils/flattened-tree.js +0 -156
- data/node_modules/axe-core/lib/core/utils/get-all-checks.js +0 -12
- data/node_modules/axe-core/lib/core/utils/get-base-lang.js +0 -16
- data/node_modules/axe-core/lib/core/utils/get-check-message.js +0 -21
- data/node_modules/axe-core/lib/core/utils/get-check-option.js +0 -39
- data/node_modules/axe-core/lib/core/utils/get-friendly-uri-end.js +0 -144
- data/node_modules/axe-core/lib/core/utils/get-node-attributes.js +0 -21
- data/node_modules/axe-core/lib/core/utils/get-root-node.js +0 -17
- data/node_modules/axe-core/lib/core/utils/get-scroll.js +0 -39
- data/node_modules/axe-core/lib/core/utils/get-selector.js +0 -409
- data/node_modules/axe-core/lib/core/utils/get-stylesheet-factory.js +0 -51
- data/node_modules/axe-core/lib/core/utils/get-xpath.js +0 -83
- data/node_modules/axe-core/lib/core/utils/index.js +0 -10
- data/node_modules/axe-core/lib/core/utils/inject-style.js +0 -38
- data/node_modules/axe-core/lib/core/utils/is-hidden.js +0 -52
- data/node_modules/axe-core/lib/core/utils/is-html-element.js +0 -135
- data/node_modules/axe-core/lib/core/utils/is-shadow-root.js +0 -40
- data/node_modules/axe-core/lib/core/utils/is-xhtml.js +0 -14
- data/node_modules/axe-core/lib/core/utils/matches.js +0 -263
- data/node_modules/axe-core/lib/core/utils/memoize.js +0 -17
- data/node_modules/axe-core/lib/core/utils/merge-results.js +0 -116
- data/node_modules/axe-core/lib/core/utils/node-sorter.js +0 -21
- data/node_modules/axe-core/lib/core/utils/parse-crossorigin-stylesheet.js +0 -54
- data/node_modules/axe-core/lib/core/utils/parse-sameorigin-stylesheet.js +0 -96
- data/node_modules/axe-core/lib/core/utils/parse-stylesheet.js +0 -70
- data/node_modules/axe-core/lib/core/utils/performance-timer.js +0 -126
- data/node_modules/axe-core/lib/core/utils/pollyfills.js +0 -299
- data/node_modules/axe-core/lib/core/utils/preload-cssom.js +0 -253
- data/node_modules/axe-core/lib/core/utils/preload-media.js +0 -65
- data/node_modules/axe-core/lib/core/utils/preload.js +0 -144
- data/node_modules/axe-core/lib/core/utils/process-message.js +0 -72
- data/node_modules/axe-core/lib/core/utils/publish-metadata.js +0 -106
- data/node_modules/axe-core/lib/core/utils/qsa.js +0 -110
- data/node_modules/axe-core/lib/core/utils/queue.js +0 -138
- data/node_modules/axe-core/lib/core/utils/respondable.js +0 -261
- data/node_modules/axe-core/lib/core/utils/rule-should-run.js +0 -82
- data/node_modules/axe-core/lib/core/utils/scroll-state.js +0 -57
- data/node_modules/axe-core/lib/core/utils/select.js +0 -135
- data/node_modules/axe-core/lib/core/utils/to-array.js +0 -21
- data/node_modules/axe-core/lib/core/utils/token-list.js +0 -15
- data/node_modules/axe-core/lib/core/utils/uuid.js +0 -244
- data/node_modules/axe-core/lib/core/utils/valid-input-type.js +0 -35
- data/node_modules/axe-core/lib/core/utils/valid-langs.js +0 -8152
- data/node_modules/axe-core/lib/intro.stub +0 -15
- data/node_modules/axe-core/lib/misc/any-failure-summary.json +0 -6
- data/node_modules/axe-core/lib/misc/incomplete-fallback.json +0 -3
- data/node_modules/axe-core/lib/misc/none-failure-summary.json +0 -6
- data/node_modules/axe-core/lib/outro.stub +0 -2
- data/node_modules/axe-core/lib/rules/accesskeys.json +0 -13
- data/node_modules/axe-core/lib/rules/area-alt.json +0 -21
- data/node_modules/axe-core/lib/rules/aria-allowed-attr-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/aria-allowed-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-allowed-role-matches.js +0 -7
- data/node_modules/axe-core/lib/rules/aria-allowed-role.json +0 -14
- data/node_modules/axe-core/lib/rules/aria-dpub-role-fallback-matches.js +0 -10
- data/node_modules/axe-core/lib/rules/aria-dpub-role-fallback.json +0 -14
- data/node_modules/axe-core/lib/rules/aria-form-field-name-matches.js +0 -50
- data/node_modules/axe-core/lib/rules/aria-has-attr-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/aria-hidden-body.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-hidden-focus-matches.js +0 -18
- data/node_modules/axe-core/lib/rules/aria-hidden-focus.json +0 -18
- data/node_modules/axe-core/lib/rules/aria-input-field-name.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-required-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-required-children.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-required-parent.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-roledescription.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-roles.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-toggle-field-name.json +0 -18
- data/node_modules/axe-core/lib/rules/aria-valid-attr-value.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-valid-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/audio-caption.json +0 -20
- data/node_modules/axe-core/lib/rules/autocomplete-matches.js +0 -49
- data/node_modules/axe-core/lib/rules/autocomplete-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/avoid-inline-spacing.json +0 -12
- data/node_modules/axe-core/lib/rules/blink.json +0 -19
- data/node_modules/axe-core/lib/rules/button-name.json +0 -25
- data/node_modules/axe-core/lib/rules/bypass-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/bypass.json +0 -20
- data/node_modules/axe-core/lib/rules/checkboxgroup.json +0 -13
- data/node_modules/axe-core/lib/rules/color-contrast-matches.js +0 -161
- data/node_modules/axe-core/lib/rules/color-contrast.json +0 -13
- data/node_modules/axe-core/lib/rules/css-orientation-lock.json +0 -13
- data/node_modules/axe-core/lib/rules/data-table-large-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/data-table-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/definition-list.json +0 -13
- data/node_modules/axe-core/lib/rules/dlitem.json +0 -13
- data/node_modules/axe-core/lib/rules/document-title.json +0 -13
- data/node_modules/axe-core/lib/rules/duplicate-id-active-matches.js +0 -8
- data/node_modules/axe-core/lib/rules/duplicate-id-active.json +0 -14
- data/node_modules/axe-core/lib/rules/duplicate-id-aria-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/duplicate-id-aria.json +0 -14
- data/node_modules/axe-core/lib/rules/duplicate-id-misc-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/duplicate-id.json +0 -14
- data/node_modules/axe-core/lib/rules/empty-heading.json +0 -13
- data/node_modules/axe-core/lib/rules/focus-order-semantics.json +0 -13
- data/node_modules/axe-core/lib/rules/form-field-multiple-labels.json +0 -13
- data/node_modules/axe-core/lib/rules/frame-tested.json +0 -12
- data/node_modules/axe-core/lib/rules/frame-title-has-text.js +0 -2
- data/node_modules/axe-core/lib/rules/frame-title-unique.json +0 -13
- data/node_modules/axe-core/lib/rules/frame-title.json +0 -25
- data/node_modules/axe-core/lib/rules/heading-matches.js +0 -15
- data/node_modules/axe-core/lib/rules/heading-order.json +0 -13
- data/node_modules/axe-core/lib/rules/hidden-content.json +0 -13
- data/node_modules/axe-core/lib/rules/html-has-lang.json +0 -13
- data/node_modules/axe-core/lib/rules/html-lang-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/html-namespace-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/html-xml-lang-mismatch.json +0 -13
- data/node_modules/axe-core/lib/rules/identical-links-same-purpose-matches.js +0 -13
- data/node_modules/axe-core/lib/rules/identical-links-same-purpose.json +0 -14
- data/node_modules/axe-core/lib/rules/image-alt.json +0 -25
- data/node_modules/axe-core/lib/rules/img-redundant-alt.json +0 -12
- data/node_modules/axe-core/lib/rules/input-button-name.json +0 -26
- data/node_modules/axe-core/lib/rules/input-image-alt.json +0 -18
- data/node_modules/axe-core/lib/rules/inserted-into-focus-order-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/label-content-name-mismatch-matches.js +0 -45
- data/node_modules/axe-core/lib/rules/label-content-name-mismatch.json +0 -12
- data/node_modules/axe-core/lib/rules/label-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/label-title-only.json +0 -13
- data/node_modules/axe-core/lib/rules/label.json +0 -26
- data/node_modules/axe-core/lib/rules/landmark-banner-is-top-level.json +0 -13
- data/node_modules/axe-core/lib/rules/landmark-complementary-is-top-level.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-contentinfo-is-top-level.json +0 -13
- data/node_modules/axe-core/lib/rules/landmark-has-body-context.js +0 -8
- data/node_modules/axe-core/lib/rules/landmark-main-is-top-level.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-banner.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-contentinfo.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-main.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-one-main.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-unique-matches.js +0 -41
- data/node_modules/axe-core/lib/rules/landmark-unique.json +0 -13
- data/node_modules/axe-core/lib/rules/layout-table-matches.js +0 -8
- data/node_modules/axe-core/lib/rules/layout-table.json +0 -14
- data/node_modules/axe-core/lib/rules/link-in-text-block-matches.js +0 -14
- data/node_modules/axe-core/lib/rules/link-in-text-block.json +0 -14
- data/node_modules/axe-core/lib/rules/link-name.json +0 -25
- data/node_modules/axe-core/lib/rules/list.json +0 -13
- data/node_modules/axe-core/lib/rules/listitem.json +0 -13
- data/node_modules/axe-core/lib/rules/marquee.json +0 -13
- data/node_modules/axe-core/lib/rules/meta-refresh.json +0 -20
- data/node_modules/axe-core/lib/rules/meta-viewport-large.json +0 -13
- data/node_modules/axe-core/lib/rules/meta-viewport.json +0 -13
- data/node_modules/axe-core/lib/rules/no-autoplay-audio-matches.js +0 -18
- data/node_modules/axe-core/lib/rules/no-autoplay-audio.json +0 -15
- data/node_modules/axe-core/lib/rules/no-empty-role-matches.js +0 -9
- data/node_modules/axe-core/lib/rules/no-role-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/not-html-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/object-alt.json +0 -25
- data/node_modules/axe-core/lib/rules/p-as-heading-matches.js +0 -17
- data/node_modules/axe-core/lib/rules/p-as-heading.json +0 -13
- data/node_modules/axe-core/lib/rules/page-has-heading-one.json +0 -12
- data/node_modules/axe-core/lib/rules/radiogroup.json +0 -13
- data/node_modules/axe-core/lib/rules/region.json +0 -12
- data/node_modules/axe-core/lib/rules/role-img-alt.json +0 -19
- data/node_modules/axe-core/lib/rules/scope-attr-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/scrollable-region-focusable-matches.js +0 -30
- data/node_modules/axe-core/lib/rules/scrollable-region-focusable.json +0 -12
- data/node_modules/axe-core/lib/rules/server-side-image-map.json +0 -18
- data/node_modules/axe-core/lib/rules/skip-link-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/skip-link.json +0 -13
- data/node_modules/axe-core/lib/rules/svg-img-alt.json +0 -24
- data/node_modules/axe-core/lib/rules/svg-namespace-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/tabindex.json +0 -12
- data/node_modules/axe-core/lib/rules/table-duplicate-name.json +0 -12
- data/node_modules/axe-core/lib/rules/table-fake-caption.json +0 -20
- data/node_modules/axe-core/lib/rules/td-has-header.json +0 -20
- data/node_modules/axe-core/lib/rules/td-headers-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/th-has-data-cells.json +0 -13
- data/node_modules/axe-core/lib/rules/valid-lang.json +0 -13
- data/node_modules/axe-core/lib/rules/video-caption.json +0 -19
- data/node_modules/axe-core/lib/rules/video-description.json +0 -21
- data/node_modules/axe-core/lib/rules/window-is-top.js +0 -3
- data/node_modules/axe-core/lib/rules/xml-lang-mismatch-matches.js +0 -12
- data/node_modules/axe-core/typings/axe-core/axe-core-tests.ts +0 -188
@@ -1,25 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
/**
|
3
|
-
* Get an element's parent in the flattened tree
|
4
|
-
* @method getComposedParent
|
5
|
-
* @memberof axe.commons.dom
|
6
|
-
* @instance
|
7
|
-
* @param {Node} element
|
8
|
-
* @return {Node|null} Parent element or Null for root node
|
9
|
-
*/
|
10
|
-
dom.getComposedParent = function getComposedParent(element) {
|
11
|
-
if (element.assignedSlot) {
|
12
|
-
// NOTE: If the display of a slot element isn't 'contents',
|
13
|
-
// the slot shouldn't be ignored. Chrome does not support this (yet) so,
|
14
|
-
// we'll skip this part for now.
|
15
|
-
return getComposedParent(element.assignedSlot); // parent of a shadow DOM slot
|
16
|
-
} else if (element.parentNode) {
|
17
|
-
var parentNode = element.parentNode;
|
18
|
-
if (parentNode.nodeType === 1) {
|
19
|
-
return parentNode; // Regular node
|
20
|
-
} else if (parentNode.host) {
|
21
|
-
return parentNode.host; // Shadow root
|
22
|
-
}
|
23
|
-
}
|
24
|
-
return null; // Root node
|
25
|
-
};
|
@@ -1,34 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Returns a reference to the element matching the attr URL fragment value
|
5
|
-
* @method getElementByReference
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @param {Element} node
|
9
|
-
* @param {String} attr Attribute name (href)
|
10
|
-
* @return {Element}
|
11
|
-
*/
|
12
|
-
dom.getElementByReference = function(node, attr) {
|
13
|
-
let fragment = node.getAttribute(attr);
|
14
|
-
if (!fragment) {
|
15
|
-
return null;
|
16
|
-
}
|
17
|
-
|
18
|
-
if (fragment.charAt(0) === '#') {
|
19
|
-
fragment = decodeURIComponent(fragment.substring(1));
|
20
|
-
} else if (fragment.substr(0, 2) === '/#') {
|
21
|
-
fragment = decodeURIComponent(fragment.substring(2));
|
22
|
-
}
|
23
|
-
|
24
|
-
let candidate = document.getElementById(fragment);
|
25
|
-
if (candidate) {
|
26
|
-
return candidate;
|
27
|
-
}
|
28
|
-
|
29
|
-
candidate = document.getElementsByName(fragment);
|
30
|
-
if (candidate.length) {
|
31
|
-
return candidate[0];
|
32
|
-
}
|
33
|
-
return null;
|
34
|
-
};
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Get the coordinates of the element passed into the function relative to the document
|
5
|
-
* @method getElementCoordinates
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLElement} element The HTMLElement
|
9
|
-
* @return {elementObj} elementObj Returns a `Object` with the following properties, which
|
10
|
-
* each hold a value representing the pixels for each of the
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
* @typedef elementObj
|
14
|
-
* @type {Object}
|
15
|
-
* @property {Number} top The top coordinate of the element
|
16
|
-
* @property {Number} right The right coordinate of the element
|
17
|
-
* @property {Number} bottom The bottom coordinate of the element
|
18
|
-
* @property {Number} left The left coordinate of the element
|
19
|
-
* @property {Number} width The width of the element
|
20
|
-
* @property {Number} height The height of the element
|
21
|
-
*/
|
22
|
-
dom.getElementCoordinates = function(element) {
|
23
|
-
'use strict';
|
24
|
-
|
25
|
-
var scrollOffset = dom.getScrollOffset(document),
|
26
|
-
xOffset = scrollOffset.left,
|
27
|
-
yOffset = scrollOffset.top,
|
28
|
-
coords = element.getBoundingClientRect();
|
29
|
-
|
30
|
-
return {
|
31
|
-
top: coords.top + yOffset,
|
32
|
-
right: coords.right + xOffset,
|
33
|
-
bottom: coords.bottom + yOffset,
|
34
|
-
left: coords.left + xOffset,
|
35
|
-
width: coords.right - coords.left,
|
36
|
-
height: coords.bottom - coords.top
|
37
|
-
};
|
38
|
-
};
|
@@ -1,589 +0,0 @@
|
|
1
|
-
/* global dom, VirtualNode */
|
2
|
-
|
3
|
-
// split the page cells to group elements by the position
|
4
|
-
const gridSize = 200; // arbitrary size, increase to reduce memory use (less cells) but increase time (more nodes per grid to check collision)
|
5
|
-
|
6
|
-
/**
|
7
|
-
* Determine if node produces a stacking context.
|
8
|
-
* References:
|
9
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
|
10
|
-
* https://github.com/gwwar/z-context/blob/master/devtools/index.js
|
11
|
-
* @param {VirtualNode} vNode
|
12
|
-
* @return {Boolean}
|
13
|
-
*/
|
14
|
-
function isStackingContext(vNode, parentVNode) {
|
15
|
-
const position = vNode.getComputedStylePropertyValue('position');
|
16
|
-
const zIndex = vNode.getComputedStylePropertyValue('z-index');
|
17
|
-
|
18
|
-
// the root element (HTML) is skipped since we always start with a
|
19
|
-
// stacking order of [0]
|
20
|
-
|
21
|
-
// position: fixed or sticky
|
22
|
-
if (position === 'fixed' || position === 'sticky') {
|
23
|
-
return true;
|
24
|
-
}
|
25
|
-
|
26
|
-
// positioned (absolutely or relatively) with a z-index value other than "auto",
|
27
|
-
if (zIndex !== 'auto' && position !== 'static') {
|
28
|
-
return true;
|
29
|
-
}
|
30
|
-
|
31
|
-
// elements with an opacity value less than 1.
|
32
|
-
if (vNode.getComputedStylePropertyValue('opacity') !== '1') {
|
33
|
-
return true;
|
34
|
-
}
|
35
|
-
|
36
|
-
// elements with a transform value other than "none"
|
37
|
-
const transform =
|
38
|
-
vNode.getComputedStylePropertyValue('-webkit-transform') ||
|
39
|
-
vNode.getComputedStylePropertyValue('-ms-transform') ||
|
40
|
-
vNode.getComputedStylePropertyValue('transform') ||
|
41
|
-
'none';
|
42
|
-
|
43
|
-
if (transform !== 'none') {
|
44
|
-
return true;
|
45
|
-
}
|
46
|
-
|
47
|
-
// elements with a mix-blend-mode value other than "normal"
|
48
|
-
const mixBlendMode = vNode.getComputedStylePropertyValue('mix-blend-mode');
|
49
|
-
if (mixBlendMode && mixBlendMode !== 'normal') {
|
50
|
-
return true;
|
51
|
-
}
|
52
|
-
|
53
|
-
// elements with a filter value other than "none"
|
54
|
-
const filter = vNode.getComputedStylePropertyValue('filter');
|
55
|
-
if (filter && filter !== 'none') {
|
56
|
-
return true;
|
57
|
-
}
|
58
|
-
|
59
|
-
// elements with a perspective value other than "none"
|
60
|
-
const perspective = vNode.getComputedStylePropertyValue('perspective');
|
61
|
-
if (perspective && perspective !== 'none') {
|
62
|
-
return true;
|
63
|
-
}
|
64
|
-
|
65
|
-
// element with a clip-path value other than "none"
|
66
|
-
const clipPath = vNode.getComputedStylePropertyValue('clip-path');
|
67
|
-
if (clipPath && clipPath !== 'none') {
|
68
|
-
return true;
|
69
|
-
}
|
70
|
-
|
71
|
-
// element with a mask value other than "none"
|
72
|
-
const mask =
|
73
|
-
vNode.getComputedStylePropertyValue('-webkit-mask') ||
|
74
|
-
vNode.getComputedStylePropertyValue('mask') ||
|
75
|
-
'none';
|
76
|
-
if (mask !== 'none') {
|
77
|
-
return true;
|
78
|
-
}
|
79
|
-
|
80
|
-
// element with a mask-image value other than "none"
|
81
|
-
const maskImage =
|
82
|
-
vNode.getComputedStylePropertyValue('-webkit-mask-image') ||
|
83
|
-
vNode.getComputedStylePropertyValue('mask-image') ||
|
84
|
-
'none';
|
85
|
-
if (maskImage !== 'none') {
|
86
|
-
return true;
|
87
|
-
}
|
88
|
-
|
89
|
-
// element with a mask-border value other than "none"
|
90
|
-
const maskBorder =
|
91
|
-
vNode.getComputedStylePropertyValue('-webkit-mask-border') ||
|
92
|
-
vNode.getComputedStylePropertyValue('mask-border') ||
|
93
|
-
'none';
|
94
|
-
if (maskBorder !== 'none') {
|
95
|
-
return true;
|
96
|
-
}
|
97
|
-
|
98
|
-
// elements with isolation set to "isolate"
|
99
|
-
if (vNode.getComputedStylePropertyValue('isolation') === 'isolate') {
|
100
|
-
return true;
|
101
|
-
}
|
102
|
-
|
103
|
-
// transform or opacity in will-change even if you don't specify values for these attributes directly
|
104
|
-
const willChange = vNode.getComputedStylePropertyValue('will-change');
|
105
|
-
if (willChange === 'transform' || willChange === 'opacity') {
|
106
|
-
return true;
|
107
|
-
}
|
108
|
-
|
109
|
-
// elements with -webkit-overflow-scrolling set to "touch"
|
110
|
-
if (
|
111
|
-
vNode.getComputedStylePropertyValue('-webkit-overflow-scrolling') ===
|
112
|
-
'touch'
|
113
|
-
) {
|
114
|
-
return true;
|
115
|
-
}
|
116
|
-
|
117
|
-
// element with a contain value of "layout" or "paint" or a composite value
|
118
|
-
// that includes either of them (i.e. contain: strict, contain: content).
|
119
|
-
const contain = vNode.getComputedStylePropertyValue('contain');
|
120
|
-
if (['layout', 'paint', 'strict', 'content'].includes(contain)) {
|
121
|
-
return true;
|
122
|
-
}
|
123
|
-
|
124
|
-
// a flex item or gird item with a z-index value other than "auto", that is the parent element display: flex|inline-flex|grid|inline-grid,
|
125
|
-
if (zIndex !== 'auto' && parentVNode) {
|
126
|
-
const parentDsiplay = parentVNode.getComputedStylePropertyValue('display');
|
127
|
-
if (
|
128
|
-
[
|
129
|
-
'flex',
|
130
|
-
'inline-flex',
|
131
|
-
'inline flex',
|
132
|
-
'grid',
|
133
|
-
'inline-grid',
|
134
|
-
'inline grid'
|
135
|
-
].includes(parentDsiplay)
|
136
|
-
) {
|
137
|
-
return true;
|
138
|
-
}
|
139
|
-
}
|
140
|
-
|
141
|
-
return false;
|
142
|
-
}
|
143
|
-
|
144
|
-
/**
|
145
|
-
* Check if a node or one of it's parents is floated.
|
146
|
-
* Floating position should be inherited from the parent tree
|
147
|
-
* @see https://github.com/dequelabs/axe-core/issues/2222
|
148
|
-
*/
|
149
|
-
function isFloated(vNode) {
|
150
|
-
if (!vNode) {
|
151
|
-
return false;
|
152
|
-
}
|
153
|
-
|
154
|
-
if (vNode._isFloated !== undefined) {
|
155
|
-
return vNode._isFloated;
|
156
|
-
}
|
157
|
-
|
158
|
-
const floatStyle = vNode.getComputedStylePropertyValue('float');
|
159
|
-
|
160
|
-
if (floatStyle !== 'none') {
|
161
|
-
vNode._isFloated = true;
|
162
|
-
return true;
|
163
|
-
}
|
164
|
-
|
165
|
-
const floated = isFloated(vNode.parent);
|
166
|
-
vNode._isFloated = floated;
|
167
|
-
return floated;
|
168
|
-
}
|
169
|
-
|
170
|
-
/**
|
171
|
-
* Return the index order of how to position this element. return nodes in non-positioned, floating, positioned order
|
172
|
-
* References:
|
173
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_without_z-index
|
174
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_and_float
|
175
|
-
* https://drafts.csswg.org/css2/visuren.html#layers
|
176
|
-
* @param {VirtualNode} vNode
|
177
|
-
* @return {Number}
|
178
|
-
*/
|
179
|
-
function getPositionOrder(vNode) {
|
180
|
-
if (vNode.getComputedStylePropertyValue('position') === 'static') {
|
181
|
-
// 5. the in-flow, inline-level, non-positioned descendants, including inline tables and inline blocks.
|
182
|
-
if (
|
183
|
-
vNode.getComputedStylePropertyValue('display').indexOf('inline') !== -1
|
184
|
-
) {
|
185
|
-
return 2;
|
186
|
-
}
|
187
|
-
|
188
|
-
// 4. the non-positioned floats.
|
189
|
-
if (isFloated(vNode)) {
|
190
|
-
return 1;
|
191
|
-
}
|
192
|
-
|
193
|
-
// 3. the in-flow, non-inline-level, non-positioned descendants.
|
194
|
-
return 0;
|
195
|
-
}
|
196
|
-
|
197
|
-
// 6. the child stacking contexts with stack level 0 and the positioned descendants with stack level 0.
|
198
|
-
return 3;
|
199
|
-
}
|
200
|
-
|
201
|
-
/**
|
202
|
-
* Visually sort nodes based on their stack order
|
203
|
-
* References:
|
204
|
-
* https://drafts.csswg.org/css2/visuren.html#layers
|
205
|
-
* @param {VirtualNode}
|
206
|
-
* @param {VirtualNode}
|
207
|
-
*/
|
208
|
-
function visuallySort(a, b) {
|
209
|
-
/*eslint no-bitwise: 0 */
|
210
|
-
for (let i = 0; i < a._stackingOrder.length; i++) {
|
211
|
-
if (typeof b._stackingOrder[i] === 'undefined') {
|
212
|
-
return -1;
|
213
|
-
}
|
214
|
-
|
215
|
-
// 7. the child stacking contexts with positive stack levels (least positive first).
|
216
|
-
if (b._stackingOrder[i] > a._stackingOrder[i]) {
|
217
|
-
return 1;
|
218
|
-
}
|
219
|
-
|
220
|
-
// 2. the child stacking contexts with negative stack levels (most negative first).
|
221
|
-
if (b._stackingOrder[i] < a._stackingOrder[i]) {
|
222
|
-
return -1;
|
223
|
-
}
|
224
|
-
}
|
225
|
-
|
226
|
-
// nodes are the same stacking order
|
227
|
-
let aNode = a.actualNode;
|
228
|
-
let bNode = b.actualNode;
|
229
|
-
|
230
|
-
// elements don't correctly calculate document position when comparing
|
231
|
-
// across shadow boundaries, so we need to compare the position of a
|
232
|
-
// shared host instead
|
233
|
-
|
234
|
-
// elements have different hosts
|
235
|
-
if (aNode.getRootNode && aNode.getRootNode() !== bNode.getRootNode()) {
|
236
|
-
// keep track of all parent hosts and find the one both nodes share
|
237
|
-
const boundaries = [];
|
238
|
-
while (aNode) {
|
239
|
-
boundaries.push({
|
240
|
-
root: aNode.getRootNode(),
|
241
|
-
node: aNode
|
242
|
-
});
|
243
|
-
aNode = aNode.getRootNode().host;
|
244
|
-
}
|
245
|
-
|
246
|
-
while (
|
247
|
-
bNode &&
|
248
|
-
!boundaries.find(boundary => boundary.root === bNode.getRootNode())
|
249
|
-
) {
|
250
|
-
bNode = bNode.getRootNode().host;
|
251
|
-
}
|
252
|
-
|
253
|
-
// bNode is a node that shares a host with some part of the a parent
|
254
|
-
// shadow tree, find the aNode that shares the same host as bNode
|
255
|
-
aNode = boundaries.find(boundary => boundary.root === bNode.getRootNode())
|
256
|
-
.node;
|
257
|
-
|
258
|
-
// sort child of shadow to it's host node by finding which element is
|
259
|
-
// the child of the host and sorting it before the host
|
260
|
-
if (aNode === bNode) {
|
261
|
-
return a.actualNode.getRootNode() !== aNode.getRootNode() ? -1 : 1;
|
262
|
-
}
|
263
|
-
}
|
264
|
-
|
265
|
-
const {
|
266
|
-
DOCUMENT_POSITION_FOLLOWING,
|
267
|
-
DOCUMENT_POSITION_CONTAINS,
|
268
|
-
DOCUMENT_POSITION_CONTAINED_BY
|
269
|
-
} = window.Node;
|
270
|
-
|
271
|
-
const docPosition = aNode.compareDocumentPosition(bNode);
|
272
|
-
const DOMOrder = docPosition & DOCUMENT_POSITION_FOLLOWING ? 1 : -1;
|
273
|
-
const isDescendant =
|
274
|
-
docPosition & DOCUMENT_POSITION_CONTAINS ||
|
275
|
-
docPosition & DOCUMENT_POSITION_CONTAINED_BY;
|
276
|
-
const aPosition = getPositionOrder(a);
|
277
|
-
const bPosition = getPositionOrder(b);
|
278
|
-
|
279
|
-
// a child of a positioned element should also be on top of the parent
|
280
|
-
if (aPosition === bPosition || isDescendant) {
|
281
|
-
return DOMOrder;
|
282
|
-
}
|
283
|
-
|
284
|
-
return bPosition - aPosition;
|
285
|
-
}
|
286
|
-
|
287
|
-
/**
|
288
|
-
* Determine the stacking order of an element. The stacking order is an array of
|
289
|
-
* zIndex values for each stacking context parent.
|
290
|
-
* @param {VirtualNode}
|
291
|
-
* @return {Number[]}
|
292
|
-
*/
|
293
|
-
function getStackingOrder(vNode, parentVNode) {
|
294
|
-
const stackingOrder = parentVNode._stackingOrder.slice();
|
295
|
-
const zIndex = vNode.getComputedStylePropertyValue('z-index');
|
296
|
-
if (zIndex !== 'auto') {
|
297
|
-
stackingOrder[stackingOrder.length - 1] = parseInt(zIndex);
|
298
|
-
}
|
299
|
-
if (isStackingContext(vNode, parentVNode)) {
|
300
|
-
stackingOrder.push(0);
|
301
|
-
}
|
302
|
-
|
303
|
-
return stackingOrder;
|
304
|
-
}
|
305
|
-
|
306
|
-
/**
|
307
|
-
* Return the parent node that is a scroll region.
|
308
|
-
* @param {VirtualNode}
|
309
|
-
* @return {VirtualNode|null}
|
310
|
-
*/
|
311
|
-
function findScrollRegionParent(vNode, parentVNode) {
|
312
|
-
let scrollRegionParent = null;
|
313
|
-
let checkedNodes = [vNode];
|
314
|
-
|
315
|
-
while (parentVNode) {
|
316
|
-
if (parentVNode._scrollRegionParent) {
|
317
|
-
scrollRegionParent = parentVNode._scrollRegionParent;
|
318
|
-
break;
|
319
|
-
}
|
320
|
-
|
321
|
-
if (axe.utils.getScroll(parentVNode.actualNode)) {
|
322
|
-
scrollRegionParent = parentVNode;
|
323
|
-
break;
|
324
|
-
}
|
325
|
-
|
326
|
-
checkedNodes.push(parentVNode);
|
327
|
-
parentVNode = axe.utils.getNodeFromTree(
|
328
|
-
parentVNode.actualNode.parentElement || parentVNode.actualNode.parentNode
|
329
|
-
);
|
330
|
-
}
|
331
|
-
|
332
|
-
// cache result of parent scroll region so we don't have to look up the entire
|
333
|
-
// tree again for a child node
|
334
|
-
checkedNodes.forEach(
|
335
|
-
vNode => (vNode._scrollRegionParent = scrollRegionParent)
|
336
|
-
);
|
337
|
-
return scrollRegionParent;
|
338
|
-
}
|
339
|
-
|
340
|
-
/**
|
341
|
-
* Add a node to every cell of the grid it intersects with.
|
342
|
-
* @param {Grid}
|
343
|
-
* @param {VirtualNode}
|
344
|
-
*/
|
345
|
-
function addNodeToGrid(grid, vNode) {
|
346
|
-
// save a reference to where this element is in the grid so we
|
347
|
-
// can find it even if it's in a subgrid
|
348
|
-
vNode._grid = grid;
|
349
|
-
|
350
|
-
vNode.clientRects.forEach(rect => {
|
351
|
-
const x = rect.left;
|
352
|
-
const y = rect.top;
|
353
|
-
|
354
|
-
// "| 0" is a faster way to do Math.floor
|
355
|
-
// @see https://jsperf.com/math-floor-vs-math-round-vs-parseint/152
|
356
|
-
const startRow = (y / gridSize) | 0;
|
357
|
-
const startCol = (x / gridSize) | 0;
|
358
|
-
const endRow = ((y + rect.height) / gridSize) | 0;
|
359
|
-
const endCol = ((x + rect.width) / gridSize) | 0;
|
360
|
-
|
361
|
-
for (let row = startRow; row <= endRow; row++) {
|
362
|
-
grid.cells[row] = grid.cells[row] || [];
|
363
|
-
|
364
|
-
for (let col = startCol; col <= endCol; col++) {
|
365
|
-
grid.cells[row][col] = grid.cells[row][col] || [];
|
366
|
-
|
367
|
-
if (!grid.cells[row][col].includes(vNode)) {
|
368
|
-
grid.cells[row][col].push(vNode);
|
369
|
-
}
|
370
|
-
}
|
371
|
-
}
|
372
|
-
});
|
373
|
-
}
|
374
|
-
|
375
|
-
/**
|
376
|
-
* Setup the 2d grid and add every element to it, even elements not
|
377
|
-
* included in the flat tree
|
378
|
-
*/
|
379
|
-
function createGrid(
|
380
|
-
root = document.body,
|
381
|
-
rootGrid = {
|
382
|
-
container: null,
|
383
|
-
cells: []
|
384
|
-
},
|
385
|
-
parentVNode = null
|
386
|
-
) {
|
387
|
-
// by not starting at the htmlElement we don't have to pass a custom
|
388
|
-
// filter function into the treeWalker to filter out head elements,
|
389
|
-
// which would be called for every node
|
390
|
-
if (!parentVNode) {
|
391
|
-
let vNode = axe.utils.getNodeFromTree(document.documentElement);
|
392
|
-
if (!vNode) {
|
393
|
-
vNode = new VirtualNode(document.documentElement);
|
394
|
-
}
|
395
|
-
|
396
|
-
vNode._stackingOrder = [0];
|
397
|
-
addNodeToGrid(rootGrid, vNode);
|
398
|
-
|
399
|
-
if (axe.utils.getScroll(vNode.actualNode)) {
|
400
|
-
const subGrid = {
|
401
|
-
container: vNode,
|
402
|
-
cells: []
|
403
|
-
};
|
404
|
-
vNode._subGrid = subGrid;
|
405
|
-
}
|
406
|
-
}
|
407
|
-
|
408
|
-
// IE11 requires the first 3 parameters
|
409
|
-
// @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createTreeWalker
|
410
|
-
const treeWalker = document.createTreeWalker(
|
411
|
-
root,
|
412
|
-
window.NodeFilter.SHOW_ELEMENT,
|
413
|
-
null,
|
414
|
-
false
|
415
|
-
);
|
416
|
-
let node = parentVNode ? treeWalker.nextNode() : treeWalker.currentNode;
|
417
|
-
while (node) {
|
418
|
-
let vNode = axe.utils.getNodeFromTree(node);
|
419
|
-
|
420
|
-
// an svg in IE11 does not have a parentElement but instead has a
|
421
|
-
// parentNode. but parentNode could be a shadow root so we need to
|
422
|
-
// verity it's in the tree first
|
423
|
-
if (node.parentElement) {
|
424
|
-
parentVNode = axe.utils.getNodeFromTree(node.parentElement);
|
425
|
-
} else if (node.parentNode && axe.utils.getNodeFromTree(node.parentNode)) {
|
426
|
-
parentVNode = axe.utils.getNodeFromTree(node.parentNode);
|
427
|
-
}
|
428
|
-
|
429
|
-
if (!vNode) {
|
430
|
-
vNode = new VirtualNode(node, parentVNode);
|
431
|
-
}
|
432
|
-
|
433
|
-
vNode._stackingOrder = getStackingOrder(vNode, parentVNode);
|
434
|
-
|
435
|
-
const scrollRegionParent = findScrollRegionParent(vNode, parentVNode);
|
436
|
-
const grid = scrollRegionParent ? scrollRegionParent._subGrid : rootGrid;
|
437
|
-
|
438
|
-
if (axe.utils.getScroll(vNode.actualNode)) {
|
439
|
-
const subGrid = {
|
440
|
-
container: vNode,
|
441
|
-
cells: []
|
442
|
-
};
|
443
|
-
vNode._subGrid = subGrid;
|
444
|
-
}
|
445
|
-
|
446
|
-
// filter out any elements with 0 width or height
|
447
|
-
// (we don't do this before so we can calculate stacking context
|
448
|
-
// of parents with 0 width/height)
|
449
|
-
const rect = vNode.boundingClientRect;
|
450
|
-
if (rect.width !== 0 && rect.height !== 0 && dom.isVisible(node)) {
|
451
|
-
addNodeToGrid(grid, vNode);
|
452
|
-
}
|
453
|
-
|
454
|
-
// add shadow root elements to the grid
|
455
|
-
if (axe.utils.isShadowRoot(node)) {
|
456
|
-
createGrid(node.shadowRoot, grid, vNode);
|
457
|
-
}
|
458
|
-
|
459
|
-
node = treeWalker.nextNode();
|
460
|
-
}
|
461
|
-
}
|
462
|
-
|
463
|
-
function getRectStack(grid, rect, recursed = false) {
|
464
|
-
// use center point of rect
|
465
|
-
let x = rect.left + rect.width / 2;
|
466
|
-
let y = rect.top + rect.height / 2;
|
467
|
-
|
468
|
-
// NOTE: there is a very rare edge case in Chrome vs Firefox that can
|
469
|
-
// return different results of `document.elementsFromPoint`. If the center
|
470
|
-
// point of the element is <1px outside of another elements bounding rect,
|
471
|
-
// Chrome appears to round the number up and return the element while Firefox
|
472
|
-
// keeps the number as is and won't return the element. In this case, we
|
473
|
-
// went with pixel perfect collision rather than rounding
|
474
|
-
const row = (y / gridSize) | 0;
|
475
|
-
const col = (x / gridSize) | 0;
|
476
|
-
let stack = grid.cells[row][col].filter(gridCellNode => {
|
477
|
-
return gridCellNode.clientRects.find(clientRect => {
|
478
|
-
let rectX = clientRect.left;
|
479
|
-
let rectY = clientRect.top;
|
480
|
-
|
481
|
-
// perform an AABB (axis-aligned bounding box) collision check for the
|
482
|
-
// point inside the rect
|
483
|
-
return (
|
484
|
-
x <= rectX + clientRect.width &&
|
485
|
-
x >= rectX &&
|
486
|
-
y <= rectY + clientRect.height &&
|
487
|
-
y >= rectY
|
488
|
-
);
|
489
|
-
});
|
490
|
-
});
|
491
|
-
|
492
|
-
const gridContainer = grid.container;
|
493
|
-
if (gridContainer) {
|
494
|
-
stack = getRectStack(
|
495
|
-
gridContainer._grid,
|
496
|
-
gridContainer.boundingClientRect,
|
497
|
-
true
|
498
|
-
).concat(stack);
|
499
|
-
}
|
500
|
-
|
501
|
-
if (!recursed) {
|
502
|
-
stack = stack
|
503
|
-
.sort(visuallySort)
|
504
|
-
.map(vNode => vNode.actualNode)
|
505
|
-
// always make sure html is the last element
|
506
|
-
.concat(document.documentElement)
|
507
|
-
// remove duplicates caused by adding client rects of the same node
|
508
|
-
.filter((node, index, array) => array.indexOf(node) === index);
|
509
|
-
}
|
510
|
-
|
511
|
-
return stack;
|
512
|
-
}
|
513
|
-
|
514
|
-
/**
|
515
|
-
* Return all elements that are at the center bounding rect of the passed in node.
|
516
|
-
* @method getElementStack
|
517
|
-
* @memberof axe.commons.dom
|
518
|
-
* @param {Node} node
|
519
|
-
* @return {Node[]}
|
520
|
-
*/
|
521
|
-
dom.getElementStack = function(node) {
|
522
|
-
if (!axe._cache.get('gridCreated')) {
|
523
|
-
createGrid();
|
524
|
-
axe._cache.set('gridCreated', true);
|
525
|
-
}
|
526
|
-
|
527
|
-
const vNode = axe.utils.getNodeFromTree(node);
|
528
|
-
const grid = vNode._grid;
|
529
|
-
|
530
|
-
if (!grid) {
|
531
|
-
return [];
|
532
|
-
}
|
533
|
-
|
534
|
-
return getRectStack(grid, vNode.boundingClientRect);
|
535
|
-
};
|
536
|
-
|
537
|
-
/**
|
538
|
-
* Return all elements that are at the center of each text client rect of the passed in node.
|
539
|
-
* @method getTextElementStack
|
540
|
-
* @memberof axe.commons.dom
|
541
|
-
* @param {Node} node
|
542
|
-
* @return {Array<Node[]>}
|
543
|
-
*/
|
544
|
-
dom.getTextElementStack = function(node) {
|
545
|
-
if (!axe._cache.get('gridCreated')) {
|
546
|
-
createGrid();
|
547
|
-
axe._cache.set('gridCreated', true);
|
548
|
-
}
|
549
|
-
|
550
|
-
const vNode = axe.utils.getNodeFromTree(node);
|
551
|
-
const grid = vNode._grid;
|
552
|
-
|
553
|
-
if (!grid) {
|
554
|
-
return [];
|
555
|
-
}
|
556
|
-
|
557
|
-
// for code blocks that use syntax highlighting, you can get a ton of client
|
558
|
-
// rects (See https://github.com/dequelabs/axe-core/issues/1985). they use
|
559
|
-
// a mixture of text nodes and other nodes (which will contain their own text
|
560
|
-
// nodes), but all we care about is checking the direct text nodes as the
|
561
|
-
// other nodes will have their own client rects checked. doing this speeds up
|
562
|
-
// color contrast significantly for large syntax highlighted code blocks
|
563
|
-
const clientRects = [];
|
564
|
-
Array.from(node.childNodes).forEach(elm => {
|
565
|
-
if (
|
566
|
-
elm.nodeType === 3 &&
|
567
|
-
axe.commons.text.sanitize(elm.textContent) !== ''
|
568
|
-
) {
|
569
|
-
const range = document.createRange();
|
570
|
-
range.selectNodeContents(elm);
|
571
|
-
const rects = range.getClientRects();
|
572
|
-
|
573
|
-
for (let i = 0; i < rects.length; i++) {
|
574
|
-
const rect = rects[i];
|
575
|
-
|
576
|
-
// filter out 0 width and height rects (newline characters)
|
577
|
-
// ie11 has newline characters return 0.00998, so we'll say if the
|
578
|
-
// line is < 1 it shouldn't be counted
|
579
|
-
if (rect.width >= 1 && rect.height >= 1) {
|
580
|
-
clientRects.push(rect);
|
581
|
-
}
|
582
|
-
}
|
583
|
-
}
|
584
|
-
});
|
585
|
-
|
586
|
-
return clientRects.map(rect => {
|
587
|
-
return getRectStack(grid, rect);
|
588
|
-
});
|
589
|
-
};
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/* global dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Return the document or document fragment (shadow DOM)
|
5
|
-
* @method getRootNode
|
6
|
-
* @memberof axe.commons.dom
|
7
|
-
* @instance
|
8
|
-
* @param {Element} node
|
9
|
-
* @returns {DocumentFragment|Document}
|
10
|
-
* @deprecated use axe.utils.getRootNode
|
11
|
-
*/
|
12
|
-
dom.getRootNode = axe.utils.getRootNode;
|