From e63f82c94614ab8cf21dc45a5a42087a3985ef7b Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 5 Dec 2023 16:59:12 -0500 Subject: [PATCH 01/12] Fix last modified date issue --- .github/workflows/deploy.yml | 1 + ARIA/apg/patterns/accordion/examples/accordion.md | 2 +- ARIA/apg/patterns/alert/examples/alert.md | 2 +- ARIA/apg/patterns/alertdialog/examples/alertdialog.md | 2 +- ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md | 2 +- ARIA/apg/patterns/button/examples/button.md | 2 +- ARIA/apg/patterns/button/examples/button_idl.md | 2 +- ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md | 2 +- ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md | 2 +- ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md | 2 +- ARIA/apg/patterns/checkbox/examples/checkbox.md | 2 +- .../patterns/combobox/examples/combobox-autocomplete-both.md | 2 +- .../patterns/combobox/examples/combobox-autocomplete-list.md | 2 +- .../patterns/combobox/examples/combobox-autocomplete-none.md | 2 +- ARIA/apg/patterns/combobox/examples/combobox-datepicker.md | 2 +- ARIA/apg/patterns/combobox/examples/combobox-select-only.md | 2 +- ARIA/apg/patterns/combobox/examples/grid-combo.md | 2 +- ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md | 2 +- ARIA/apg/patterns/dialog-modal/examples/dialog.md | 2 +- ARIA/apg/patterns/disclosure/examples/disclosure-faq.md | 2 +- .../disclosure/examples/disclosure-image-description.md | 2 +- .../disclosure/examples/disclosure-navigation-hybrid.md | 2 +- ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md | 2 +- ARIA/apg/patterns/feed/examples/feed.md | 2 +- ARIA/apg/patterns/grid/examples/advanced-data-grid.md | 2 +- ARIA/apg/patterns/grid/examples/data-grids.md | 2 +- ARIA/apg/patterns/grid/examples/layout-grids.md | 2 +- ARIA/apg/patterns/link/examples/link.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-collapsible.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-grouped.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-scrollable.md | 2 +- .../examples/menu-button-actions-active-descendant.md | 2 +- ARIA/apg/patterns/menu-button/examples/menu-button-actions.md | 2 +- ARIA/apg/patterns/menu-button/examples/menu-button-links.md | 2 +- ARIA/apg/patterns/menubar/examples/menubar-editor.md | 2 +- ARIA/apg/patterns/menubar/examples/menubar-navigation.md | 2 +- ARIA/apg/patterns/meter/examples/meter.md | 2 +- ARIA/apg/patterns/radio/examples/radio-activedescendant.md | 2 +- ARIA/apg/patterns/radio/examples/radio-rating.md | 2 +- ARIA/apg/patterns/radio/examples/radio.md | 2 +- .../patterns/slider-multithumb/examples/slider-multithumb.md | 2 +- ARIA/apg/patterns/slider/examples/slider-color-viewer.md | 2 +- ARIA/apg/patterns/slider/examples/slider-rating.md | 2 +- ARIA/apg/patterns/slider/examples/slider-seek.md | 2 +- ARIA/apg/patterns/slider/examples/slider-temperature.md | 2 +- ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md | 2 +- ARIA/apg/patterns/switch/examples/switch-button.md | 2 +- ARIA/apg/patterns/switch/examples/switch-checkbox.md | 2 +- ARIA/apg/patterns/switch/examples/switch.md | 2 +- ARIA/apg/patterns/table/examples/sortable-table.md | 2 +- ARIA/apg/patterns/table/examples/table.md | 2 +- ARIA/apg/patterns/tabs/examples/tabs-automatic.md | 2 +- ARIA/apg/patterns/tabs/examples/tabs-manual.md | 2 +- ARIA/apg/patterns/toolbar/examples/toolbar.md | 2 +- ARIA/apg/patterns/treegrid/examples/treegrid-1.md | 2 +- ARIA/apg/patterns/treeview/examples/treeview-1a.md | 2 +- ARIA/apg/patterns/treeview/examples/treeview-1b.md | 2 +- ARIA/apg/patterns/treeview/examples/treeview-navigation.md | 2 +- scripts/pre-build/library/transformExample.js | 1 + 60 files changed, 60 insertions(+), 58 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab50db51a..91830dec0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + fetch-depth: 0 - name: Set up Node.js uses: actions/setup-node@v2 diff --git a/ARIA/apg/patterns/accordion/examples/accordion.md b/ARIA/apg/patterns/accordion/examples/accordion.md index 56a901de8..c978cb86a 100644 --- a/ARIA/apg/patterns/accordion/examples/accordion.md +++ b/ARIA/apg/patterns/accordion/examples/accordion.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/accordion/examples/accordion/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/alert/examples/alert.md b/ARIA/apg/patterns/alert/examples/alert.md index ea203b9c6..8039169d9 100644 --- a/ARIA/apg/patterns/alert/examples/alert.md +++ b/ARIA/apg/patterns/alert/examples/alert.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/alert/examples/alert/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md index adc54b959..6f07cc1a5 100644 --- a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md +++ b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/alertdialog/examples/alertdialog/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md index 593f0ca37..e79e5b85e 100644 --- a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md +++ b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/breadcrumb/examples/breadcrumb/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/button/examples/button.md b/ARIA/apg/patterns/button/examples/button.md index 87a7d17b5..72348e514 100644 --- a/ARIA/apg/patterns/button/examples/button.md +++ b/ARIA/apg/patterns/button/examples/button.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/button/examples/button/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/button/examples/button_idl.md b/ARIA/apg/patterns/button/examples/button_idl.md index 7ccf22874..b38ef306a 100644 --- a/ARIA/apg/patterns/button/examples/button_idl.md +++ b/ARIA/apg/patterns/button/examples/button_idl.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/button/examples/button_idl/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md index 1cd50c2e6..17e1316cc 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/carousel/examples/carousel-1-prev-next/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md index ab6a7d31f..d70dd3cca 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/carousel/examples/carousel-2-tablist/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md index 26ed1999c..b4a87a011 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/checkbox/examples/checkbox-mixed/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox.md b/ARIA/apg/patterns/checkbox/examples/checkbox.md index 977e7f509..1b6c7c995 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/checkbox/examples/checkbox/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md index 26886a6fb..ed70bedd2 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md index 58f9491fd..98d5434a3 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md index 3651155cd..6754a5bad 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md index adec07aaa..b21b1e08f 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-datepicker/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md index 028193917..22fe6f236 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-select-only/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/grid-combo.md b/ARIA/apg/patterns/combobox/examples/grid-combo.md index 463830e4d..5f2327a64 100644 --- a/ARIA/apg/patterns/combobox/examples/grid-combo.md +++ b/ARIA/apg/patterns/combobox/examples/grid-combo.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/grid-combo/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md index e7c34605d..2d7c6d38a 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/dialog-modal/examples/dialog.md b/ARIA/apg/patterns/dialog-modal/examples/dialog.md index b449ee2b1..45c0dfd3c 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/dialog.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/dialog-modal/examples/dialog/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md index 99fd510d0..95d78fc34 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-faq/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md index 99a1ad409..e53721b8e 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-image-description/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md index 26b93ea17..ade6b5ac8 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md index 33a69bef4..610146177 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/feed/examples/feed.md b/ARIA/apg/patterns/feed/examples/feed.md index ed14685d9..7c68498f2 100644 --- a/ARIA/apg/patterns/feed/examples/feed.md +++ b/ARIA/apg/patterns/feed/examples/feed.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/feed/examples/feed/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md index 317f5241f..7735fd5a6 100644 --- a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md +++ b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/grid/examples/advanced-data-grid/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/grid/examples/data-grids.md b/ARIA/apg/patterns/grid/examples/data-grids.md index 457fad361..4320a7a6b 100644 --- a/ARIA/apg/patterns/grid/examples/data-grids.md +++ b/ARIA/apg/patterns/grid/examples/data-grids.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/grid/examples/data-grids/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/grid/examples/layout-grids.md b/ARIA/apg/patterns/grid/examples/layout-grids.md index 199526969..97d551c71 100644 --- a/ARIA/apg/patterns/grid/examples/layout-grids.md +++ b/ARIA/apg/patterns/grid/examples/layout-grids.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/grid/examples/layout-grids/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/link/examples/link.md b/ARIA/apg/patterns/link/examples/link.md index e735827a7..9b72fd7cc 100644 --- a/ARIA/apg/patterns/link/examples/link.md +++ b/ARIA/apg/patterns/link/examples/link.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/link/examples/link/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md index 461c10014..bf7f19c0f 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-collapsible/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md index ec3ece502..a608c19d1 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-grouped/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md index 22d5bd302..f838d8544 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-rearrangeable/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md index 16b27f65b..04c4be870 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-scrollable/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md index 360765957..0b7ffd04e 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-de sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md index 00ae63ae4..6f74e1627 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-actions/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md index cd96d981e..e936372df 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-links/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menubar/examples/menubar-editor.md b/ARIA/apg/patterns/menubar/examples/menubar-editor.md index e1fdaf8c3..b2f622cbf 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-editor.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-editor.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menubar/examples/menubar-editor/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md index c35b73256..53831d52b 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menubar/examples/menubar-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/meter/examples/meter.md b/ARIA/apg/patterns/meter/examples/meter.md index 84755cb5d..190350a4b 100644 --- a/ARIA/apg/patterns/meter/examples/meter.md +++ b/ARIA/apg/patterns/meter/examples/meter.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/meter/examples/meter/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md index ea97bb38c..b81bfda00 100644 --- a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md +++ b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/radio/examples/radio-activedescendant/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/radio/examples/radio-rating.md b/ARIA/apg/patterns/radio/examples/radio-rating.md index 5d47b812a..a2c7f7087 100644 --- a/ARIA/apg/patterns/radio/examples/radio-rating.md +++ b/ARIA/apg/patterns/radio/examples/radio-rating.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/radio/examples/radio-rating/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/radio/examples/radio.md b/ARIA/apg/patterns/radio/examples/radio.md index 46e60f286..eef9a9851 100644 --- a/ARIA/apg/patterns/radio/examples/radio.md +++ b/ARIA/apg/patterns/radio/examples/radio.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/radio/examples/radio/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md index 35289db7f..0a56048dc 100644 --- a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md +++ b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/slider/examples/slider-color-viewer.md b/ARIA/apg/patterns/slider/examples/slider-color-viewer.md index fb21afe5a..866711104 100644 --- a/ARIA/apg/patterns/slider/examples/slider-color-viewer.md +++ b/ARIA/apg/patterns/slider/examples/slider-color-viewer.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/slider/examples/slider-color-viewer/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/slider/examples/slider-rating.md b/ARIA/apg/patterns/slider/examples/slider-rating.md index 6ce6ed340..cc10e4761 100644 --- a/ARIA/apg/patterns/slider/examples/slider-rating.md +++ b/ARIA/apg/patterns/slider/examples/slider-rating.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/slider/examples/slider-rating/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/slider/examples/slider-seek.md b/ARIA/apg/patterns/slider/examples/slider-seek.md index d313c14f9..a14b09b39 100644 --- a/ARIA/apg/patterns/slider/examples/slider-seek.md +++ b/ARIA/apg/patterns/slider/examples/slider-seek.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/slider/examples/slider-seek/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/slider/examples/slider-temperature.md b/ARIA/apg/patterns/slider/examples/slider-temperature.md index ec1de9fb9..6c7870f3c 100644 --- a/ARIA/apg/patterns/slider/examples/slider-temperature.md +++ b/ARIA/apg/patterns/slider/examples/slider-temperature.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/slider/examples/slider-temperature/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md index c0fddbb19..01678bd62 100644 --- a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md +++ b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch-button.md b/ARIA/apg/patterns/switch/examples/switch-button.md index 1c00a2940..8e7cfda48 100644 --- a/ARIA/apg/patterns/switch/examples/switch-button.md +++ b/ARIA/apg/patterns/switch/examples/switch-button.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch-button/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch-checkbox.md b/ARIA/apg/patterns/switch/examples/switch-checkbox.md index a1b9ac8d8..afc3b15d1 100644 --- a/ARIA/apg/patterns/switch/examples/switch-checkbox.md +++ b/ARIA/apg/patterns/switch/examples/switch-checkbox.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch-checkbox/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch.md b/ARIA/apg/patterns/switch/examples/switch.md index 714175fd7..4f0295c54 100644 --- a/ARIA/apg/patterns/switch/examples/switch.md +++ b/ARIA/apg/patterns/switch/examples/switch.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/table/examples/sortable-table.md b/ARIA/apg/patterns/table/examples/sortable-table.md index 63ec1bf42..1d58d07af 100644 --- a/ARIA/apg/patterns/table/examples/sortable-table.md +++ b/ARIA/apg/patterns/table/examples/sortable-table.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/table/examples/sortable-table/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/table/examples/table.md b/ARIA/apg/patterns/table/examples/table.md index 60856a707..86cecaa68 100644 --- a/ARIA/apg/patterns/table/examples/table.md +++ b/ARIA/apg/patterns/table/examples/table.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/table/examples/table/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md index f756f3f6c..dbfb8849b 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/tabs/examples/tabs-automatic/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/tabs/examples/tabs-manual.md b/ARIA/apg/patterns/tabs/examples/tabs-manual.md index 5887e22ef..ff021a61e 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-manual.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-manual.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/tabs/examples/tabs-manual/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/toolbar/examples/toolbar.md b/ARIA/apg/patterns/toolbar/examples/toolbar.md index b3aed3e2f..adbfd92ce 100644 --- a/ARIA/apg/patterns/toolbar/examples/toolbar.md +++ b/ARIA/apg/patterns/toolbar/examples/toolbar.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/toolbar/examples/toolbar/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md index f288b1063..8e09cfc35 100644 --- a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md +++ b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treegrid/examples/treegrid-1/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1a.md b/ARIA/apg/patterns/treeview/examples/treeview-1a.md index 45c15c953..0379c366a 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1a.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1a.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treeview/examples/treeview-1a/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1b.md b/ARIA/apg/patterns/treeview/examples/treeview-1b.md index df1978e1d..eb839a35d 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1b.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1b.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treeview/examples/treeview-1b/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md index c25e30cfd..735b51ad3 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treeview/examples/treeview-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 62c9143b5..5f82b2d87 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -44,6 +44,7 @@ const getLastModifiedDate = async (exampleFilePath) => { ); throw error; } + console.log(path.basename(exampleFilePath), dateFormatted) return dateFormatted; }; From 264e5dbe99912c4b97a86a3bfa1952eeea152f80 Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 5 Dec 2023 17:08:34 -0500 Subject: [PATCH 02/12] Remove unrelated log --- scripts/pre-build/library/transformExample.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 5f82b2d87..62c9143b5 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -44,7 +44,6 @@ const getLastModifiedDate = async (exampleFilePath) => { ); throw error; } - console.log(path.basename(exampleFilePath), dateFormatted) return dateFormatted; }; From 277e6379e227ac8e33c2ebd5c8c9bee6cb21d0c4 Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 12 Dec 2023 09:28:32 -0800 Subject: [PATCH 03/12] Factor in css and js files in last modified date --- .../library/getExampleLastModifiedDate.js | 52 +++++++++++++++++++ scripts/pre-build/library/rewritePath.js | 2 +- scripts/pre-build/library/transformExample.js | 36 +++---------- 3 files changed, 61 insertions(+), 29 deletions(-) create mode 100644 scripts/pre-build/library/getExampleLastModifiedDate.js diff --git a/scripts/pre-build/library/getExampleLastModifiedDate.js b/scripts/pre-build/library/getExampleLastModifiedDate.js new file mode 100644 index 000000000..632e71807 --- /dev/null +++ b/scripts/pre-build/library/getExampleLastModifiedDate.js @@ -0,0 +1,52 @@ +const path = require("path"); +const { exec } = require("child_process"); +const { format } = require("date-fns"); +const { rewriteRelativePath } = require("./rewritePath"); + +const getExampleLastModifiedDate = async ({ html, sourcePath }) => { + const getFileLastModifiedDate = async (sourcePath) => { + const output = await new Promise((resolve) => { + exec( + `git log -1 --pretty="format:%cI" ${path.basename(sourcePath)}`, + { cwd: path.dirname(sourcePath) }, + (error, stdout, stderr) => { + resolve(stdout); + } + ); + }); + let date; + try { + date = new Date(output); + } catch (error) { + console.error( + `Failed to extract a last-modified date for the file "${sourcePath}"` + ); + throw error; + } + return date; + }; + + const dependencyFilePaths = html + .querySelectorAll("#css_js_files a") + .map( + (link) => + rewriteRelativePath(link.getAttribute("href"), { + onSourcePath: sourcePath, + }).sourcePath + ) + .concat(sourcePath); + + const dates = await Promise.all( + dependencyFilePaths.map((filePath) => getFileLastModifiedDate(filePath)) + ); + + dates.sort((a, b) => b - a); + + const mostRecent = dates[0]; + + const dateFormatted = format(mostRecent, "d MMMM y"); + + return dateFormatted; +}; + +module.exports = getExampleLastModifiedDate; diff --git a/scripts/pre-build/library/rewritePath.js b/scripts/pre-build/library/rewritePath.js index 8eb0824a4..72b2bdb95 100644 --- a/scripts/pre-build/library/rewritePath.js +++ b/scripts/pre-build/library/rewritePath.js @@ -130,7 +130,7 @@ const rewriteRelativePath = (relativePathAndHash, { onSourcePath }) => { const siteRootPath = `${siteRootPathPreHash}${hashFormatted}`; const siteRelativePath = `${siteRelativePathPreHash}${queryStringFormatted}${hashFormatted}`; - return { siteRelativePath, siteRootPath, buildPath }; + return { siteRelativePath, siteRootPath, sourcePath, buildPath }; }; module.exports = { diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 62c9143b5..6830c5273 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -1,14 +1,13 @@ const fs = require("fs/promises"); const path = require("path"); -const { exec } = require("child_process"); const { parse: parseHtml } = require("node-html-parser"); -const { format } = require("date-fns"); const formatForJekyll = require("./formatForJekyll"); const { rewriteSourcePath, sourceRoot } = require("./rewritePath"); const rewriteElementPaths = require("./rewriteElementPaths"); const removeDuplicateMainTag = require("./removeDuplicateMainTag"); const wrapTablesWithResponsiveDiv = require("./wrapTablesWithResponsiveDiv"); const removeConflictingCss = require("./removeConflictingCss"); +const getExampleLastModifiedDate = require("./getExampleLastModifiedDate"); const loadNotice = async () => { const noticePath = path.resolve( @@ -25,28 +24,6 @@ const loadNotice = async () => { const loadedNotice = loadNotice(); -const getLastModifiedDate = async (exampleFilePath) => { - const output = await new Promise((resolve) => { - exec( - `git log -1 --pretty="format:%cI" ${path.basename(exampleFilePath)}`, - { cwd: path.dirname(exampleFilePath) }, - (error, stdout, stderr) => { - resolve(stdout); - } - ); - }); - let dateFormatted; - try { - dateFormatted = format(new Date(output), "d MMMM y"); - } catch (error) { - console.error( - `Failed to extract a last-modified date for the file "${exampleFilePath}"` - ); - throw error; - } - return dateFormatted; -}; - const transformExample = async (sourcePath, sourceContents) => { const { sitePath, githubPath } = rewriteSourcePath(sourcePath); const html = parseHtml(sourceContents); @@ -69,6 +46,13 @@ const transformExample = async (sourcePath, sourceContents) => { removeConflictingCss(html); + const lastModifiedDateFormatted = await getExampleLastModifiedDate({ + html, + sourcePath, + }); + + await rewriteElementPaths(html, { onSourcePath: sourcePath }); + const getNotice = await loadedNotice; const notice = getNotice(); html.querySelector("body").insertAdjacentHTML( @@ -79,10 +63,6 @@ const transformExample = async (sourcePath, sourceContents) => { ` ); - const lastModifiedDateFormatted = await getLastModifiedDate(sourcePath); - - await rewriteElementPaths(html, { onSourcePath: sourcePath }); - const relatedLinksElement = html.querySelector( '[aria-label="Related Links"]' ); From 4a113a6c976bf08e1eb76f489659cd5a672c8ad8 Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 12 Dec 2023 09:35:28 -0800 Subject: [PATCH 04/12] Support css and js factoring into dates --- .../patterns/checkbox/examples/checkbox-mixed.md | 2 +- .../examples/combobox-autocomplete-both.md | 2 +- .../examples/combobox-autocomplete-list.md | 2 +- .../examples/combobox-autocomplete-none.md | 2 +- .../combobox/examples/combobox-select-only.md | 2 +- ARIA/apg/patterns/combobox/examples/grid-combo.md | 2 +- .../patterns/disclosure/examples/disclosure-faq.md | 2 +- .../examples/disclosure-image-description.md | 2 +- .../menu-button-actions-active-descendant.md | 2 +- .../menu-button/examples/menu-button-actions.md | 2 +- .../menu-button/examples/menu-button-links.md | 2 +- .../menubar/examples/menubar-navigation.md | 2 +- .../patterns/switch/examples/switch-checkbox.md | 2 +- ARIA/apg/patterns/switch/examples/switch.md | 2 +- scripts/pre-build/library/transformExample.js | 14 +++++++------- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md index b4a87a011..6542e66e0 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/checkbox/examples/checkbox-mixed/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md index ed70bedd2..6b763323f 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md index 98d5434a3..c0872733f 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md index 6754a5bad..47409e19d 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md index 22fe6f236..fb8f09bed 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-select-only/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/grid-combo.md b/ARIA/apg/patterns/combobox/examples/grid-combo.md index 5f2327a64..7e6377520 100644 --- a/ARIA/apg/patterns/combobox/examples/grid-combo.md +++ b/ARIA/apg/patterns/combobox/examples/grid-combo.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/grid-combo/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md index 95d78fc34..a956978fb 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-faq/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md index e53721b8e..e194e80d9 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-image-description/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md index 0b7ffd04e..c98a297b4 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-de sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md index 6f74e1627..e26068fab 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-actions/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md index e936372df..048235d64 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-links/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md index 53831d52b..71a18df93 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menubar/examples/menubar-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch-checkbox.md b/ARIA/apg/patterns/switch/examples/switch-checkbox.md index afc3b15d1..b5b14a79a 100644 --- a/ARIA/apg/patterns/switch/examples/switch-checkbox.md +++ b/ARIA/apg/patterns/switch/examples/switch-checkbox.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch-checkbox/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch.md b/ARIA/apg/patterns/switch/examples/switch.md index 4f0295c54..774385ef7 100644 --- a/ARIA/apg/patterns/switch/examples/switch.md +++ b/ARIA/apg/patterns/switch/examples/switch.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 6830c5273..28ea7ef31 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -46,13 +46,6 @@ const transformExample = async (sourcePath, sourceContents) => { removeConflictingCss(html); - const lastModifiedDateFormatted = await getExampleLastModifiedDate({ - html, - sourcePath, - }); - - await rewriteElementPaths(html, { onSourcePath: sourcePath }); - const getNotice = await loadedNotice; const notice = getNotice(); html.querySelector("body").insertAdjacentHTML( @@ -63,6 +56,13 @@ const transformExample = async (sourcePath, sourceContents) => { ` ); + const lastModifiedDateFormatted = await getExampleLastModifiedDate({ + html, + sourcePath, + }); + + await rewriteElementPaths(html, { onSourcePath: sourcePath }); + const relatedLinksElement = html.querySelector( '[aria-label="Related Links"]' ); From 775ff675531d7bf8f61c19733e620b780c5948c5 Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 12 Dec 2023 09:43:26 -0800 Subject: [PATCH 05/12] Fix bug introduced by merge --- ARIA/apg/patterns/accordion/examples/accordion.md | 3 --- ARIA/apg/patterns/alert/examples/alert.md | 3 --- ARIA/apg/patterns/alertdialog/examples/alertdialog.md | 3 --- ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md | 3 --- ARIA/apg/patterns/button/examples/button.md | 3 --- ARIA/apg/patterns/button/examples/button_idl.md | 3 --- .../patterns/carousel/examples/carousel-1-prev-next.md | 3 --- ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md | 3 --- ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md | 3 --- ARIA/apg/patterns/checkbox/examples/checkbox.md | 3 --- .../combobox/examples/combobox-autocomplete-both.md | 3 --- .../combobox/examples/combobox-autocomplete-list.md | 3 --- .../combobox/examples/combobox-autocomplete-none.md | 3 --- .../apg/patterns/combobox/examples/combobox-datepicker.md | 3 --- .../patterns/combobox/examples/combobox-select-only.md | 3 --- ARIA/apg/patterns/combobox/examples/grid-combo.md | 3 --- .../patterns/dialog-modal/examples/datepicker-dialog.md | 3 --- ARIA/apg/patterns/dialog-modal/examples/dialog.md | 3 --- ARIA/apg/patterns/disclosure/examples/disclosure-faq.md | 3 --- .../disclosure/examples/disclosure-image-description.md | 3 --- .../disclosure/examples/disclosure-navigation-hybrid.md | 3 --- .../patterns/disclosure/examples/disclosure-navigation.md | 3 --- ARIA/apg/patterns/feed/examples/feed.md | 3 --- ARIA/apg/patterns/grid/examples/advanced-data-grid.md | 3 --- ARIA/apg/patterns/grid/examples/data-grids.md | 3 --- ARIA/apg/patterns/grid/examples/layout-grids.md | 3 --- ARIA/apg/patterns/link/examples/link.md | 3 --- ARIA/apg/patterns/listbox/examples/listbox-collapsible.md | 3 --- ARIA/apg/patterns/listbox/examples/listbox-grouped.md | 3 --- .../patterns/listbox/examples/listbox-rearrangeable.md | 3 --- ARIA/apg/patterns/listbox/examples/listbox-scrollable.md | 3 --- .../examples/menu-button-actions-active-descendant.md | 3 --- .../patterns/menu-button/examples/menu-button-actions.md | 3 --- .../patterns/menu-button/examples/menu-button-links.md | 3 --- ARIA/apg/patterns/menubar/examples/menubar-editor.md | 3 --- ARIA/apg/patterns/menubar/examples/menubar-navigation.md | 3 --- ARIA/apg/patterns/meter/examples/meter.md | 3 --- .../apg/patterns/radio/examples/radio-activedescendant.md | 3 --- ARIA/apg/patterns/radio/examples/radio-rating.md | 3 --- ARIA/apg/patterns/radio/examples/radio.md | 3 --- .../slider-multithumb/examples/slider-multithumb.md | 3 --- ARIA/apg/patterns/slider/examples/slider-color-viewer.md | 3 --- ARIA/apg/patterns/slider/examples/slider-rating.md | 3 --- ARIA/apg/patterns/slider/examples/slider-seek.md | 3 --- ARIA/apg/patterns/slider/examples/slider-temperature.md | 3 --- .../spinbutton/examples/datepicker-spinbuttons.md | 3 --- ARIA/apg/patterns/switch/examples/switch-button.md | 3 --- ARIA/apg/patterns/switch/examples/switch-checkbox.md | 3 --- ARIA/apg/patterns/switch/examples/switch.md | 3 --- ARIA/apg/patterns/table/examples/sortable-table.md | 3 --- ARIA/apg/patterns/table/examples/table.md | 3 --- ARIA/apg/patterns/tabs/examples/tabs-automatic.md | 3 --- ARIA/apg/patterns/tabs/examples/tabs-manual.md | 3 --- ARIA/apg/patterns/toolbar/examples/toolbar.md | 3 --- ARIA/apg/patterns/treegrid/examples/treegrid-1.md | 3 --- ARIA/apg/patterns/treeview/examples/treeview-1a.md | 3 --- ARIA/apg/patterns/treeview/examples/treeview-1b.md | 3 --- .../apg/patterns/treeview/examples/treeview-navigation.md | 3 --- scripts/pre-build/library/transformExample.js | 8 +------- 59 files changed, 1 insertion(+), 181 deletions(-) diff --git a/ARIA/apg/patterns/accordion/examples/accordion.md b/ARIA/apg/patterns/accordion/examples/accordion.md index 2ec8428da..d408c8b79 100644 --- a/ARIA/apg/patterns/accordion/examples/accordion.md +++ b/ARIA/apg/patterns/accordion/examples/accordion.md @@ -63,8 +63,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -89,7 +87,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/alert/examples/alert.md b/ARIA/apg/patterns/alert/examples/alert.md index a20e8d18d..3373c0ad7 100644 --- a/ARIA/apg/patterns/alert/examples/alert.md +++ b/ARIA/apg/patterns/alert/examples/alert.md @@ -67,8 +67,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -93,7 +91,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md index 450cfe4a7..975625d2b 100644 --- a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md +++ b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md index 075660a08..494f4d7f4 100644 --- a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md +++ b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md @@ -63,8 +63,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -89,7 +87,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/button/examples/button.md b/ARIA/apg/patterns/button/examples/button.md index 967b8a7f6..57fed2250 100644 --- a/ARIA/apg/patterns/button/examples/button.md +++ b/ARIA/apg/patterns/button/examples/button.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/button/examples/button_idl.md b/ARIA/apg/patterns/button/examples/button_idl.md index d022b9257..b14055d84 100644 --- a/ARIA/apg/patterns/button/examples/button_idl.md +++ b/ARIA/apg/patterns/button/examples/button_idl.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md index ee336f8e1..c0802ac9e 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md @@ -66,8 +66,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -92,7 +90,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md index d3d0cb379..cd9cb8696 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md index 03b70c3ae..f69a05088 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox.md b/ARIA/apg/patterns/checkbox/examples/checkbox.md index da76c4c55..0305994dc 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md index 83fca7d78..31b6ee791 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md index 1b639023b..d7ed701fa 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md index 0a7602983..84bc1039d 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md index 54d6a6829..c8092ffea 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md @@ -70,8 +70,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -96,7 +94,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md index e94dfb5f6..423164d14 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/combobox/examples/grid-combo.md b/ARIA/apg/patterns/combobox/examples/grid-combo.md index 24b7c95e7..d4c1ba1ef 100644 --- a/ARIA/apg/patterns/combobox/examples/grid-combo.md +++ b/ARIA/apg/patterns/combobox/examples/grid-combo.md @@ -66,8 +66,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -92,7 +90,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md index 75dc68989..f42d229fd 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md @@ -70,8 +70,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -96,7 +94,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/dialog-modal/examples/dialog.md b/ARIA/apg/patterns/dialog-modal/examples/dialog.md index 2b45bbf50..b893572b1 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/dialog.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md index ab748fbe1..24435e544 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md @@ -66,8 +66,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -92,7 +90,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md index 31ca737d2..11f6d4eea 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md index 7356d6d89..0fcc53dea 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md index 2dd69b421..873f88f70 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/feed/examples/feed.md b/ARIA/apg/patterns/feed/examples/feed.md index 3f410b750..0715ac631 100644 --- a/ARIA/apg/patterns/feed/examples/feed.md +++ b/ARIA/apg/patterns/feed/examples/feed.md @@ -58,8 +58,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -84,7 +82,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md index 6f754c37a..e914ded42 100644 --- a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md +++ b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md @@ -71,8 +71,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -97,7 +95,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/grid/examples/data-grids.md b/ARIA/apg/patterns/grid/examples/data-grids.md index b5c975e14..779939e9b 100644 --- a/ARIA/apg/patterns/grid/examples/data-grids.md +++ b/ARIA/apg/patterns/grid/examples/data-grids.md @@ -71,8 +71,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -97,7 +95,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/grid/examples/layout-grids.md b/ARIA/apg/patterns/grid/examples/layout-grids.md index bf558439e..0fbf4fa82 100644 --- a/ARIA/apg/patterns/grid/examples/layout-grids.md +++ b/ARIA/apg/patterns/grid/examples/layout-grids.md @@ -66,8 +66,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -92,7 +90,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/link/examples/link.md b/ARIA/apg/patterns/link/examples/link.md index 6311881d0..1b741304f 100644 --- a/ARIA/apg/patterns/link/examples/link.md +++ b/ARIA/apg/patterns/link/examples/link.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md index 134b771c9..54ae26834 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md index 95cefcb1b..5348dbf5b 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md index f614027f5..43c7a7778 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md @@ -66,8 +66,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -92,7 +90,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md index 353644f15..ac39a197b 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md index e8b9c696d..6b52fee77 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md index 98c318495..920455252 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md index 8c257be56..26a9cec6e 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/menubar/examples/menubar-editor.md b/ARIA/apg/patterns/menubar/examples/menubar-editor.md index 05d8a5d7e..0149e0b9c 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-editor.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-editor.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md index dfb98e83c..81ef90098 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/meter/examples/meter.md b/ARIA/apg/patterns/meter/examples/meter.md index 64fd9f5c2..42551b6dc 100644 --- a/ARIA/apg/patterns/meter/examples/meter.md +++ b/ARIA/apg/patterns/meter/examples/meter.md @@ -70,8 +70,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -96,7 +94,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md index b44536604..1f9cb89a2 100644 --- a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md +++ b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/radio/examples/radio-rating.md b/ARIA/apg/patterns/radio/examples/radio-rating.md index bddb11aff..1d4f08e10 100644 --- a/ARIA/apg/patterns/radio/examples/radio-rating.md +++ b/ARIA/apg/patterns/radio/examples/radio-rating.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/radio/examples/radio.md b/ARIA/apg/patterns/radio/examples/radio.md index d9d61a4c3..f1a050b8b 100644 --- a/ARIA/apg/patterns/radio/examples/radio.md +++ b/ARIA/apg/patterns/radio/examples/radio.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md index 49a2caea6..06ab64a59 100644 --- a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md +++ b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md @@ -67,8 +67,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -93,7 +91,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/slider/examples/slider-color-viewer.md b/ARIA/apg/patterns/slider/examples/slider-color-viewer.md index 217baf175..1b780ff6d 100644 --- a/ARIA/apg/patterns/slider/examples/slider-color-viewer.md +++ b/ARIA/apg/patterns/slider/examples/slider-color-viewer.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/slider/examples/slider-rating.md b/ARIA/apg/patterns/slider/examples/slider-rating.md index dda80a09e..273cc0a7a 100644 --- a/ARIA/apg/patterns/slider/examples/slider-rating.md +++ b/ARIA/apg/patterns/slider/examples/slider-rating.md @@ -65,8 +65,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -91,7 +89,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/slider/examples/slider-seek.md b/ARIA/apg/patterns/slider/examples/slider-seek.md index b0de9516e..12a71ddc3 100644 --- a/ARIA/apg/patterns/slider/examples/slider-seek.md +++ b/ARIA/apg/patterns/slider/examples/slider-seek.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/slider/examples/slider-temperature.md b/ARIA/apg/patterns/slider/examples/slider-temperature.md index 7398db017..039223f52 100644 --- a/ARIA/apg/patterns/slider/examples/slider-temperature.md +++ b/ARIA/apg/patterns/slider/examples/slider-temperature.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md index a133fcaa4..ba2ea6f66 100644 --- a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md +++ b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md @@ -71,8 +71,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -97,7 +95,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/switch/examples/switch-button.md b/ARIA/apg/patterns/switch/examples/switch-button.md index 91ee6b68d..47088a6b6 100644 --- a/ARIA/apg/patterns/switch/examples/switch-button.md +++ b/ARIA/apg/patterns/switch/examples/switch-button.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/switch/examples/switch-checkbox.md b/ARIA/apg/patterns/switch/examples/switch-checkbox.md index f0ddb9241..8f19dc3cf 100644 --- a/ARIA/apg/patterns/switch/examples/switch-checkbox.md +++ b/ARIA/apg/patterns/switch/examples/switch-checkbox.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/switch/examples/switch.md b/ARIA/apg/patterns/switch/examples/switch.md index e4962a33a..8e8e060db 100644 --- a/ARIA/apg/patterns/switch/examples/switch.md +++ b/ARIA/apg/patterns/switch/examples/switch.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/table/examples/sortable-table.md b/ARIA/apg/patterns/table/examples/sortable-table.md index c29053044..6c505d3f8 100644 --- a/ARIA/apg/patterns/table/examples/sortable-table.md +++ b/ARIA/apg/patterns/table/examples/sortable-table.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/table/examples/table.md b/ARIA/apg/patterns/table/examples/table.md index 21a7c3d5d..0a95ea528 100644 --- a/ARIA/apg/patterns/table/examples/table.md +++ b/ARIA/apg/patterns/table/examples/table.md @@ -63,8 +63,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -89,7 +87,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md index 8f982725a..da4f39dfc 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/tabs/examples/tabs-manual.md b/ARIA/apg/patterns/tabs/examples/tabs-manual.md index 933459491..49196e818 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-manual.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-manual.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/toolbar/examples/toolbar.md b/ARIA/apg/patterns/toolbar/examples/toolbar.md index 12ca85c48..2da564ecd 100644 --- a/ARIA/apg/patterns/toolbar/examples/toolbar.md +++ b/ARIA/apg/patterns/toolbar/examples/toolbar.md @@ -79,8 +79,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -105,7 +103,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md index 1fac97496..5c4ac9ee0 100644 --- a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md +++ b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md @@ -88,8 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -114,7 +112,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1a.md b/ARIA/apg/patterns/treeview/examples/treeview-1a.md index eeaeef19d..bef37a3fd 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1a.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1a.md @@ -73,8 +73,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -99,7 +97,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1b.md b/ARIA/apg/patterns/treeview/examples/treeview-1b.md index b0df6ddf8..b4b6d4c02 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1b.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1b.md @@ -73,8 +73,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -99,7 +97,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md index 13ca05adb..3de536268 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md @@ -64,8 +64,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Read This First

-

Read This First

@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 0e66d8b19..3516df0a5 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -48,13 +48,7 @@ const transformExample = async (sourcePath, sourceContents) => { const getNotice = await loadedNotice; const notice = await getNotice(sourcePath); - html.querySelector("body").insertAdjacentHTML( - "afterbegin", - ` -

Read This First

- ${notice} - ` - ); + html.querySelector("body").insertAdjacentHTML("afterbegin", notice); const relatedLinksElement = html.querySelector( '[aria-label="Related Links"]' From 742606bb8158fe582989b7b71247033316c8d543 Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 12 Dec 2023 10:02:48 -0800 Subject: [PATCH 06/12] Remove fix because it should be a separate pr --- scripts/pre-build/library/transformExample.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 3516df0a5..0e66d8b19 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -48,7 +48,13 @@ const transformExample = async (sourcePath, sourceContents) => { const getNotice = await loadedNotice; const notice = await getNotice(sourcePath); - html.querySelector("body").insertAdjacentHTML("afterbegin", notice); + html.querySelector("body").insertAdjacentHTML( + "afterbegin", + ` +

Read This First

+ ${notice} + ` + ); const relatedLinksElement = html.querySelector( '[aria-label="Related Links"]' From de939dde6b55d66f4f67dded012a97a154f1fa79 Mon Sep 17 00:00:00 2001 From: alflennik Date: Tue, 12 Dec 2023 10:03:12 -0800 Subject: [PATCH 07/12] Remove fix because it should be a separate pr --- ARIA/apg/patterns/accordion/examples/accordion.md | 3 +++ ARIA/apg/patterns/alert/examples/alert.md | 3 +++ ARIA/apg/patterns/alertdialog/examples/alertdialog.md | 3 +++ ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md | 3 +++ ARIA/apg/patterns/button/examples/button.md | 3 +++ ARIA/apg/patterns/button/examples/button_idl.md | 3 +++ ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md | 3 +++ ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md | 3 +++ ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md | 3 +++ ARIA/apg/patterns/checkbox/examples/checkbox.md | 3 +++ .../patterns/combobox/examples/combobox-autocomplete-both.md | 3 +++ .../patterns/combobox/examples/combobox-autocomplete-list.md | 3 +++ .../patterns/combobox/examples/combobox-autocomplete-none.md | 3 +++ ARIA/apg/patterns/combobox/examples/combobox-datepicker.md | 3 +++ ARIA/apg/patterns/combobox/examples/combobox-select-only.md | 3 +++ ARIA/apg/patterns/combobox/examples/grid-combo.md | 3 +++ ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md | 3 +++ ARIA/apg/patterns/dialog-modal/examples/dialog.md | 3 +++ ARIA/apg/patterns/disclosure/examples/disclosure-faq.md | 3 +++ .../disclosure/examples/disclosure-image-description.md | 3 +++ .../disclosure/examples/disclosure-navigation-hybrid.md | 3 +++ ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md | 3 +++ ARIA/apg/patterns/feed/examples/feed.md | 3 +++ ARIA/apg/patterns/grid/examples/advanced-data-grid.md | 3 +++ ARIA/apg/patterns/grid/examples/data-grids.md | 3 +++ ARIA/apg/patterns/grid/examples/layout-grids.md | 3 +++ ARIA/apg/patterns/link/examples/link.md | 3 +++ ARIA/apg/patterns/listbox/examples/listbox-collapsible.md | 3 +++ ARIA/apg/patterns/listbox/examples/listbox-grouped.md | 3 +++ ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md | 3 +++ ARIA/apg/patterns/listbox/examples/listbox-scrollable.md | 3 +++ .../examples/menu-button-actions-active-descendant.md | 3 +++ ARIA/apg/patterns/menu-button/examples/menu-button-actions.md | 3 +++ ARIA/apg/patterns/menu-button/examples/menu-button-links.md | 3 +++ ARIA/apg/patterns/menubar/examples/menubar-editor.md | 3 +++ ARIA/apg/patterns/menubar/examples/menubar-navigation.md | 3 +++ ARIA/apg/patterns/meter/examples/meter.md | 3 +++ ARIA/apg/patterns/radio/examples/radio-activedescendant.md | 3 +++ ARIA/apg/patterns/radio/examples/radio-rating.md | 3 +++ ARIA/apg/patterns/radio/examples/radio.md | 3 +++ .../patterns/slider-multithumb/examples/slider-multithumb.md | 3 +++ ARIA/apg/patterns/slider/examples/slider-color-viewer.md | 3 +++ ARIA/apg/patterns/slider/examples/slider-rating.md | 3 +++ ARIA/apg/patterns/slider/examples/slider-seek.md | 3 +++ ARIA/apg/patterns/slider/examples/slider-temperature.md | 3 +++ .../apg/patterns/spinbutton/examples/datepicker-spinbuttons.md | 3 +++ ARIA/apg/patterns/switch/examples/switch-button.md | 3 +++ ARIA/apg/patterns/switch/examples/switch-checkbox.md | 3 +++ ARIA/apg/patterns/switch/examples/switch.md | 3 +++ ARIA/apg/patterns/table/examples/sortable-table.md | 3 +++ ARIA/apg/patterns/table/examples/table.md | 3 +++ ARIA/apg/patterns/tabs/examples/tabs-automatic.md | 3 +++ ARIA/apg/patterns/tabs/examples/tabs-manual.md | 3 +++ ARIA/apg/patterns/toolbar/examples/toolbar.md | 3 +++ ARIA/apg/patterns/treegrid/examples/treegrid-1.md | 3 +++ ARIA/apg/patterns/treeview/examples/treeview-1a.md | 3 +++ ARIA/apg/patterns/treeview/examples/treeview-1b.md | 3 +++ ARIA/apg/patterns/treeview/examples/treeview-navigation.md | 3 +++ 58 files changed, 174 insertions(+) diff --git a/ARIA/apg/patterns/accordion/examples/accordion.md b/ARIA/apg/patterns/accordion/examples/accordion.md index d408c8b79..2ec8428da 100644 --- a/ARIA/apg/patterns/accordion/examples/accordion.md +++ b/ARIA/apg/patterns/accordion/examples/accordion.md @@ -63,6 +63,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -87,6 +89,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/alert/examples/alert.md b/ARIA/apg/patterns/alert/examples/alert.md index 3373c0ad7..a20e8d18d 100644 --- a/ARIA/apg/patterns/alert/examples/alert.md +++ b/ARIA/apg/patterns/alert/examples/alert.md @@ -67,6 +67,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -91,6 +93,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md index 975625d2b..450cfe4a7 100644 --- a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md +++ b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md index 494f4d7f4..075660a08 100644 --- a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md +++ b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md @@ -63,6 +63,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -87,6 +89,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/button/examples/button.md b/ARIA/apg/patterns/button/examples/button.md index 57fed2250..967b8a7f6 100644 --- a/ARIA/apg/patterns/button/examples/button.md +++ b/ARIA/apg/patterns/button/examples/button.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/button/examples/button_idl.md b/ARIA/apg/patterns/button/examples/button_idl.md index b14055d84..d022b9257 100644 --- a/ARIA/apg/patterns/button/examples/button_idl.md +++ b/ARIA/apg/patterns/button/examples/button_idl.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md index c0802ac9e..ee336f8e1 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md @@ -66,6 +66,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -90,6 +92,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md index cd9cb8696..d3d0cb379 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md index f69a05088..03b70c3ae 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox.md b/ARIA/apg/patterns/checkbox/examples/checkbox.md index 0305994dc..da76c4c55 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md index 31b6ee791..83fca7d78 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md index d7ed701fa..1b639023b 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md index 84bc1039d..0a7602983 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md index c8092ffea..54d6a6829 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md @@ -70,6 +70,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -94,6 +96,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md index 423164d14..e94dfb5f6 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/combobox/examples/grid-combo.md b/ARIA/apg/patterns/combobox/examples/grid-combo.md index d4c1ba1ef..24b7c95e7 100644 --- a/ARIA/apg/patterns/combobox/examples/grid-combo.md +++ b/ARIA/apg/patterns/combobox/examples/grid-combo.md @@ -66,6 +66,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -90,6 +92,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md index f42d229fd..75dc68989 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md @@ -70,6 +70,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -94,6 +96,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/dialog-modal/examples/dialog.md b/ARIA/apg/patterns/dialog-modal/examples/dialog.md index b893572b1..2b45bbf50 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/dialog.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md index 24435e544..ab748fbe1 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md @@ -66,6 +66,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -90,6 +92,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md index 11f6d4eea..31ca737d2 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md index 0fcc53dea..7356d6d89 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md index 873f88f70..2dd69b421 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/feed/examples/feed.md b/ARIA/apg/patterns/feed/examples/feed.md index 0715ac631..3f410b750 100644 --- a/ARIA/apg/patterns/feed/examples/feed.md +++ b/ARIA/apg/patterns/feed/examples/feed.md @@ -58,6 +58,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -82,6 +84,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md index e914ded42..6f754c37a 100644 --- a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md +++ b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md @@ -71,6 +71,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -95,6 +97,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/grid/examples/data-grids.md b/ARIA/apg/patterns/grid/examples/data-grids.md index 779939e9b..b5c975e14 100644 --- a/ARIA/apg/patterns/grid/examples/data-grids.md +++ b/ARIA/apg/patterns/grid/examples/data-grids.md @@ -71,6 +71,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -95,6 +97,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/grid/examples/layout-grids.md b/ARIA/apg/patterns/grid/examples/layout-grids.md index 0fbf4fa82..bf558439e 100644 --- a/ARIA/apg/patterns/grid/examples/layout-grids.md +++ b/ARIA/apg/patterns/grid/examples/layout-grids.md @@ -66,6 +66,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -90,6 +92,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/link/examples/link.md b/ARIA/apg/patterns/link/examples/link.md index 1b741304f..6311881d0 100644 --- a/ARIA/apg/patterns/link/examples/link.md +++ b/ARIA/apg/patterns/link/examples/link.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md index 54ae26834..134b771c9 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md index 5348dbf5b..95cefcb1b 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md index 43c7a7778..f614027f5 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md @@ -66,6 +66,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -90,6 +92,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md index ac39a197b..353644f15 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md index 6b52fee77..e8b9c696d 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md index 920455252..98c318495 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md index 26a9cec6e..8c257be56 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/menubar/examples/menubar-editor.md b/ARIA/apg/patterns/menubar/examples/menubar-editor.md index 0149e0b9c..05d8a5d7e 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-editor.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-editor.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md index 81ef90098..dfb98e83c 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/meter/examples/meter.md b/ARIA/apg/patterns/meter/examples/meter.md index 42551b6dc..64fd9f5c2 100644 --- a/ARIA/apg/patterns/meter/examples/meter.md +++ b/ARIA/apg/patterns/meter/examples/meter.md @@ -70,6 +70,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -94,6 +96,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md index 1f9cb89a2..b44536604 100644 --- a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md +++ b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/radio/examples/radio-rating.md b/ARIA/apg/patterns/radio/examples/radio-rating.md index 1d4f08e10..bddb11aff 100644 --- a/ARIA/apg/patterns/radio/examples/radio-rating.md +++ b/ARIA/apg/patterns/radio/examples/radio-rating.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/radio/examples/radio.md b/ARIA/apg/patterns/radio/examples/radio.md index f1a050b8b..d9d61a4c3 100644 --- a/ARIA/apg/patterns/radio/examples/radio.md +++ b/ARIA/apg/patterns/radio/examples/radio.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md index 06ab64a59..49a2caea6 100644 --- a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md +++ b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md @@ -67,6 +67,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -91,6 +93,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/slider/examples/slider-color-viewer.md b/ARIA/apg/patterns/slider/examples/slider-color-viewer.md index 1b780ff6d..217baf175 100644 --- a/ARIA/apg/patterns/slider/examples/slider-color-viewer.md +++ b/ARIA/apg/patterns/slider/examples/slider-color-viewer.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/slider/examples/slider-rating.md b/ARIA/apg/patterns/slider/examples/slider-rating.md index 273cc0a7a..dda80a09e 100644 --- a/ARIA/apg/patterns/slider/examples/slider-rating.md +++ b/ARIA/apg/patterns/slider/examples/slider-rating.md @@ -65,6 +65,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -89,6 +91,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/slider/examples/slider-seek.md b/ARIA/apg/patterns/slider/examples/slider-seek.md index 12a71ddc3..b0de9516e 100644 --- a/ARIA/apg/patterns/slider/examples/slider-seek.md +++ b/ARIA/apg/patterns/slider/examples/slider-seek.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/slider/examples/slider-temperature.md b/ARIA/apg/patterns/slider/examples/slider-temperature.md index 039223f52..7398db017 100644 --- a/ARIA/apg/patterns/slider/examples/slider-temperature.md +++ b/ARIA/apg/patterns/slider/examples/slider-temperature.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md index ba2ea6f66..a133fcaa4 100644 --- a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md +++ b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md @@ -71,6 +71,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -95,6 +97,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/switch/examples/switch-button.md b/ARIA/apg/patterns/switch/examples/switch-button.md index 47088a6b6..91ee6b68d 100644 --- a/ARIA/apg/patterns/switch/examples/switch-button.md +++ b/ARIA/apg/patterns/switch/examples/switch-button.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/switch/examples/switch-checkbox.md b/ARIA/apg/patterns/switch/examples/switch-checkbox.md index 8f19dc3cf..f0ddb9241 100644 --- a/ARIA/apg/patterns/switch/examples/switch-checkbox.md +++ b/ARIA/apg/patterns/switch/examples/switch-checkbox.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/switch/examples/switch.md b/ARIA/apg/patterns/switch/examples/switch.md index 8e8e060db..e4962a33a 100644 --- a/ARIA/apg/patterns/switch/examples/switch.md +++ b/ARIA/apg/patterns/switch/examples/switch.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/table/examples/sortable-table.md b/ARIA/apg/patterns/table/examples/sortable-table.md index 6c505d3f8..c29053044 100644 --- a/ARIA/apg/patterns/table/examples/sortable-table.md +++ b/ARIA/apg/patterns/table/examples/sortable-table.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/table/examples/table.md b/ARIA/apg/patterns/table/examples/table.md index 0a95ea528..21a7c3d5d 100644 --- a/ARIA/apg/patterns/table/examples/table.md +++ b/ARIA/apg/patterns/table/examples/table.md @@ -63,6 +63,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -87,6 +89,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md index da4f39dfc..8f982725a 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/tabs/examples/tabs-manual.md b/ARIA/apg/patterns/tabs/examples/tabs-manual.md index 49196e818..933459491 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-manual.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-manual.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/toolbar/examples/toolbar.md b/ARIA/apg/patterns/toolbar/examples/toolbar.md index 2da564ecd..12ca85c48 100644 --- a/ARIA/apg/patterns/toolbar/examples/toolbar.md +++ b/ARIA/apg/patterns/toolbar/examples/toolbar.md @@ -79,6 +79,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -103,6 +105,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md index 5c4ac9ee0..1fac97496 100644 --- a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md +++ b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md @@ -88,6 +88,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -112,6 +114,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1a.md b/ARIA/apg/patterns/treeview/examples/treeview-1a.md index bef37a3fd..eeaeef19d 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1a.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1a.md @@ -73,6 +73,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -97,6 +99,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1b.md b/ARIA/apg/patterns/treeview/examples/treeview-1b.md index b4b6d4c02..b0df6ddf8 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1b.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1b.md @@ -73,6 +73,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -97,6 +99,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
diff --git a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md index 3de536268..13ca05adb 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md @@ -64,6 +64,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+

Read This First

+

Read This First

@@ -88,6 +90,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
+
From 40c3778bc81d90d1bf4efbd7de8cf56d686f7053 Mon Sep 17 00:00:00 2001 From: daniel-montalvo Date: Tue, 23 Jan 2024 18:37:08 +0000 Subject: [PATCH 08/12] Commit changes --- ARIA/apg/patterns/accordion/examples/accordion.md | 2 +- ARIA/apg/patterns/alert/examples/alert.md | 2 +- ARIA/apg/patterns/alertdialog/examples/alertdialog.md | 2 +- ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md | 2 +- ARIA/apg/patterns/button/examples/button.md | 2 +- ARIA/apg/patterns/button/examples/button_idl.md | 2 +- ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md | 2 +- ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md | 2 +- ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md | 2 +- ARIA/apg/patterns/checkbox/examples/checkbox.md | 2 +- .../patterns/combobox/examples/combobox-autocomplete-both.md | 2 +- .../patterns/combobox/examples/combobox-autocomplete-list.md | 2 +- .../patterns/combobox/examples/combobox-autocomplete-none.md | 2 +- ARIA/apg/patterns/combobox/examples/combobox-datepicker.md | 2 +- ARIA/apg/patterns/combobox/examples/combobox-select-only.md | 2 +- ARIA/apg/patterns/combobox/examples/grid-combo.md | 2 +- ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md | 2 +- ARIA/apg/patterns/dialog-modal/examples/dialog.md | 2 +- ARIA/apg/patterns/disclosure/examples/disclosure-faq.md | 2 +- .../disclosure/examples/disclosure-image-description.md | 2 +- .../disclosure/examples/disclosure-navigation-hybrid.md | 2 +- ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md | 2 +- ARIA/apg/patterns/feed/examples/feed.md | 2 +- ARIA/apg/patterns/grid/examples/advanced-data-grid.md | 2 +- ARIA/apg/patterns/grid/examples/data-grids.md | 2 +- ARIA/apg/patterns/grid/examples/layout-grids.md | 2 +- ARIA/apg/patterns/link/examples/link.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-collapsible.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-grouped.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md | 2 +- ARIA/apg/patterns/listbox/examples/listbox-scrollable.md | 2 +- .../examples/menu-button-actions-active-descendant.md | 2 +- ARIA/apg/patterns/menu-button/examples/menu-button-actions.md | 2 +- ARIA/apg/patterns/menu-button/examples/menu-button-links.md | 2 +- ARIA/apg/patterns/menubar/examples/menubar-editor.md | 2 +- ARIA/apg/patterns/menubar/examples/menubar-navigation.md | 2 +- ARIA/apg/patterns/meter/examples/meter.md | 2 +- ARIA/apg/patterns/radio/examples/radio-activedescendant.md | 2 +- ARIA/apg/patterns/radio/examples/radio.md | 2 +- .../patterns/slider-multithumb/examples/slider-multithumb.md | 2 +- ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md | 2 +- ARIA/apg/patterns/switch/examples/switch-button.md | 2 +- ARIA/apg/patterns/switch/examples/switch-checkbox.md | 2 +- ARIA/apg/patterns/switch/examples/switch.md | 2 +- ARIA/apg/patterns/table/examples/sortable-table.md | 2 +- ARIA/apg/patterns/table/examples/table.md | 2 +- ARIA/apg/patterns/tabs/examples/tabs-automatic.md | 2 +- ARIA/apg/patterns/tabs/examples/tabs-manual.md | 2 +- ARIA/apg/patterns/toolbar/examples/toolbar.md | 2 +- ARIA/apg/patterns/treegrid/examples/treegrid-1.md | 2 +- ARIA/apg/patterns/treeview/examples/treeview-1a.md | 2 +- ARIA/apg/patterns/treeview/examples/treeview-1b.md | 2 +- ARIA/apg/patterns/treeview/examples/treeview-navigation.md | 2 +- _external/aria-practices | 2 +- _external/data | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/ARIA/apg/patterns/accordion/examples/accordion.md b/ARIA/apg/patterns/accordion/examples/accordion.md index 6a156b0bc..d408c8b79 100644 --- a/ARIA/apg/patterns/accordion/examples/accordion.md +++ b/ARIA/apg/patterns/accordion/examples/accordion.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/accordion/examples/accordion/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/alert/examples/alert.md b/ARIA/apg/patterns/alert/examples/alert.md index e70dfeb7a..3373c0ad7 100644 --- a/ARIA/apg/patterns/alert/examples/alert.md +++ b/ARIA/apg/patterns/alert/examples/alert.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/alert/examples/alert/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md index 6e93a94bd..975625d2b 100644 --- a/ARIA/apg/patterns/alertdialog/examples/alertdialog.md +++ b/ARIA/apg/patterns/alertdialog/examples/alertdialog.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/alertdialog/examples/alertdialog/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md index 690c9fd32..494f4d7f4 100644 --- a/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md +++ b/ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/breadcrumb/examples/breadcrumb/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/button/examples/button.md b/ARIA/apg/patterns/button/examples/button.md index 1b514609e..57fed2250 100644 --- a/ARIA/apg/patterns/button/examples/button.md +++ b/ARIA/apg/patterns/button/examples/button.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/button/examples/button/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/button/examples/button_idl.md b/ARIA/apg/patterns/button/examples/button_idl.md index a014fb852..b14055d84 100644 --- a/ARIA/apg/patterns/button/examples/button_idl.md +++ b/ARIA/apg/patterns/button/examples/button_idl.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/button/examples/button_idl/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md index 90d871268..c0802ac9e 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/carousel/examples/carousel-1-prev-next/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md index fa9097033..cd9cb8696 100644 --- a/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md +++ b/ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/carousel/examples/carousel-2-tablist/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md index 5135b2395..f69a05088 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox-mixed.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/checkbox/examples/checkbox-mixed/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/checkbox/examples/checkbox.md b/ARIA/apg/patterns/checkbox/examples/checkbox.md index 152020f5c..0305994dc 100644 --- a/ARIA/apg/patterns/checkbox/examples/checkbox.md +++ b/ARIA/apg/patterns/checkbox/examples/checkbox.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/checkbox/examples/checkbox/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md index 0b1d4bdd2..31b6ee791 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md index 5196ca349..d7ed701fa 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md index c76dca5b0..84bc1039d 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md index 5e20710ee..c8092ffea 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-datepicker/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md index f850666ae..423164d14 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-select-only.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-select-only.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-select-only/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/combobox/examples/grid-combo.md b/ARIA/apg/patterns/combobox/examples/grid-combo.md index a491dcdbd..d4c1ba1ef 100644 --- a/ARIA/apg/patterns/combobox/examples/grid-combo.md +++ b/ARIA/apg/patterns/combobox/examples/grid-combo.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/grid-combo/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md index c7fc1de3b..f42d229fd 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/dialog-modal/examples/dialog.md b/ARIA/apg/patterns/dialog-modal/examples/dialog.md index a91ec1e65..b893572b1 100644 --- a/ARIA/apg/patterns/dialog-modal/examples/dialog.md +++ b/ARIA/apg/patterns/dialog-modal/examples/dialog.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/dialog-modal/examples/dialog/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md index 81e99ca10..24435e544 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-faq.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-faq/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md index 45c343cdd..11f6d4eea 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-image-description.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-image-description/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md index 71e52dbc2..0fcc53dea 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-navigation-hybrid/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md index 64ca63281..873f88f70 100644 --- a/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md +++ b/ARIA/apg/patterns/disclosure/examples/disclosure-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/disclosure/examples/disclosure-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/feed/examples/feed.md b/ARIA/apg/patterns/feed/examples/feed.md index 7ea0ad989..cae06c226 100644 --- a/ARIA/apg/patterns/feed/examples/feed.md +++ b/ARIA/apg/patterns/feed/examples/feed.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/feed/examples/feed/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md index d853b2cdc..ff9836c03 100644 --- a/ARIA/apg/patterns/grid/examples/advanced-data-grid.md +++ b/ARIA/apg/patterns/grid/examples/advanced-data-grid.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/grid/examples/advanced-data-grid/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/grid/examples/data-grids.md b/ARIA/apg/patterns/grid/examples/data-grids.md index 00bf539aa..779939e9b 100644 --- a/ARIA/apg/patterns/grid/examples/data-grids.md +++ b/ARIA/apg/patterns/grid/examples/data-grids.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/grid/examples/data-grids/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/grid/examples/layout-grids.md b/ARIA/apg/patterns/grid/examples/layout-grids.md index 23d36420d..0fbf4fa82 100644 --- a/ARIA/apg/patterns/grid/examples/layout-grids.md +++ b/ARIA/apg/patterns/grid/examples/layout-grids.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/grid/examples/layout-grids/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/link/examples/link.md b/ARIA/apg/patterns/link/examples/link.md index 1647e7ee5..1b741304f 100644 --- a/ARIA/apg/patterns/link/examples/link.md +++ b/ARIA/apg/patterns/link/examples/link.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/link/examples/link/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md index bf212579c..54ae26834 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-collapsible.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-collapsible/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md index 6d0dd0e19..5348dbf5b 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-grouped.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-grouped.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-grouped/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md index a53b52731..43c7a7778 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-rearrangeable.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-rearrangeable/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md index 831a8d1ac..ac39a197b 100644 --- a/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md +++ b/ARIA/apg/patterns/listbox/examples/listbox-scrollable.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/listbox/examples/listbox-scrollable/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md index 1c76bf398..9c831acf6 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-de sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md index 241778df3..780d4bbba 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-actions.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-actions/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md index cf3f53552..11a91ad91 100644 --- a/ARIA/apg/patterns/menu-button/examples/menu-button-links.md +++ b/ARIA/apg/patterns/menu-button/examples/menu-button-links.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menu-button/examples/menu-button-links/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menubar/examples/menubar-editor.md b/ARIA/apg/patterns/menubar/examples/menubar-editor.md index 34e95005d..0149e0b9c 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-editor.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-editor.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menubar/examples/menubar-editor/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md index da9b25e8f..81ef90098 100644 --- a/ARIA/apg/patterns/menubar/examples/menubar-navigation.md +++ b/ARIA/apg/patterns/menubar/examples/menubar-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/menubar/examples/menubar-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/meter/examples/meter.md b/ARIA/apg/patterns/meter/examples/meter.md index b3f9315fb..42551b6dc 100644 --- a/ARIA/apg/patterns/meter/examples/meter.md +++ b/ARIA/apg/patterns/meter/examples/meter.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/meter/examples/meter/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md index c685e0ace..1f9cb89a2 100644 --- a/ARIA/apg/patterns/radio/examples/radio-activedescendant.md +++ b/ARIA/apg/patterns/radio/examples/radio-activedescendant.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/radio/examples/radio-activedescendant/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/radio/examples/radio.md b/ARIA/apg/patterns/radio/examples/radio.md index bf690746c..f1a050b8b 100644 --- a/ARIA/apg/patterns/radio/examples/radio.md +++ b/ARIA/apg/patterns/radio/examples/radio.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/radio/examples/radio/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md index 312670bef..06ab64a59 100644 --- a/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md +++ b/ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/slider-multithumb/examples/slider-multithumb/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md index 251501c36..ba2ea6f66 100644 --- a/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md +++ b/ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/spinbutton/examples/datepicker-spinbuttons/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch-button.md b/ARIA/apg/patterns/switch/examples/switch-button.md index ade73ec32..47088a6b6 100644 --- a/ARIA/apg/patterns/switch/examples/switch-button.md +++ b/ARIA/apg/patterns/switch/examples/switch-button.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch-button/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch-checkbox.md b/ARIA/apg/patterns/switch/examples/switch-checkbox.md index 9204fc089..8f19dc3cf 100644 --- a/ARIA/apg/patterns/switch/examples/switch-checkbox.md +++ b/ARIA/apg/patterns/switch/examples/switch-checkbox.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch-checkbox/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/switch/examples/switch.md b/ARIA/apg/patterns/switch/examples/switch.md index 712c70ddc..8e8e060db 100644 --- a/ARIA/apg/patterns/switch/examples/switch.md +++ b/ARIA/apg/patterns/switch/examples/switch.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/switch/examples/switch/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/table/examples/sortable-table.md b/ARIA/apg/patterns/table/examples/sortable-table.md index 6c697005a..6c505d3f8 100644 --- a/ARIA/apg/patterns/table/examples/sortable-table.md +++ b/ARIA/apg/patterns/table/examples/sortable-table.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/table/examples/sortable-table/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/table/examples/table.md b/ARIA/apg/patterns/table/examples/table.md index 18c0cf00e..0a95ea528 100644 --- a/ARIA/apg/patterns/table/examples/table.md +++ b/ARIA/apg/patterns/table/examples/table.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/table/examples/table/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md index 5504428c0..da4f39dfc 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-automatic.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-automatic.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/tabs/examples/tabs-automatic/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/tabs/examples/tabs-manual.md b/ARIA/apg/patterns/tabs/examples/tabs-manual.md index 908264b39..49196e818 100644 --- a/ARIA/apg/patterns/tabs/examples/tabs-manual.md +++ b/ARIA/apg/patterns/tabs/examples/tabs-manual.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/tabs/examples/tabs-manual/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/toolbar/examples/toolbar.md b/ARIA/apg/patterns/toolbar/examples/toolbar.md index 2a0b69c0e..f4ef47cda 100644 --- a/ARIA/apg/patterns/toolbar/examples/toolbar.md +++ b/ARIA/apg/patterns/toolbar/examples/toolbar.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/toolbar/examples/toolbar/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md index fc2bcca9e..5c4ac9ee0 100644 --- a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md +++ b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treegrid/examples/treegrid-1/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1a.md b/ARIA/apg/patterns/treeview/examples/treeview-1a.md index 96204161e..bef37a3fd 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1a.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1a.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treeview/examples/treeview-1a/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treeview/examples/treeview-1b.md b/ARIA/apg/patterns/treeview/examples/treeview-1b.md index 4faedd9f7..b4b6d4c02 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-1b.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-1b.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treeview/examples/treeview-1b/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md index b375fece0..3de536268 100644 --- a/ARIA/apg/patterns/treeview/examples/treeview-navigation.md +++ b/ARIA/apg/patterns/treeview/examples/treeview-navigation.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/treeview/examples/treeview-navigation/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG diff --git a/_external/aria-practices b/_external/aria-practices index 7f54d9620..f2ebb49f1 160000 --- a/_external/aria-practices +++ b/_external/aria-practices @@ -1 +1 @@ -Subproject commit 7f54d9620e32231021aad607b7af7eeee5c24f54 +Subproject commit f2ebb49f1ff91211c212461260c9772bc6ac8a8a diff --git a/_external/data b/_external/data index 966876f60..963bcbee0 160000 --- a/_external/data +++ b/_external/data @@ -1 +1 @@ -Subproject commit 966876f60a55bc3df0f19af41f30f62841da3aa3 +Subproject commit 963bcbee06398ad77d67ffa2367060108341307c From c88290617f7a7abeb6b277ae3b1bc2ce43d8c2b2 Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Tue, 6 Feb 2024 14:13:47 -0500 Subject: [PATCH 09/12] Add support for `data-skipto` parameters (#292) * Update formatForJekyll.js to expliclity look for data-skipto properties * Remove need for dataSkipTo attribute being passed to formatForJekyll.js * Update formatForJekyll.js to only include skipto.js once with any applicable data attribs; update transformHomepage.js to remove conflicting style tag --- scripts/pre-build/library/formatForJekyll.js | 24 +++++++++++++++---- .../library/transformAboutContent.js | 2 +- scripts/pre-build/library/transformExample.js | 2 +- .../library/transformExampleIndex.js | 2 +- .../pre-build/library/transformHomepage.js | 5 ++++ scripts/pre-build/library/transformPattern.js | 2 +- .../library/transformPatternIndex.js | 2 +- .../pre-build/library/transformPractice.js | 2 +- .../library/transformPracticeIndex.js | 2 +- 9 files changed, 31 insertions(+), 12 deletions(-) diff --git a/scripts/pre-build/library/formatForJekyll.js b/scripts/pre-build/library/formatForJekyll.js index c07db62d8..b51492fea 100644 --- a/scripts/pre-build/library/formatForJekyll.js +++ b/scripts/pre-build/library/formatForJekyll.js @@ -7,14 +7,30 @@ const formatForJekyll = ({ content, enableSidebar = false, githubPath, - head = "", + head = null, footer = null, }) => { const permalink = `/ARIA/apg/${sitePath}`; + let headContent = ''; + let skipToScriptTag = `'; + // Must be formatted because html which is indented by 4 spaces // will be interpreted as a code block by the markdown engine - const formattedHead = prettier.format(head, { parser: "html" }); + const formattedHead = prettier.format(headContent, { parser: "html" }); + const formattedSkipToScript = prettier.format(skipToScriptTag, { parser: "html" }); return `--- # This file was generated by scripts/pre-build/library/formatForJekyll.js @@ -76,9 +92,7 @@ ${
${content}
- +${formattedSkipToScript} ${/* `, { parser: "html" })} */ ""}`; }; diff --git a/scripts/pre-build/library/transformAboutContent.js b/scripts/pre-build/library/transformAboutContent.js index 017909e49..b5f8ad573 100644 --- a/scripts/pre-build/library/transformAboutContent.js +++ b/scripts/pre-build/library/transformAboutContent.js @@ -33,7 +33,7 @@ const transformAboutContent = async (sourcePath, sourceContents) => { removeDuplicateMainTag(html.querySelector("body").innerHTML) ), enableSidebar, - head: html.querySelector("head").innerHTML, + head: html.querySelector("head"), }); }; diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js index 3516df0a5..c8546049f 100644 --- a/scripts/pre-build/library/transformExample.js +++ b/scripts/pre-build/library/transformExample.js @@ -69,7 +69,7 @@ const transformExample = async (sourcePath, sourceContents) => { wrapTablesWithResponsiveDiv(html.querySelector("body").innerHTML) ), enableSidebar: true, - head: html.querySelector("head").innerHTML, + head: html.querySelector("head"), footer: `