From 03b8747f557aeae01e25552cfe2016274bbd370d Mon Sep 17 00:00:00 2001 From: IsaDC <70024509+IsaDC@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:03:13 -0600 Subject: [PATCH] Create tests for APG design pattern example: Contentinfo Landmark (#549) * Add references.csv * Add timestamped example directory and update references.csv * Add commands.csv * Add tests.csv * Update tests and commands * Add setup scripts * Update example * Update keys.mjs * Fix setup script name * Generate test and review files automatically Co-authored-by: James Scholes Co-authored-by: jscholes --- build/index.html | 60 +- build/review/alert.html | 18 +- build/review/banner.html | 64 +- build/review/breadcrumb.html | 30 +- build/review/checkbox-tri-state.html | 60 +- build/review/checkbox.html | 64 +- .../combobox-autocomplete-both-updated.html | 164 +- build/review/combobox-select-only.html | 88 +- build/review/command-button.html | 30 +- build/review/complementary.html | 56 +- build/review/contentinfo.html | 1813 +++++ build/review/datepicker-spin-button.html | 54 +- build/review/disclosure-faq.html | 64 +- build/review/disclosure-navigation.html | 104 +- build/review/horizontal-slider.html | 54 +- ...menu-button-actions-active-descendant.html | 64 +- build/review/menu-button-actions.html | 64 +- build/review/menubar-editor.html | 92 +- build/review/meter.html | 30 +- build/review/minimal-data-grid.html | 122 +- build/review/modal-dialog.html | 70 +- .../radiogroup-aria-activedescendant.html | 90 +- build/review/radiogroup-roving-tabindex.html | 90 +- build/review/rating-slider.html | 54 +- build/review/seek-slider.html | 54 +- build/review/switch.html | 60 +- build/review/tabs-manual-activation.html | 70 +- build/review/toggle-button.html | 60 +- build/review/vertical-temperature-slider.html | 54 +- build/tests/complementary/commands.json | 22 +- .../2021-10-24_142522/complementary.html | 25 +- ...ntary-landmark-reading-jaws.collected.json | 10 + ...ntary-landmark-reading-nvda.collected.json | 10 + ...t-of-a-complementary-landmark-reading.html | 13 +- ...-a-complementary-landmark-interaction.html | 13 +- ...-a-complementary-landmark-interaction.html | 13 +- ...ntary-landmark-reading-jaws.collected.json | 10 + ...ntary-landmark-reading-nvda.collected.json | 10 + ...t-of-a-complementary-landmark-reading.html | 9 +- ...-a-complementary-landmark-interaction.html | 9 +- ...-a-complementary-landmark-interaction.html | 9 +- build/tests/contentinfo/commands.json | 116 + build/tests/contentinfo/index.html | 92 + .../2021-10-24_151010/contentinfo.html | 65 + .../contentinfo.setFocusAfterContentinfo.html | 67 + ...contentinfo.setFocusBeforeContentinfo.html | 67 + .../contentinfo.setFocusOnBottomLink.html | 67 + .../contentinfo.setFocusOnTopLink.html | 67 + .../css/bootstrap-accessibility.css | 62 + .../2021-10-24_151010/css/bootstrap-theme.css | 476 ++ .../2021-10-24_151010/css/bootstrap.css | 6560 +++++++++++++++++ .../2021-10-24_151010/css/common.css | 179 + .../2021-10-24_151010/css/visua11y.css | 67 + .../images/landmarks-jaws.png | Bin 0 -> 108670 bytes .../images/landmarks-nvda.png | Bin 0 -> 219023 bytes .../images/landmarks-orca.png | Bin 0 -> 219017 bytes .../images/landmarks-skipto.png | Bin 0 -> 193199 bytes .../2021-10-24_151010/images/landmarks-vo.png | Bin 0 -> 429475 bytes .../2021-10-24_151010/images/w3c.png | Bin 0 -> 2769 bytes .../js/bootstrap-accessibility-2.js | 25 + .../js/bootstrap-accessibility.min.js | 4 + .../2021-10-24_151010/js/bootstrap.min.js | 7 + .../2021-10-24_151010/js/jquery-2.1.1.min.js | 4 + .../reference/2021-10-24_151010/js/show.js | 45 + .../2021-10-24_151010/js/visua11y.js | 1699 +++++ build/tests/contentinfo/scripts.jsonp.js | 18 + build/tests/contentinfo/scripts.module.js | 19 + .../scripts/setFocusAfterContentinfo.jsonp.js | 6 + .../setFocusAfterContentinfo.module.js | 4 + .../setFocusBeforeContentinfo.jsonp.js | 6 + .../setFocusBeforeContentinfo.module.js | 4 + .../scripts/setFocusOnBottomLink.jsonp.js | 6 + .../scripts/setFocusOnBottomLink.module.js | 4 + .../scripts/setFocusOnTopLink.jsonp.js | 6 + .../scripts/setFocusOnTopLink.module.js | 4 + ...tinfo-landmark-reading-jaws.collected.html | 72 + ...tinfo-landmark-reading-jaws.collected.json | 96 + ...tinfo-landmark-reading-nvda.collected.html | 72 + ...tinfo-landmark-reading-nvda.collected.json | 106 + ...s-into-a-contentinfo-landmark-reading.html | 83 + ...s-into-a-contentinfo-landmark-reading.json | 25 + ...o-landmark-interaction-jaws.collected.html | 72 + ...o-landmark-interaction-jaws.collected.json | 66 + ...o-landmark-interaction-nvda.collected.html | 72 + ...o-landmark-interaction-nvda.collected.json | 66 + ...to-a-contentinfo-landmark-interaction.html | 83 + ...to-a-contentinfo-landmark-interaction.json | 25 + ...interaction-voiceover_macos.collected.html | 72 + ...interaction-voiceover_macos.collected.json | 80 + ...to-a-contentinfo-landmark-interaction.html | 82 + ...to-a-contentinfo-landmark-interaction.json | 24 + ...tinfo-landmark-reading-jaws.collected.html | 72 + ...tinfo-landmark-reading-jaws.collected.json | 86 + ...tinfo-landmark-reading-nvda.collected.html | 72 + ...tinfo-landmark-reading-nvda.collected.json | 96 + ...s-into-a-contentinfo-landmark-reading.html | 81 + ...s-into-a-contentinfo-landmark-reading.json | 25 + ...o-landmark-interaction-jaws.collected.html | 72 + ...o-landmark-interaction-jaws.collected.json | 66 + ...o-landmark-interaction-nvda.collected.html | 72 + ...o-landmark-interaction-nvda.collected.json | 66 + ...to-a-contentinfo-landmark-interaction.html | 81 + ...to-a-contentinfo-landmark-interaction.json | 25 + ...interaction-voiceover_macos.collected.html | 72 + ...interaction-voiceover_macos.collected.json | 80 + ...to-a-contentinfo-landmark-interaction.html | 80 + ...to-a-contentinfo-landmark-interaction.json | 24 + ...tinfo-landmark-reading-jaws.collected.html | 72 + ...tinfo-landmark-reading-jaws.collected.json | 86 + ...tinfo-landmark-reading-nvda.collected.html | 72 + ...tinfo-landmark-reading-nvda.collected.json | 96 + ...out-of-a-contentinfo-landmark-reading.html | 81 + ...out-of-a-contentinfo-landmark-reading.json | 25 + ...o-landmark-interaction-jaws.collected.html | 72 + ...o-landmark-interaction-jaws.collected.json | 66 + ...o-landmark-interaction-nvda.collected.html | 72 + ...o-landmark-interaction-nvda.collected.json | 66 + ...of-a-contentinfo-landmark-interaction.html | 81 + ...of-a-contentinfo-landmark-interaction.json | 25 + ...interaction-voiceover_macos.collected.html | 72 + ...interaction-voiceover_macos.collected.json | 80 + ...of-a-contentinfo-landmark-interaction.html | 80 + ...of-a-contentinfo-landmark-interaction.json | 24 + ...tinfo-landmark-reading-jaws.collected.html | 72 + ...tinfo-landmark-reading-jaws.collected.json | 86 + ...tinfo-landmark-reading-nvda.collected.html | 72 + ...tinfo-landmark-reading-nvda.collected.json | 96 + ...out-of-a-contentinfo-landmark-reading.html | 81 + ...out-of-a-contentinfo-landmark-reading.json | 25 + ...o-landmark-interaction-jaws.collected.html | 72 + ...o-landmark-interaction-jaws.collected.json | 66 + ...o-landmark-interaction-nvda.collected.html | 72 + ...o-landmark-interaction-nvda.collected.json | 66 + ...of-a-contentinfo-landmark-interaction.html | 81 + ...of-a-contentinfo-landmark-interaction.json | 25 + ...interaction-voiceover_macos.collected.html | 72 + ...interaction-voiceover_macos.collected.json | 80 + ...of-a-contentinfo-landmark-interaction.html | 80 + ...of-a-contentinfo-landmark-interaction.json | 24 + ...tinfo-landmark-reading-jaws.collected.html | 72 + ...tinfo-landmark-reading-jaws.collected.json | 62 + ...inside-a-contentinfo-landmark-reading.html | 57 + ...inside-a-contentinfo-landmark-reading.json | 20 + ...interaction-voiceover_macos.collected.html | 72 + ...interaction-voiceover_macos.collected.json | 62 + ...de-a-contentinfo-landmark-interaction.html | 57 + ...de-a-contentinfo-landmark-interaction.json | 20 + ...tinfo-landmark-reading-jaws.collected.html | 72 + ...tinfo-landmark-reading-jaws.collected.json | 62 + ...inside-a-contentinfo-landmark-reading.html | 57 + ...inside-a-contentinfo-landmark-reading.json | 20 + ...interaction-voiceover_macos.collected.html | 72 + ...interaction-voiceover_macos.collected.json | 62 + ...de-a-contentinfo-landmark-interaction.html | 57 + ...de-a-contentinfo-landmark-interaction.json | 20 + build/tests/resources/keys.mjs | 2 + tests/complementary/data/commands.csv | 8 +- tests/contentinfo/data/commands.csv | 25 + .../data/js/setFocusAfterContentinfo.js | 2 + .../data/js/setFocusBeforeContentinfo.js | 2 + .../data/js/setFocusOnBottomLink.js | 2 + .../contentinfo/data/js/setFocusOnTopLink.js | 2 + tests/contentinfo/data/references.csv | 8 + tests/contentinfo/data/tests.csv | 17 + .../2021-10-24_151010/contentinfo.html | 44 + .../css/bootstrap-accessibility.css | 62 + .../2021-10-24_151010/css/bootstrap-theme.css | 476 ++ .../2021-10-24_151010/css/bootstrap.css | 6560 +++++++++++++++++ .../2021-10-24_151010/css/common.css | 179 + .../2021-10-24_151010/css/visua11y.css | 67 + .../images/landmarks-jaws.png | Bin 0 -> 108670 bytes .../images/landmarks-nvda.png | Bin 0 -> 219023 bytes .../images/landmarks-orca.png | Bin 0 -> 219017 bytes .../images/landmarks-skipto.png | Bin 0 -> 193199 bytes .../2021-10-24_151010/images/landmarks-vo.png | Bin 0 -> 429475 bytes .../2021-10-24_151010/images/w3c.png | Bin 0 -> 2769 bytes .../js/bootstrap-accessibility-2.js | 25 + .../js/bootstrap-accessibility.min.js | 4 + .../2021-10-24_151010/js/bootstrap.min.js | 7 + .../2021-10-24_151010/js/jquery-2.1.1.min.js | 4 + .../reference/2021-10-24_151010/js/show.js | 45 + .../2021-10-24_151010/js/visua11y.js | 1699 +++++ tests/resources/keys.mjs | 2 + 183 files changed, 27171 insertions(+), 817 deletions(-) create mode 100644 build/review/contentinfo.html create mode 100644 build/tests/contentinfo/commands.json create mode 100644 build/tests/contentinfo/index.html create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/contentinfo.html create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/contentinfo.setFocusAfterContentinfo.html create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/contentinfo.setFocusBeforeContentinfo.html create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/contentinfo.setFocusOnBottomLink.html create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/contentinfo.setFocusOnTopLink.html create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/css/bootstrap-accessibility.css create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/css/bootstrap-theme.css create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/css/bootstrap.css create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/css/common.css create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/css/visua11y.css create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/images/landmarks-jaws.png create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/images/landmarks-nvda.png create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/images/landmarks-orca.png create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/images/landmarks-skipto.png create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/images/landmarks-vo.png create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/images/w3c.png create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/js/bootstrap-accessibility-2.js create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/js/bootstrap-accessibility.min.js create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/js/bootstrap.min.js create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/js/jquery-2.1.1.min.js create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/js/show.js create mode 100644 build/tests/contentinfo/reference/2021-10-24_151010/js/visua11y.js create mode 100644 build/tests/contentinfo/scripts.jsonp.js create mode 100644 build/tests/contentinfo/scripts.module.js create mode 100644 build/tests/contentinfo/scripts/setFocusAfterContentinfo.jsonp.js create mode 100644 build/tests/contentinfo/scripts/setFocusAfterContentinfo.module.js create mode 100644 build/tests/contentinfo/scripts/setFocusBeforeContentinfo.jsonp.js create mode 100644 build/tests/contentinfo/scripts/setFocusBeforeContentinfo.module.js create mode 100644 build/tests/contentinfo/scripts/setFocusOnBottomLink.jsonp.js create mode 100644 build/tests/contentinfo/scripts/setFocusOnBottomLink.module.js create mode 100644 build/tests/contentinfo/scripts/setFocusOnTopLink.jsonp.js create mode 100644 build/tests/contentinfo/scripts/setFocusOnTopLink.module.js create mode 100644 build/tests/contentinfo/test-01-navigate-forwards-into-a-contentinfo-landmark-reading-jaws.collected.html create mode 100644 build/tests/contentinfo/test-01-navigate-forwards-into-a-contentinfo-landmark-reading-jaws.collected.json create mode 100644 build/tests/contentinfo/test-01-navigate-forwards-into-a-contentinfo-landmark-reading-nvda.collected.html create mode 100644 build/tests/contentinfo/test-01-navigate-forwards-into-a-contentinfo-landmark-reading-nvda.collected.json create mode 100644 build/tests/contentinfo/test-01-navigate-forwards-into-a-contentinfo-landmark-reading.html create mode 100644 build/tests/contentinfo/test-01-navigate-forwards-into-a-contentinfo-landmark-reading.json create mode 100644 build/tests/contentinfo/test-02-navigate-forwards-into-a-contentinfo-landmark-interaction-jaws.collected.html create mode 100644 build/tests/contentinfo/test-02-navigate-forwards-into-a-contentinfo-landmark-interaction-jaws.collected.json create mode 100644 build/tests/contentinfo/test-02-navigate-forwards-into-a-contentinfo-landmark-interaction-nvda.collected.html create mode 100644 build/tests/contentinfo/test-02-navigate-forwards-into-a-contentinfo-landmark-interaction-nvda.collected.json create mode 100644 build/tests/contentinfo/test-02-navigate-forwards-into-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-02-navigate-forwards-into-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-03-navigate-forwards-into-a-contentinfo-landmark-interaction-voiceover_macos.collected.html create mode 100644 build/tests/contentinfo/test-03-navigate-forwards-into-a-contentinfo-landmark-interaction-voiceover_macos.collected.json create mode 100644 build/tests/contentinfo/test-03-navigate-forwards-into-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-03-navigate-forwards-into-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-04-navigate-backwards-into-a-contentinfo-landmark-reading-jaws.collected.html create mode 100644 build/tests/contentinfo/test-04-navigate-backwards-into-a-contentinfo-landmark-reading-jaws.collected.json create mode 100644 build/tests/contentinfo/test-04-navigate-backwards-into-a-contentinfo-landmark-reading-nvda.collected.html create mode 100644 build/tests/contentinfo/test-04-navigate-backwards-into-a-contentinfo-landmark-reading-nvda.collected.json create mode 100644 build/tests/contentinfo/test-04-navigate-backwards-into-a-contentinfo-landmark-reading.html create mode 100644 build/tests/contentinfo/test-04-navigate-backwards-into-a-contentinfo-landmark-reading.json create mode 100644 build/tests/contentinfo/test-05-navigate-backwards-into-a-contentinfo-landmark-interaction-jaws.collected.html create mode 100644 build/tests/contentinfo/test-05-navigate-backwards-into-a-contentinfo-landmark-interaction-jaws.collected.json create mode 100644 build/tests/contentinfo/test-05-navigate-backwards-into-a-contentinfo-landmark-interaction-nvda.collected.html create mode 100644 build/tests/contentinfo/test-05-navigate-backwards-into-a-contentinfo-landmark-interaction-nvda.collected.json create mode 100644 build/tests/contentinfo/test-05-navigate-backwards-into-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-05-navigate-backwards-into-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-06-navigate-backwards-into-a-contentinfo-landmark-interaction-voiceover_macos.collected.html create mode 100644 build/tests/contentinfo/test-06-navigate-backwards-into-a-contentinfo-landmark-interaction-voiceover_macos.collected.json create mode 100644 build/tests/contentinfo/test-06-navigate-backwards-into-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-06-navigate-backwards-into-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-07-navigate-forwards-out-of-a-contentinfo-landmark-reading-jaws.collected.html create mode 100644 build/tests/contentinfo/test-07-navigate-forwards-out-of-a-contentinfo-landmark-reading-jaws.collected.json create mode 100644 build/tests/contentinfo/test-07-navigate-forwards-out-of-a-contentinfo-landmark-reading-nvda.collected.html create mode 100644 build/tests/contentinfo/test-07-navigate-forwards-out-of-a-contentinfo-landmark-reading-nvda.collected.json create mode 100644 build/tests/contentinfo/test-07-navigate-forwards-out-of-a-contentinfo-landmark-reading.html create mode 100644 build/tests/contentinfo/test-07-navigate-forwards-out-of-a-contentinfo-landmark-reading.json create mode 100644 build/tests/contentinfo/test-08-navigate-forwards-out-of-a-contentinfo-landmark-interaction-jaws.collected.html create mode 100644 build/tests/contentinfo/test-08-navigate-forwards-out-of-a-contentinfo-landmark-interaction-jaws.collected.json create mode 100644 build/tests/contentinfo/test-08-navigate-forwards-out-of-a-contentinfo-landmark-interaction-nvda.collected.html create mode 100644 build/tests/contentinfo/test-08-navigate-forwards-out-of-a-contentinfo-landmark-interaction-nvda.collected.json create mode 100644 build/tests/contentinfo/test-08-navigate-forwards-out-of-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-08-navigate-forwards-out-of-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-09-navigate-forwards-out-of-a-contentinfo-landmark-interaction-voiceover_macos.collected.html create mode 100644 build/tests/contentinfo/test-09-navigate-forwards-out-of-a-contentinfo-landmark-interaction-voiceover_macos.collected.json create mode 100644 build/tests/contentinfo/test-09-navigate-forwards-out-of-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-09-navigate-forwards-out-of-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-10-navigate-backwards-out-of-a-contentinfo-landmark-reading-jaws.collected.html create mode 100644 build/tests/contentinfo/test-10-navigate-backwards-out-of-a-contentinfo-landmark-reading-jaws.collected.json create mode 100644 build/tests/contentinfo/test-10-navigate-backwards-out-of-a-contentinfo-landmark-reading-nvda.collected.html create mode 100644 build/tests/contentinfo/test-10-navigate-backwards-out-of-a-contentinfo-landmark-reading-nvda.collected.json create mode 100644 build/tests/contentinfo/test-10-navigate-backwards-out-of-a-contentinfo-landmark-reading.html create mode 100644 build/tests/contentinfo/test-10-navigate-backwards-out-of-a-contentinfo-landmark-reading.json create mode 100644 build/tests/contentinfo/test-11-navigate-backwards-out-of-a-contentinfo-landmark-interaction-jaws.collected.html create mode 100644 build/tests/contentinfo/test-11-navigate-backwards-out-of-a-contentinfo-landmark-interaction-jaws.collected.json create mode 100644 build/tests/contentinfo/test-11-navigate-backwards-out-of-a-contentinfo-landmark-interaction-nvda.collected.html create mode 100644 build/tests/contentinfo/test-11-navigate-backwards-out-of-a-contentinfo-landmark-interaction-nvda.collected.json create mode 100644 build/tests/contentinfo/test-11-navigate-backwards-out-of-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-11-navigate-backwards-out-of-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-12-navigate-backwards-out-of-a-contentinfo-landmark-interaction-voiceover_macos.collected.html create mode 100644 build/tests/contentinfo/test-12-navigate-backwards-out-of-a-contentinfo-landmark-interaction-voiceover_macos.collected.json create mode 100644 build/tests/contentinfo/test-12-navigate-backwards-out-of-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-12-navigate-backwards-out-of-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-13-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-reading-jaws.collected.html create mode 100644 build/tests/contentinfo/test-13-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-reading-jaws.collected.json create mode 100644 build/tests/contentinfo/test-13-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-reading.html create mode 100644 build/tests/contentinfo/test-13-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-reading.json create mode 100644 build/tests/contentinfo/test-14-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction-voiceover_macos.collected.html create mode 100644 build/tests/contentinfo/test-14-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction-voiceover_macos.collected.json create mode 100644 build/tests/contentinfo/test-14-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-14-navigate-forwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction.json create mode 100644 build/tests/contentinfo/test-15-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-reading-jaws.collected.html create mode 100644 build/tests/contentinfo/test-15-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-reading-jaws.collected.json create mode 100644 build/tests/contentinfo/test-15-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-reading.html create mode 100644 build/tests/contentinfo/test-15-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-reading.json create mode 100644 build/tests/contentinfo/test-16-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction-voiceover_macos.collected.html create mode 100644 build/tests/contentinfo/test-16-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction-voiceover_macos.collected.json create mode 100644 build/tests/contentinfo/test-16-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction.html create mode 100644 build/tests/contentinfo/test-16-navigate-backwards-to-a-paragraph-inside-a-contentinfo-landmark-interaction.json create mode 100644 tests/contentinfo/data/commands.csv create mode 100644 tests/contentinfo/data/js/setFocusAfterContentinfo.js create mode 100644 tests/contentinfo/data/js/setFocusBeforeContentinfo.js create mode 100644 tests/contentinfo/data/js/setFocusOnBottomLink.js create mode 100644 tests/contentinfo/data/js/setFocusOnTopLink.js create mode 100644 tests/contentinfo/data/references.csv create mode 100644 tests/contentinfo/data/tests.csv create mode 100644 tests/contentinfo/reference/2021-10-24_151010/contentinfo.html create mode 100644 tests/contentinfo/reference/2021-10-24_151010/css/bootstrap-accessibility.css create mode 100644 tests/contentinfo/reference/2021-10-24_151010/css/bootstrap-theme.css create mode 100644 tests/contentinfo/reference/2021-10-24_151010/css/bootstrap.css create mode 100644 tests/contentinfo/reference/2021-10-24_151010/css/common.css create mode 100644 tests/contentinfo/reference/2021-10-24_151010/css/visua11y.css create mode 100644 tests/contentinfo/reference/2021-10-24_151010/images/landmarks-jaws.png create mode 100644 tests/contentinfo/reference/2021-10-24_151010/images/landmarks-nvda.png create mode 100644 tests/contentinfo/reference/2021-10-24_151010/images/landmarks-orca.png create mode 100644 tests/contentinfo/reference/2021-10-24_151010/images/landmarks-skipto.png create mode 100644 tests/contentinfo/reference/2021-10-24_151010/images/landmarks-vo.png create mode 100644 tests/contentinfo/reference/2021-10-24_151010/images/w3c.png create mode 100644 tests/contentinfo/reference/2021-10-24_151010/js/bootstrap-accessibility-2.js create mode 100644 tests/contentinfo/reference/2021-10-24_151010/js/bootstrap-accessibility.min.js create mode 100644 tests/contentinfo/reference/2021-10-24_151010/js/bootstrap.min.js create mode 100644 tests/contentinfo/reference/2021-10-24_151010/js/jquery-2.1.1.min.js create mode 100644 tests/contentinfo/reference/2021-10-24_151010/js/show.js create mode 100644 tests/contentinfo/reference/2021-10-24_151010/js/visua11y.js diff --git a/build/index.html b/build/index.html index 735a20fae..f03c25dd7 100644 --- a/build/index.html +++ b/build/index.html @@ -40,7 +40,7 @@

Test Patterns for Review

Index Review 3 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -48,7 +48,7 @@

Test Patterns for Review

Index Review 26 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -56,7 +56,7 @@

Test Patterns for Review

Index Review 9 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -64,7 +64,7 @@

Test Patterns for Review

Index Review 26 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -72,7 +72,7 @@

Test Patterns for Review

Index Review 24 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -80,7 +80,7 @@

Test Patterns for Review

Index Review 76 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -88,7 +88,7 @@

Test Patterns for Review

Index Review 38 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -96,7 +96,7 @@

Test Patterns for Review

Index Review 9 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -104,6 +104,14 @@

Test Patterns for Review

Index Review 20 + 788eb99 Fix setup script name + + + + contentinfo + Index + Review + 16 @@ -111,7 +119,7 @@

Test Patterns for Review

Index Review 21 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -119,7 +127,7 @@

Test Patterns for Review

Index Review 26 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -127,7 +135,7 @@

Test Patterns for Review

Index Review 46 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -135,7 +143,7 @@

Test Patterns for Review

Index Review 21 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -143,7 +151,7 @@

Test Patterns for Review

Index Review 26 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -151,7 +159,7 @@

Test Patterns for Review

Index Review 26 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -159,7 +167,7 @@

Test Patterns for Review

Index Review 40 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -167,7 +175,7 @@

Test Patterns for Review

Index Review 9 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -175,7 +183,7 @@

Test Patterns for Review

Index Review 55 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -183,7 +191,7 @@

Test Patterns for Review

Index Review 29 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -191,7 +199,7 @@

Test Patterns for Review

Index Review 39 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -199,7 +207,7 @@

Test Patterns for Review

Index Review 39 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -207,7 +215,7 @@

Test Patterns for Review

Index Review 21 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -215,7 +223,7 @@

Test Patterns for Review

Index Review 21 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -223,7 +231,7 @@

Test Patterns for Review

Index Review 24 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -231,7 +239,7 @@

Test Patterns for Review

Index Review 29 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -239,7 +247,7 @@

Test Patterns for Review

Index Review 24 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name @@ -247,7 +255,7 @@

Test Patterns for Review

Index Review 21 - 71b6291 Update keys.mjs + 788eb99 Fix setup script name diff --git a/build/review/alert.html b/build/review/alert.html index 31bbcae69..8958c1055 100644 --- a/build/review/alert.html +++ b/build/review/alert.html @@ -250,6 +250,18 @@ }, setFocusOnTopLink: function(testPageDocument){ // sets focus on the 'Top' link testPageDocument.getElementById('top').focus(); +}, setFocusAfterContentinfo: function(testPageDocument){ + // sets focus on a link after the contentinfo landmark + testPageDocument.getElementById('afterlink').focus(); +}, setFocusBeforeContentinfo: function(testPageDocument){ + // sets focus on a link before the contentinfo landmark + testPageDocument.getElementById('beforelink').focus(); +}, setFocusOnBottomLink: function(testPageDocument){ + // sets focus on the 'Bottom' link + testPageDocument.getElementById('bottom').focus(); +}, setFocusOnTopLink: function(testPageDocument){ + // sets focus on the 'Top' link + testPageDocument.getElementById('top').focus(); }, setFocusAfterSpinButtonAndSetPredefinedDate: function(testPageDocument){ // sets the date picker to March 19, 2021, and sets focus on a link after the 'Year' spin button testPageDocument.defaultView.datepicker.spinbuttonYear.setValue(2021); @@ -795,7 +807,7 @@

Test 1: Trigger an alert in reading mode