From 73f349865d365b07a0f39e2c39f2270784c6d793 Mon Sep 17 00:00:00 2001 From: howard-e Date: Thu, 17 Feb 2022 16:24:22 +0000 Subject: [PATCH] Generate test and review files automatically --- build/index.html | 127 ++++++++------- build/review/alert.html | 6 +- build/review/banner.html | 52 +++--- build/review/breadcrumb.html | 18 +-- build/review/checkbox-tri-state.html | 48 +++--- build/review/checkbox.html | 52 +++--- .../combobox-autocomplete-both-updated.html | 152 +++++++++--------- build/review/combobox-select-only.html | 76 ++++----- build/review/command-button.html | 18 +-- build/review/complementary.html | 40 ++--- build/review/contentinfo.html | 32 ++-- build/review/datepicker-spin-button.html | 42 ++--- build/review/disclosure-faq.html | 52 +++--- build/review/disclosure-navigation.html | 92 +++++------ build/review/form.html | 40 ++--- build/review/horizontal-slider.html | 42 ++--- build/review/main.html | 32 ++-- ...menu-button-actions-active-descendant.html | 52 +++--- build/review/menu-button-actions.html | 52 +++--- build/review/menubar-editor.html | 80 ++++----- build/review/meter.html | 18 +-- build/review/minimal-data-grid.html | 110 ++++++------- build/review/modal-dialog.html | 58 +++---- .../radiogroup-aria-activedescendant.html | 78 ++++----- build/review/radiogroup-roving-tabindex.html | 78 ++++----- build/review/rating-slider.html | 42 ++--- build/review/seek-slider.html | 42 ++--- build/review/switch.html | 48 +++--- build/review/tabs-manual-activation.html | 58 +++---- build/review/toggle-button.html | 48 +++--- build/review/vertical-temperature-slider.html | 42 ++--- 31 files changed, 866 insertions(+), 861 deletions(-) diff --git a/build/index.html b/build/index.html index f0cfc2012..ea005d6b0 100644 --- a/build/index.html +++ b/build/index.html @@ -21,6 +21,11 @@ padding: .5em; } + tr:not(:first-of-type) th { + padding: .5em; + text-align: left; + } + @@ -32,247 +37,247 @@

Test Patterns for Review

Pattern Index Page Review Page - # of Tests + Number of Tests Commit of Last Change - alert + alert Index Review 3 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - banner + banner Index Review 26 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - breadcrumb + breadcrumb Index Review 9 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - checkbox + checkbox Index Review 26 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - checkbox-tri-state + checkbox-tri-state Index Review 24 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - combobox-autocomplete-both-updated + combobox-autocomplete-both-updated Index Review 76 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - combobox-select-only + combobox-select-only Index Review 38 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - command-button + command-button Index Review 9 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - complementary + complementary Index Review 20 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - contentinfo + contentinfo Index Review 16 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - datepicker-spin-button + datepicker-spin-button Index Review 21 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - disclosure-faq + disclosure-faq Index Review 26 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - disclosure-navigation + disclosure-navigation Index Review 46 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - form + form Index Review 20 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - horizontal-slider + horizontal-slider Index Review 21 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - main + main Index Review 16 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - menu-button-actions + menu-button-actions Index Review 26 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - menu-button-actions-active-descendant + menu-button-actions-active-descendant Index Review 26 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - menubar-editor + menubar-editor Index Review 40 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - meter + meter Index Review 9 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - minimal-data-grid + minimal-data-grid Index Review 55 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - modal-dialog + modal-dialog Index Review 29 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - radiogroup-aria-activedescendant + radiogroup-aria-activedescendant Index Review 39 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - radiogroup-roving-tabindex + radiogroup-roving-tabindex Index Review 39 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - rating-slider + rating-slider Index Review 21 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - seek-slider + seek-slider Index Review 21 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - switch + switch Index Review 24 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - tabs-manual-activation + tabs-manual-activation Index Review 29 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - toggle-button + toggle-button Index Review 24 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically - vertical-temperature-slider + vertical-temperature-slider Index Review 21 - 198bbfc Change Insure typo -> Ensure + 4d6223f Generate test and review files automatically diff --git a/build/review/alert.html b/build/review/alert.html index a2762c492..d664b7a43 100644 --- a/build/review/alert.html +++ b/build/review/alert.html @@ -842,7 +842,7 @@

Test 1: Trigger an alert in reading mode