govuk_publishing_components 30.4.0 → 30.5.1
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/_layout-super-navigation-header.scss +59 -10
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +2 -4
- data/app/models/govuk_publishing_components/component_example.rb +2 -3
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +28 -27
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +6 -2
- data/config/locales/en.yml +8 -8
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/README.md +83 -53
- data/node_modules/axe-core/axe.d.ts +403 -224
- data/node_modules/axe-core/axe.js +23281 -21919
- data/node_modules/axe-core/axe.min.js +3 -3
- data/node_modules/axe-core/locales/da.json +795 -780
- data/node_modules/axe-core/locales/de.json +932 -621
- data/node_modules/axe-core/locales/es.json +786 -771
- data/node_modules/axe-core/locales/eu.json +787 -0
- data/node_modules/axe-core/locales/fr.json +982 -840
- data/node_modules/axe-core/locales/ja.json +988 -880
- data/node_modules/axe-core/locales/ko.json +999 -775
- data/node_modules/axe-core/locales/nl.json +46 -34
- data/node_modules/axe-core/locales/pl.json +965 -0
- data/node_modules/axe-core/locales/pt_BR.json +966 -880
- data/node_modules/axe-core/package.json +189 -145
- data/node_modules/axe-core/sri-history.json +312 -192
- data/node_modules/govuk-frontend/govuk/all.js +64 -44
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +3 -13
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/details/details.js +8 -20
- data/node_modules/govuk-frontend/govuk/components/details/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/details/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +9 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +59 -20
- data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +40 -0
- data/node_modules/govuk-frontend/govuk/components/footer/template.njk +17 -7
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +14 -21
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +11 -11
- data/node_modules/govuk-frontend/govuk/components/header/header.js +53 -11
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss +9 -10
- data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/panel/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/panel/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss +6 -0
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +15 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +37 -10
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +69 -4
- data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +3 -3
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +13 -13
- data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +14 -7
- data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +56 -12
- data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +4 -8
- data/node_modules/govuk-frontend/govuk/template.njk +5 -5
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +3 -13
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +8 -20
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +53 -11
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +6 -598
- 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,13 +0,0 @@
|
|
1
|
-
/* global forms */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determines if an element is a native select element
|
5
|
-
* @method isNativeSelect
|
6
|
-
* @memberof axe.commons.forms
|
7
|
-
* @param {Element} node Node to determine if select
|
8
|
-
* @returns {Bool}
|
9
|
-
*/
|
10
|
-
forms.isNativeSelect = function(node) {
|
11
|
-
const nodeName = node.nodeName.toUpperCase();
|
12
|
-
return nodeName === 'SELECT';
|
13
|
-
};
|
@@ -1,28 +0,0 @@
|
|
1
|
-
/* global forms */
|
2
|
-
const nonTextInputTypes = [
|
3
|
-
'button',
|
4
|
-
'checkbox',
|
5
|
-
'color',
|
6
|
-
'file',
|
7
|
-
'hidden',
|
8
|
-
'image',
|
9
|
-
'password',
|
10
|
-
'radio',
|
11
|
-
'reset',
|
12
|
-
'submit'
|
13
|
-
];
|
14
|
-
|
15
|
-
/**
|
16
|
-
* Determines if an element is a native textbox element
|
17
|
-
* @method isNativeTextbox
|
18
|
-
* @memberof axe.commons.forms
|
19
|
-
* @param {Element} node Node to determine if textbox
|
20
|
-
* @returns {Bool}
|
21
|
-
*/
|
22
|
-
forms.isNativeTextbox = function(node) {
|
23
|
-
const nodeName = node.nodeName.toUpperCase();
|
24
|
-
return (
|
25
|
-
nodeName === 'TEXTAREA' ||
|
26
|
-
(nodeName === 'INPUT' && !nonTextInputTypes.includes(node.type))
|
27
|
-
);
|
28
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
(function () {
|
@@ -1,27 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
/**
|
3
|
-
* Check if a virtual node matches some attribute(s)
|
4
|
-
*
|
5
|
-
* Note: matches.attributes(vNode, matcher) can be indirectly used through
|
6
|
-
* matches(vNode, { attributes: matcher })
|
7
|
-
*
|
8
|
-
* Example:
|
9
|
-
* ```js
|
10
|
-
* matches.attributes(vNode, {
|
11
|
-
* 'aria-live': 'assertive', // Simple string match
|
12
|
-
* 'aria-expanded': /true|false/i, // either boolean, case insensitive
|
13
|
-
* })
|
14
|
-
* ```
|
15
|
-
*
|
16
|
-
* @deprecated HTMLElement is deprecated, use VirtualNode instead
|
17
|
-
*
|
18
|
-
* @param {HTMLElement|VirtualNode} vNode
|
19
|
-
* @param {Object} Attribute matcher
|
20
|
-
* @returns {Boolean}
|
21
|
-
*/
|
22
|
-
matches.attributes = function matchesAttributes(vNode, matcher) {
|
23
|
-
if (!(vNode instanceof axe.AbstractVirtualNode)) {
|
24
|
-
vNode = axe.utils.getNodeFromTree(vNode);
|
25
|
-
}
|
26
|
-
return matches.fromFunction(attrName => vNode.attr(attrName), matcher);
|
27
|
-
};
|
@@ -1,19 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
/**
|
3
|
-
* Check if a "thing" is truthy according to a "condition"
|
4
|
-
*
|
5
|
-
* Note: matches.condition(node, matcher) can be indirectly used through
|
6
|
-
* matches(node, { condition: matcher })
|
7
|
-
*
|
8
|
-
* Example:
|
9
|
-
* ```js
|
10
|
-
* matches.condition(node, (arg) => arg === null)
|
11
|
-
* ```
|
12
|
-
*
|
13
|
-
* @param {any} argument
|
14
|
-
* @param {Function|Null|undefined} condition
|
15
|
-
* @returns {Boolean}
|
16
|
-
*/
|
17
|
-
matches.condition = function(arg, condition) {
|
18
|
-
return !!condition(arg);
|
19
|
-
};
|
@@ -1,52 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
const matchers = ['nodeName', 'attributes', 'properties', 'condition'];
|
3
|
-
|
4
|
-
/**
|
5
|
-
* Check if a virtual node matches some definition
|
6
|
-
*
|
7
|
-
* Note: matches.fromDefinition(vNode, definition) can be indirectly used through
|
8
|
-
* matches(vNode, definition)
|
9
|
-
*
|
10
|
-
* Example:
|
11
|
-
* ```js
|
12
|
-
* matches.fromDefinition(vNode, {
|
13
|
-
* nodeName: ['div', 'span']
|
14
|
-
* attributes: {
|
15
|
-
* 'aria-live': 'assertive'
|
16
|
-
* }
|
17
|
-
* })
|
18
|
-
* ```
|
19
|
-
*
|
20
|
-
* @deprecated HTMLElement is deprecated, use VirtualNode instead
|
21
|
-
*
|
22
|
-
* @private
|
23
|
-
* @param {HTMLElement|VirtualNode} vNode
|
24
|
-
* @param {Object|Array<Object>} definition
|
25
|
-
* @returns {Boolean}
|
26
|
-
*/
|
27
|
-
matches.fromDefinition = function matchFromDefinition(vNode, definition) {
|
28
|
-
if (!(vNode instanceof axe.AbstractVirtualNode)) {
|
29
|
-
vNode = axe.utils.getNodeFromTree(vNode);
|
30
|
-
}
|
31
|
-
|
32
|
-
if (Array.isArray(definition)) {
|
33
|
-
return definition.some(definitionItem => matches(vNode, definitionItem));
|
34
|
-
}
|
35
|
-
if (typeof definition === 'string') {
|
36
|
-
return axe.utils.matches(vNode, definition);
|
37
|
-
}
|
38
|
-
|
39
|
-
return Object.keys(definition).every(matcherName => {
|
40
|
-
if (!matchers.includes(matcherName)) {
|
41
|
-
throw new Error(`Unknown matcher type "${matcherName}"`);
|
42
|
-
}
|
43
|
-
// Find the specific matches method to.
|
44
|
-
// matches.attributes, matches.nodeName, matches.properties, etc.
|
45
|
-
const matchMethod = matches[matcherName];
|
46
|
-
|
47
|
-
// Find the matcher that goes into the matches method.
|
48
|
-
// 'div', /^div$/, (str) => str === 'div', etc.
|
49
|
-
const matcher = definition[matcherName];
|
50
|
-
return matchMethod(vNode, matcher);
|
51
|
-
});
|
52
|
-
};
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Check if the value from a function matches some condition
|
5
|
-
*
|
6
|
-
* Each key on the matcher object is passed to getValue, the returned value must match
|
7
|
-
* with the value of that matcher
|
8
|
-
*
|
9
|
-
* Example:
|
10
|
-
* ```js
|
11
|
-
* matches.fromFunction(
|
12
|
-
* (attr => node.getAttribute(attr),
|
13
|
-
* {
|
14
|
-
* 'aria-hidden': /^true|false$/i
|
15
|
-
* }
|
16
|
-
* )
|
17
|
-
* ```
|
18
|
-
*
|
19
|
-
* @private
|
20
|
-
* @param {Function} getValue
|
21
|
-
* @param {Object} matcher matcher
|
22
|
-
* @returns {Boolean}
|
23
|
-
*/
|
24
|
-
matches.fromFunction = function matchFromFunction(getValue, matcher) {
|
25
|
-
const matcherType = typeof matcher;
|
26
|
-
if (
|
27
|
-
matcherType !== 'object' ||
|
28
|
-
Array.isArray(matcher) ||
|
29
|
-
matcher instanceof RegExp
|
30
|
-
) {
|
31
|
-
throw new Error('Expect matcher to be an object');
|
32
|
-
}
|
33
|
-
|
34
|
-
// Check that the property has all the expected values
|
35
|
-
return Object.keys(matcher).every(propName => {
|
36
|
-
return matches.fromPrimative(getValue(propName), matcher[propName]);
|
37
|
-
});
|
38
|
-
};
|
@@ -1,30 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Check if some value matches
|
5
|
-
*
|
6
|
-
* ```js
|
7
|
-
* match.fromPrimative('foo', 'foo') // true, string is the same
|
8
|
-
* match.fromPrimative('foo', ['foo', 'bar']) // true, string is included
|
9
|
-
* match.fromPrimative('foo', /foo/) // true, string matches regex
|
10
|
-
* match.fromPrimative('foo', str => str.toUpperCase() === 'FOO') // true, function return is truthy
|
11
|
-
* ```
|
12
|
-
*
|
13
|
-
* @private
|
14
|
-
* @param {String|Boolean|Array|Number|Null|Undefined} someString
|
15
|
-
* @param {String|RegExp|Function|Array<String>|Null|Undefined} matcher
|
16
|
-
* @returns {Boolean}
|
17
|
-
*/
|
18
|
-
matches.fromPrimative = function matchFromPrimative(someString, matcher) {
|
19
|
-
const matcherType = typeof matcher;
|
20
|
-
if (Array.isArray(matcher) && typeof someString !== 'undefined') {
|
21
|
-
return matcher.includes(someString);
|
22
|
-
}
|
23
|
-
if (matcherType === 'function') {
|
24
|
-
return !!matcher(someString);
|
25
|
-
}
|
26
|
-
if (matcher instanceof RegExp) {
|
27
|
-
return matcher.test(someString);
|
28
|
-
}
|
29
|
-
return matcher === someString;
|
30
|
-
};
|
@@ -1,39 +0,0 @@
|
|
1
|
-
/* exported matches */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Check if a virtual node matches a definition
|
5
|
-
*
|
6
|
-
* Example:
|
7
|
-
* ```js
|
8
|
-
* // Match a single nodeName:
|
9
|
-
* axe.commons.matches(vNode, 'div')
|
10
|
-
*
|
11
|
-
* // Match one of multiple nodeNames:
|
12
|
-
* axe.commons.matches(vNode, ['ul', 'ol'])
|
13
|
-
*
|
14
|
-
* // Match a node with nodeName 'button' and with aria-hidden: true:
|
15
|
-
* axe.commons.matches(vNode, {
|
16
|
-
* nodeName: 'button',
|
17
|
-
* attributes: { 'aria-hidden': 'true' }
|
18
|
-
* })
|
19
|
-
*
|
20
|
-
* // Mixed input. Match button nodeName, input[type=button] and input[type=reset]
|
21
|
-
* axe.commons.matches(vNode, ['button', {
|
22
|
-
* nodeName: 'input', // nodeName match isn't case sensitive
|
23
|
-
* properties: { type: ['button', 'reset'] }
|
24
|
-
* }])
|
25
|
-
* ```
|
26
|
-
*
|
27
|
-
* @deprecated HTMLElement is deprecated, use VirtualNode instead
|
28
|
-
*
|
29
|
-
* @namespace matches
|
30
|
-
* @memberof axe.commons
|
31
|
-
* @param {HTMLElement|VirtualNode} vNode virtual node to verify attributes against constraints
|
32
|
-
* @param {Array<ElementDefinition>|String|Object|Function|Regex} definition
|
33
|
-
* @return {Boolean} true/ false based on if vNode passes the constraints expected
|
34
|
-
*/
|
35
|
-
function matches(vNode, definition) {
|
36
|
-
return matches.fromDefinition(vNode, definition);
|
37
|
-
}
|
38
|
-
|
39
|
-
commons.matches = matches;
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
/**
|
3
|
-
* Check if the nodeName of a virtual node matches some value.
|
4
|
-
*
|
5
|
-
* Note: matches.nodeName(vNode, matcher) can be indirectly used through
|
6
|
-
* matches(vNode, { nodeName: matcher })
|
7
|
-
*
|
8
|
-
* Example:
|
9
|
-
* ```js
|
10
|
-
* matches.nodeName(vNode, ['div', 'span'])
|
11
|
-
* ```
|
12
|
-
*
|
13
|
-
* @deprecated HTMLElement is deprecated, use VirtualNode instead
|
14
|
-
*
|
15
|
-
* @param {HTMLElement|VirtualNode} vNode
|
16
|
-
* @param {Object} Attribute matcher
|
17
|
-
* @returns {Boolean}
|
18
|
-
*/
|
19
|
-
matches.nodeName = function matchNodeName(vNode, matcher) {
|
20
|
-
if (!(vNode instanceof axe.AbstractVirtualNode)) {
|
21
|
-
vNode = axe.utils.getNodeFromTree(vNode);
|
22
|
-
}
|
23
|
-
return matches.fromPrimative(vNode.props.nodeName, matcher);
|
24
|
-
};
|
@@ -1,28 +0,0 @@
|
|
1
|
-
/* global matches */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Check if a virtual node matches some attribute(s)
|
5
|
-
*
|
6
|
-
* Note: matches.properties(vNode, matcher) can be indirectly used through
|
7
|
-
* matches(vNode, { properties: matcher })
|
8
|
-
*
|
9
|
-
* Example:
|
10
|
-
* ```js
|
11
|
-
* matches.properties(vNode, {
|
12
|
-
* type: 'text', // Simple string match
|
13
|
-
* value: value => value.trim() !== '', // None-empty value, using a function matcher
|
14
|
-
* })
|
15
|
-
* ```
|
16
|
-
*
|
17
|
-
* @deprecated HTMLElement is deprecated, use VirtualNode instead
|
18
|
-
*
|
19
|
-
* @param {HTMLElement|VirtualNode} vNode
|
20
|
-
* @param {Object} matcher
|
21
|
-
* @returns {Boolean}
|
22
|
-
*/
|
23
|
-
matches.properties = function matchesProperties(vNode, matcher) {
|
24
|
-
if (!(vNode instanceof axe.AbstractVirtualNode)) {
|
25
|
-
vNode = axe.utils.getNodeFromTree(vNode);
|
26
|
-
}
|
27
|
-
return matches.fromFunction(propName => vNode.props[propName], matcher);
|
28
|
-
};
|
@@ -1,28 +0,0 @@
|
|
1
|
-
/* global table */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Returns all cells contained in given HTMLTableElement
|
5
|
-
* @method getAllCells
|
6
|
-
* @memberof axe.commons.table
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLTableElement} tableElm Table Element to get cells from
|
9
|
-
* @return {Array<HTMLTableCellElement>}
|
10
|
-
*/
|
11
|
-
table.getAllCells = function(tableElm) {
|
12
|
-
var rowIndex, cellIndex, rowLength, cellLength;
|
13
|
-
var cells = [];
|
14
|
-
for (
|
15
|
-
rowIndex = 0, rowLength = tableElm.rows.length;
|
16
|
-
rowIndex < rowLength;
|
17
|
-
rowIndex++
|
18
|
-
) {
|
19
|
-
for (
|
20
|
-
cellIndex = 0, cellLength = tableElm.rows[rowIndex].cells.length;
|
21
|
-
cellIndex < cellLength;
|
22
|
-
cellIndex++
|
23
|
-
) {
|
24
|
-
cells.push(tableElm.rows[rowIndex].cells[cellIndex]);
|
25
|
-
}
|
26
|
-
}
|
27
|
-
return cells;
|
28
|
-
};
|
@@ -1,28 +0,0 @@
|
|
1
|
-
/* global table, dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Get the x, y coordinates of a table cell; normalized for rowspan and colspan
|
5
|
-
* @method getCellPosition
|
6
|
-
* @memberof axe.commons.table
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLTableCellElement} cell The table cell of which to get the position
|
9
|
-
* @return {Object} Object with `x` and `y` properties of the coordinates
|
10
|
-
*/
|
11
|
-
table.getCellPosition = axe.utils.memoize(function(cell, tableGrid) {
|
12
|
-
var rowIndex, index;
|
13
|
-
if (!tableGrid) {
|
14
|
-
tableGrid = table.toGrid(dom.findUp(cell, 'table'));
|
15
|
-
}
|
16
|
-
|
17
|
-
for (rowIndex = 0; rowIndex < tableGrid.length; rowIndex++) {
|
18
|
-
if (tableGrid[rowIndex]) {
|
19
|
-
index = tableGrid[rowIndex].indexOf(cell);
|
20
|
-
if (index !== -1) {
|
21
|
-
return {
|
22
|
-
x: index,
|
23
|
-
y: rowIndex
|
24
|
-
};
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
});
|
@@ -1,79 +0,0 @@
|
|
1
|
-
/* global table */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Loop through the table grid looking for headers and caching the result.
|
5
|
-
* @param {String} headerType The type of header to look for ("row" or "col")
|
6
|
-
* @param {Object} position The position of the cell to start looking
|
7
|
-
* @param {Array} tablegrid A matrix of the table obtained using axe.commons.table.toGrid
|
8
|
-
* @return {Array<HTMLTableCellElement>} Array of HTMLTableCellElements that are headers
|
9
|
-
*/
|
10
|
-
function traverseForHeaders(headerType, position, tableGrid) {
|
11
|
-
const property = headerType === 'row' ? '_rowHeaders' : '_colHeaders';
|
12
|
-
const predicate =
|
13
|
-
headerType === 'row' ? table.isRowHeader : table.isColumnHeader;
|
14
|
-
const rowEnd = headerType === 'row' ? position.y : 0;
|
15
|
-
const colEnd = headerType === 'row' ? 0 : position.x;
|
16
|
-
|
17
|
-
let headers;
|
18
|
-
const cells = [];
|
19
|
-
for (let row = position.y; row >= rowEnd && !headers; row--) {
|
20
|
-
for (let col = position.x; col >= colEnd; col--) {
|
21
|
-
const cell = tableGrid[row] ? tableGrid[row][col] : undefined;
|
22
|
-
|
23
|
-
if (!cell) {
|
24
|
-
continue;
|
25
|
-
}
|
26
|
-
|
27
|
-
// stop traversing once we've found a cache
|
28
|
-
const vNode = axe.utils.getNodeFromTree(cell);
|
29
|
-
if (vNode[property]) {
|
30
|
-
headers = vNode[property];
|
31
|
-
break;
|
32
|
-
}
|
33
|
-
|
34
|
-
cells.push(cell);
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
// need to check that the cells we've traversed are headers
|
39
|
-
headers = (headers || []).concat(cells.filter(predicate));
|
40
|
-
|
41
|
-
// cache results
|
42
|
-
cells.forEach(tableCell => {
|
43
|
-
const vNode = axe.utils.getNodeFromTree(tableCell);
|
44
|
-
vNode[property] = headers;
|
45
|
-
});
|
46
|
-
|
47
|
-
return headers;
|
48
|
-
}
|
49
|
-
|
50
|
-
/**
|
51
|
-
* Get any associated table headers for a `HTMLTableCellElement`
|
52
|
-
* @method getHeaders
|
53
|
-
* @memberof axe.commons.table
|
54
|
-
* @instance
|
55
|
-
* @param {HTMLTableCellElement} cell The cell of which to get headers
|
56
|
-
* @param {Array} [tablegrid] A matrix of the table obtained using axe.commons.table.toGrid
|
57
|
-
* @return {Array<HTMLTableCellElement>} Array of headers associated to the table cell
|
58
|
-
*/
|
59
|
-
table.getHeaders = function(cell, tableGrid) {
|
60
|
-
if (cell.getAttribute('headers')) {
|
61
|
-
const headers = commons.dom.idrefs(cell, 'headers');
|
62
|
-
|
63
|
-
// testing has shown that if the headers attribute is incorrect the browser
|
64
|
-
// will default to the table row/column headers
|
65
|
-
if (headers.filter(header => header).length) {
|
66
|
-
return headers;
|
67
|
-
}
|
68
|
-
}
|
69
|
-
if (!tableGrid) {
|
70
|
-
tableGrid = commons.table.toGrid(commons.dom.findUp(cell, 'table'));
|
71
|
-
}
|
72
|
-
const position = commons.table.getCellPosition(cell, tableGrid);
|
73
|
-
|
74
|
-
// TODO: RTL text
|
75
|
-
const rowHeaders = traverseForHeaders('row', position, tableGrid);
|
76
|
-
const colHeaders = traverseForHeaders('col', position, tableGrid);
|
77
|
-
|
78
|
-
return [].concat(rowHeaders, colHeaders).reverse();
|
79
|
-
};
|
@@ -1,54 +0,0 @@
|
|
1
|
-
/* global table, dom */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determine if a `HTMLTableCellElement` is a column header, if so get the scope of the header
|
5
|
-
* @method getScope
|
6
|
-
* @memberof axe.commons.table
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLTableCellElement} cell The table cell to test
|
9
|
-
* @return {Boolean|String} Returns `false` if not a column header, or the scope of the column header element
|
10
|
-
*/
|
11
|
-
table.getScope = function(cell) {
|
12
|
-
var scope = cell.getAttribute('scope');
|
13
|
-
var role = cell.getAttribute('role');
|
14
|
-
|
15
|
-
if (
|
16
|
-
cell instanceof Element === false ||
|
17
|
-
['TD', 'TH'].indexOf(cell.nodeName.toUpperCase()) === -1
|
18
|
-
) {
|
19
|
-
throw new TypeError('Expected TD or TH element');
|
20
|
-
}
|
21
|
-
|
22
|
-
if (role === 'columnheader') {
|
23
|
-
return 'col';
|
24
|
-
} else if (role === 'rowheader') {
|
25
|
-
return 'row';
|
26
|
-
} else if (scope === 'col' || scope === 'row') {
|
27
|
-
return scope;
|
28
|
-
} else if (cell.nodeName.toUpperCase() !== 'TH') {
|
29
|
-
return false;
|
30
|
-
}
|
31
|
-
var tableGrid = table.toGrid(dom.findUp(cell, 'table'));
|
32
|
-
var pos = table.getCellPosition(cell, tableGrid);
|
33
|
-
|
34
|
-
// The element is in a row with all th elements, that makes it a column header
|
35
|
-
var headerRow = tableGrid[pos.y].reduce((headerRow, cell) => {
|
36
|
-
return headerRow && cell.nodeName.toUpperCase() === 'TH';
|
37
|
-
}, true);
|
38
|
-
|
39
|
-
if (headerRow) {
|
40
|
-
return 'col';
|
41
|
-
}
|
42
|
-
|
43
|
-
// The element is in a column with all th elements, that makes it a row header
|
44
|
-
var headerCol = tableGrid
|
45
|
-
.map(col => col[pos.x])
|
46
|
-
.reduce((headerCol, cell) => {
|
47
|
-
return headerCol && cell && cell.nodeName.toUpperCase() === 'TH';
|
48
|
-
}, true);
|
49
|
-
|
50
|
-
if (headerCol) {
|
51
|
-
return 'row';
|
52
|
-
}
|
53
|
-
return 'auto';
|
54
|
-
};
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/* global table */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determine if a `HTMLTableCellElement` is a column header
|
5
|
-
* @method isColumnHeader
|
6
|
-
* @memberof axe.commons.table
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLTableCellElement} element The table cell to test
|
9
|
-
* @return {Boolean}
|
10
|
-
*/
|
11
|
-
table.isColumnHeader = function(element) {
|
12
|
-
return ['col', 'auto'].indexOf(table.getScope(element)) !== -1;
|
13
|
-
};
|
@@ -1,22 +0,0 @@
|
|
1
|
-
/* global table */
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Determine if a `HTMLTableCellElement` is a data cell
|
5
|
-
* @method isDataCell
|
6
|
-
* @memberof axe.commons.table
|
7
|
-
* @instance
|
8
|
-
* @param {HTMLTableCellElement} node The table cell to test
|
9
|
-
* @return {Boolean}
|
10
|
-
*/
|
11
|
-
table.isDataCell = function(cell) {
|
12
|
-
// @see http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#empty-cell
|
13
|
-
if (!cell.children.length && !cell.textContent.trim()) {
|
14
|
-
return false;
|
15
|
-
}
|
16
|
-
const role = cell.getAttribute('role');
|
17
|
-
if (axe.commons.aria.isValidRole(role)) {
|
18
|
-
return ['cell', 'gridcell'].includes(role);
|
19
|
-
} else {
|
20
|
-
return cell.nodeName.toUpperCase() === 'TD';
|
21
|
-
}
|
22
|
-
};
|