From 5446c67bba1c2c131aef0f1d71ad9ff74285bf63 Mon Sep 17 00:00:00 2001 From: Jon Gunderson Date: Tue, 13 Feb 2024 00:31:03 -0600 Subject: [PATCH] Infrastructure: update skipto.js to version 5.2.1 (pull #2807) Updates skipto.js to use version 5.2.1 without APG specific modifications. In lieu of modifying the script, the script import now specifies parameters for the desired behaviors. This required changing the script import on every page to include the following data attribute: ``` ``` This is related to [issue 259](https://github.com/w3c/wai-aria-practices/issues/259) in wai-aria-practices repository. --------- Co-authored-by: Matt King Co-authored-by: Howard Edwards --- content/about/about.html | 2 +- .../acknowledgements/acknowledgements.html | 2 +- content/about/aria-basics/aria-basics.html | 2 +- .../about/change-history/change-history.html | 2 +- .../coverage-and-quality-report.html | 597 ++++---- .../coverage-and-quality/prop-coverage.csv | 2 +- .../coverage-and-quality/role-coverage.csv | 2 +- content/about/introduction/introduction.html | 2 +- .../related-specifications.html | 2 +- content/apg-home.html | 3 + content/index/index.html | 1 + .../patterns/accordion/accordion-pattern.html | 2 +- .../accordion/examples/accordion.html | 2 +- content/patterns/alert/alert-pattern.html | 2 +- content/patterns/alert/examples/alert.html | 2 +- .../alertdialog/alertdialog-pattern.html | 2 +- .../alertdialog/examples/alertdialog.html | 2 +- .../breadcrumb/breadcrumb-pattern.html | 2 +- .../breadcrumb/examples/breadcrumb.html | 2 +- content/patterns/button/button-pattern.html | 2 +- content/patterns/button/examples/button.html | 2 +- .../patterns/button/examples/button_idl.html | 2 +- .../patterns/carousel/carousel-pattern.html | 2 +- .../examples/carousel-1-prev-next.html | 2 +- .../carousel/examples/carousel-2-tablist.html | 2 +- .../patterns/checkbox/checkbox-pattern.html | 2 +- .../checkbox/examples/checkbox-mixed.html | 2 +- .../patterns/checkbox/examples/checkbox.html | 2 +- .../patterns/combobox/combobox-pattern.html | 2 +- .../examples/combobox-autocomplete-both.html | 2 +- .../examples/combobox-autocomplete-list.html | 2 +- .../examples/combobox-autocomplete-none.html | 2 +- .../examples/combobox-datepicker.html | 2 +- .../examples/combobox-select-only.html | 2 +- .../combobox/examples/grid-combo.html | 2 +- .../dialog-modal/dialog-modal-pattern.html | 2 +- .../examples/datepicker-dialog.html | 2 +- .../dialog-modal/examples/dialog.html | 2 +- .../disclosure/disclosure-pattern.html | 2 +- .../disclosure/examples/disclosure-faq.html | 2 +- .../disclosure-image-description.html | 2 +- .../disclosure-navigation-hybrid.html | 2 +- .../examples/disclosure-navigation.html | 2 +- .../patterns/feed/examples/feed-display.html | 2 +- content/patterns/feed/examples/feed.html | 2 +- content/patterns/feed/feed-pattern.html | 2 +- .../grid/examples/advanced-data-grid.html | 2 +- .../patterns/grid/examples/data-grids.html | 2 +- .../patterns/grid/examples/layout-grids.html | 2 +- content/patterns/grid/grid-pattern.html | 2 +- .../patterns/landmarks/landmarks-pattern.html | 2 +- content/patterns/link/examples/link.html | 2 +- content/patterns/link/link-pattern.html | 2 +- .../listbox/examples/listbox-collapsible.html | 2 +- .../listbox/examples/listbox-grouped.html | 2 +- .../examples/listbox-rearrangeable.html | 2 +- .../listbox/examples/listbox-scrollable.html | 2 +- content/patterns/listbox/listbox-pattern.html | 2 +- ...menu-button-actions-active-descendant.html | 2 +- .../examples/menu-button-actions.html | 2 +- .../examples/menu-button-links.html | 2 +- .../menu-button/menu-button-pattern.html | 2 +- .../menubar/examples/menubar-editor.html | 2 +- .../menubar/examples/menubar-navigation.html | 2 +- .../menubar/menu-and-menubar-pattern.html | 2 +- content/patterns/meter/examples/meter.html | 2 +- content/patterns/meter/meter-pattern.html | 2 +- content/patterns/patterns.html | 2 +- .../examples/radio-activedescendant.html | 2 +- .../patterns/radio/examples/radio-rating.html | 2 +- content/patterns/radio/examples/radio.html | 2 +- .../patterns/radio/radio-group-pattern.html | 2 +- .../examples/slider-multithumb.html | 2 +- .../slider-multithumb-pattern.html | 2 +- .../slider/examples/slider-color-viewer.html | 2 +- .../slider/examples/slider-rating.html | 2 +- .../patterns/slider/examples/slider-seek.html | 2 +- .../slider/examples/slider-temperature.html | 2 +- content/patterns/slider/slider-pattern.html | 2 +- .../examples/datepicker-spinbuttons.html | 2 +- .../spinbutton/spinbutton-pattern.html | 2 +- .../switch/examples/switch-button.html | 2 +- .../switch/examples/switch-checkbox.html | 2 +- content/patterns/switch/examples/switch.html | 2 +- content/patterns/switch/switch-pattern.html | 2 +- .../table/examples/sortable-table.html | 2 +- content/patterns/table/examples/table.html | 2 +- content/patterns/table/table-pattern.html | 2 +- .../tabs/examples/tabs-automatic.html | 2 +- .../patterns/tabs/examples/tabs-manual.html | 2 +- content/patterns/tabs/tabs-pattern.html | 2 +- content/patterns/toolbar/examples/help.html | 2 +- .../patterns/toolbar/examples/toolbar.html | 2 +- content/patterns/toolbar/toolbar-pattern.html | 2 +- content/patterns/tooltip/tooltip-pattern.html | 2 +- .../treegrid/examples/treegrid-1.html | 2 +- .../patterns/treegrid/treegrid-pattern.html | 2 +- .../treeview/examples/treeview-1a.html | 2 +- .../treeview/examples/treeview-1b.html | 2 +- .../examples/treeview-navigation.html | 2 +- .../patterns/treeview/treeview-pattern.html | 2 +- .../windowsplitter-pattern.html | 2 +- .../grid-and-table-properties-practice.html | 2 +- .../hiding-semantics-practice.html | 2 +- .../keyboard-interface-practice.html | 2 +- .../landmark-regions-practice.html | 2 +- .../names-and-descriptions-practice.html | 2 +- content/practices/practices.html | 2 +- .../range-related-properties-practice.html | 2 +- .../read-me-first/read-me-first-practice.html | 2 +- .../structural-roles-practice.html | 2 +- content/shared/js/skipto.js | 1235 +++++++++-------- scripts/coverage-report.template | 1 + scripts/reference-tables.template | 1 + 114 files changed, 1081 insertions(+), 973 deletions(-) diff --git a/content/about/about.html b/content/about/about.html index 5b4f798337..6433880dd1 100644 --- a/content/about/about.html +++ b/content/about/about.html @@ -10,7 +10,7 @@ - +
diff --git a/content/about/acknowledgements/acknowledgements.html b/content/about/acknowledgements/acknowledgements.html index 30cc2a406a..5b4b689e46 100644 --- a/content/about/acknowledgements/acknowledgements.html +++ b/content/about/acknowledgements/acknowledgements.html @@ -10,7 +10,7 @@ - +
diff --git a/content/about/aria-basics/aria-basics.html b/content/about/aria-basics/aria-basics.html index ca215a9f80..ddc6a9454f 100644 --- a/content/about/aria-basics/aria-basics.html +++ b/content/about/aria-basics/aria-basics.html @@ -10,7 +10,7 @@ - +
diff --git a/content/about/change-history/change-history.html b/content/about/change-history/change-history.html index 4ef797750d..ede41e2e75 100644 --- a/content/about/change-history/change-history.html +++ b/content/about/change-history/change-history.html @@ -10,7 +10,7 @@ - +
diff --git a/content/about/coverage-and-quality/coverage-and-quality-report.html b/content/about/coverage-and-quality/coverage-and-quality-report.html index 7c2832352d..4665cbffaa 100644 --- a/content/about/coverage-and-quality/coverage-and-quality-report.html +++ b/content/about/coverage-and-quality/coverage-and-quality-report.html @@ -8,6 +8,7 @@ + + + +
diff --git a/content/index/index.html b/content/index/index.html index 08a437bcbc..b004007e85 100644 --- a/content/index/index.html +++ b/content/index/index.html @@ -8,6 +8,7 @@ +
diff --git a/content/patterns/accordion/accordion-pattern.html b/content/patterns/accordion/accordion-pattern.html index a141142e11..c39f4e1745 100644 --- a/content/patterns/accordion/accordion-pattern.html +++ b/content/patterns/accordion/accordion-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/accordion/examples/accordion.html b/content/patterns/accordion/examples/accordion.html index 1596083509..565ae39baa 100644 --- a/content/patterns/accordion/examples/accordion.html +++ b/content/patterns/accordion/examples/accordion.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/alert/alert-pattern.html b/content/patterns/alert/alert-pattern.html index 81318f72c1..125e2e017d 100644 --- a/content/patterns/alert/alert-pattern.html +++ b/content/patterns/alert/alert-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/alert/examples/alert.html b/content/patterns/alert/examples/alert.html index 2f4d78b9cb..78687d9239 100644 --- a/content/patterns/alert/examples/alert.html +++ b/content/patterns/alert/examples/alert.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/alertdialog/alertdialog-pattern.html b/content/patterns/alertdialog/alertdialog-pattern.html index 0db8f9fb31..0cfa66ee6e 100644 --- a/content/patterns/alertdialog/alertdialog-pattern.html +++ b/content/patterns/alertdialog/alertdialog-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/alertdialog/examples/alertdialog.html b/content/patterns/alertdialog/examples/alertdialog.html index ea35560665..ad566e3385 100644 --- a/content/patterns/alertdialog/examples/alertdialog.html +++ b/content/patterns/alertdialog/examples/alertdialog.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/breadcrumb/breadcrumb-pattern.html b/content/patterns/breadcrumb/breadcrumb-pattern.html index 61967ffd9a..3cb30aa572 100644 --- a/content/patterns/breadcrumb/breadcrumb-pattern.html +++ b/content/patterns/breadcrumb/breadcrumb-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/breadcrumb/examples/breadcrumb.html b/content/patterns/breadcrumb/examples/breadcrumb.html index df73832aee..1851510d9d 100644 --- a/content/patterns/breadcrumb/examples/breadcrumb.html +++ b/content/patterns/breadcrumb/examples/breadcrumb.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/button/button-pattern.html b/content/patterns/button/button-pattern.html index fdc991caca..65fabaf965 100644 --- a/content/patterns/button/button-pattern.html +++ b/content/patterns/button/button-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/button/examples/button.html b/content/patterns/button/examples/button.html index d3029aa99d..c7c939ef61 100644 --- a/content/patterns/button/examples/button.html +++ b/content/patterns/button/examples/button.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/button/examples/button_idl.html b/content/patterns/button/examples/button_idl.html index f30e8ca801..3fdb4da72f 100644 --- a/content/patterns/button/examples/button_idl.html +++ b/content/patterns/button/examples/button_idl.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/carousel/carousel-pattern.html b/content/patterns/carousel/carousel-pattern.html index 996c8e7257..1388a086d4 100644 --- a/content/patterns/carousel/carousel-pattern.html +++ b/content/patterns/carousel/carousel-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/carousel/examples/carousel-1-prev-next.html b/content/patterns/carousel/examples/carousel-1-prev-next.html index 8cfd8c53b8..150fb1c9e5 100644 --- a/content/patterns/carousel/examples/carousel-1-prev-next.html +++ b/content/patterns/carousel/examples/carousel-1-prev-next.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/carousel/examples/carousel-2-tablist.html b/content/patterns/carousel/examples/carousel-2-tablist.html index d3a734e9eb..c94d95c335 100644 --- a/content/patterns/carousel/examples/carousel-2-tablist.html +++ b/content/patterns/carousel/examples/carousel-2-tablist.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/checkbox/checkbox-pattern.html b/content/patterns/checkbox/checkbox-pattern.html index e651646c46..f8477d0fb7 100644 --- a/content/patterns/checkbox/checkbox-pattern.html +++ b/content/patterns/checkbox/checkbox-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/checkbox/examples/checkbox-mixed.html b/content/patterns/checkbox/examples/checkbox-mixed.html index bab132c42d..42e1deed10 100644 --- a/content/patterns/checkbox/examples/checkbox-mixed.html +++ b/content/patterns/checkbox/examples/checkbox-mixed.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/checkbox/examples/checkbox.html b/content/patterns/checkbox/examples/checkbox.html index b473db021e..1bdc4aba71 100644 --- a/content/patterns/checkbox/examples/checkbox.html +++ b/content/patterns/checkbox/examples/checkbox.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/combobox/combobox-pattern.html b/content/patterns/combobox/combobox-pattern.html index 643e3320dc..a243b50429 100644 --- a/content/patterns/combobox/combobox-pattern.html +++ b/content/patterns/combobox/combobox-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/combobox/examples/combobox-autocomplete-both.html b/content/patterns/combobox/examples/combobox-autocomplete-both.html index c4c1e8ce7f..01130f3a93 100644 --- a/content/patterns/combobox/examples/combobox-autocomplete-both.html +++ b/content/patterns/combobox/examples/combobox-autocomplete-both.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/combobox/examples/combobox-autocomplete-list.html b/content/patterns/combobox/examples/combobox-autocomplete-list.html index c6ed9033b5..63a7a80772 100644 --- a/content/patterns/combobox/examples/combobox-autocomplete-list.html +++ b/content/patterns/combobox/examples/combobox-autocomplete-list.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/combobox/examples/combobox-autocomplete-none.html b/content/patterns/combobox/examples/combobox-autocomplete-none.html index a4a2df7350..e57fc1d249 100644 --- a/content/patterns/combobox/examples/combobox-autocomplete-none.html +++ b/content/patterns/combobox/examples/combobox-autocomplete-none.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/combobox/examples/combobox-datepicker.html b/content/patterns/combobox/examples/combobox-datepicker.html index f36df85ea9..cb8ecaeef7 100644 --- a/content/patterns/combobox/examples/combobox-datepicker.html +++ b/content/patterns/combobox/examples/combobox-datepicker.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/combobox/examples/combobox-select-only.html b/content/patterns/combobox/examples/combobox-select-only.html index 4768c75a9e..cc32f80ffa 100644 --- a/content/patterns/combobox/examples/combobox-select-only.html +++ b/content/patterns/combobox/examples/combobox-select-only.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/combobox/examples/grid-combo.html b/content/patterns/combobox/examples/grid-combo.html index 87a2b587f3..888136b506 100644 --- a/content/patterns/combobox/examples/grid-combo.html +++ b/content/patterns/combobox/examples/grid-combo.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/dialog-modal/dialog-modal-pattern.html b/content/patterns/dialog-modal/dialog-modal-pattern.html index 68d8829ed6..b600de8f68 100644 --- a/content/patterns/dialog-modal/dialog-modal-pattern.html +++ b/content/patterns/dialog-modal/dialog-modal-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/dialog-modal/examples/datepicker-dialog.html b/content/patterns/dialog-modal/examples/datepicker-dialog.html index 486139bdad..debcd78cc1 100644 --- a/content/patterns/dialog-modal/examples/datepicker-dialog.html +++ b/content/patterns/dialog-modal/examples/datepicker-dialog.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/dialog-modal/examples/dialog.html b/content/patterns/dialog-modal/examples/dialog.html index 7f9c38ba6d..d53a65d079 100644 --- a/content/patterns/dialog-modal/examples/dialog.html +++ b/content/patterns/dialog-modal/examples/dialog.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/disclosure/disclosure-pattern.html b/content/patterns/disclosure/disclosure-pattern.html index 5b20b6182d..c6ccdefbb2 100644 --- a/content/patterns/disclosure/disclosure-pattern.html +++ b/content/patterns/disclosure/disclosure-pattern.html @@ -10,7 +10,7 @@ - +
diff --git a/content/patterns/disclosure/examples/disclosure-faq.html b/content/patterns/disclosure/examples/disclosure-faq.html index 138491d7c8..d5fd41d88f 100644 --- a/content/patterns/disclosure/examples/disclosure-faq.html +++ b/content/patterns/disclosure/examples/disclosure-faq.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/disclosure/examples/disclosure-image-description.html b/content/patterns/disclosure/examples/disclosure-image-description.html index 76f7c835a5..86c312f1e2 100644 --- a/content/patterns/disclosure/examples/disclosure-image-description.html +++ b/content/patterns/disclosure/examples/disclosure-image-description.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/disclosure/examples/disclosure-navigation-hybrid.html b/content/patterns/disclosure/examples/disclosure-navigation-hybrid.html index 31390dbc87..29d8d4331a 100644 --- a/content/patterns/disclosure/examples/disclosure-navigation-hybrid.html +++ b/content/patterns/disclosure/examples/disclosure-navigation-hybrid.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/disclosure/examples/disclosure-navigation.html b/content/patterns/disclosure/examples/disclosure-navigation.html index 75d6c4405e..822540e47f 100644 --- a/content/patterns/disclosure/examples/disclosure-navigation.html +++ b/content/patterns/disclosure/examples/disclosure-navigation.html @@ -11,7 +11,7 @@ - + diff --git a/content/patterns/feed/examples/feed-display.html b/content/patterns/feed/examples/feed-display.html index 00c486be6b..d49daf25b4 100644 --- a/content/patterns/feed/examples/feed-display.html +++ b/content/patterns/feed/examples/feed-display.html @@ -12,7 +12,7 @@ - + diff --git a/content/patterns/feed/examples/feed.html b/content/patterns/feed/examples/feed.html index a3d8a68c72..5eb04dcfc3 100644 --- a/content/patterns/feed/examples/feed.html +++ b/content/patterns/feed/examples/feed.html @@ -11,7 +11,7 @@ - +