From ed4b6947cb0524c7995f03e762aac64202a70fd7 Mon Sep 17 00:00:00 2001 From: michael-n-cooper-bot Date: Wed, 1 Mar 2023 01:30:37 +0000 Subject: [PATCH] Commit changed files and submodule updates --- ARIA/apg/index/index.md | 26 +++++++++---------- .../combobox/examples/combobox-datepicker.md | 12 ++++----- .../{feedDisplay.html => feed-display.html} | 2 +- ARIA/apg/patterns/feed/examples/feed.md | 8 +++--- ...ancedDataGrid.md => advanced-data-grid.md} | 12 ++++----- .../examples/{dataGrids.md => data-grids.md} | 12 ++++----- .../{LayoutGrids.md => layout-grids.md} | 14 +++++----- ARIA/apg/patterns/grid/grid-pattern.md | 6 ++--- .../patterns/table/examples/sortable-table.md | 4 +-- ARIA/apg/patterns/table/examples/table.md | 4 +-- .../patterns/treegrid/examples/treegrid-1.md | 4 +-- _external/aria-practices | 2 +- 12 files changed, 53 insertions(+), 53 deletions(-) rename ARIA/apg/patterns/feed/examples/{feedDisplay.html => feed-display.html} (97%) rename ARIA/apg/patterns/grid/examples/{advancedDataGrid.md => advanced-data-grid.md} (91%) rename ARIA/apg/patterns/grid/examples/{dataGrids.md => data-grids.md} (98%) rename ARIA/apg/patterns/grid/examples/{LayoutGrids.md => layout-grids.md} (98%) diff --git a/ARIA/apg/index/index.md b/ARIA/apg/index/index.md index 2a5d60013..d0f4ba9d0 100644 --- a/ARIA/apg/index/index.md +++ b/ARIA/apg/index/index.md @@ -184,8 +184,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Date Picker Combobox (HC)
  • Editable Combobox with Grid Popup
  • Date Picker Dialog (HC)
  • -
  • Data Grid
  • -
  • Layout Grid
  • +
  • Data Grid
  • +
  • Layout Grid
  • @@ -194,7 +194,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); @@ -369,7 +369,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); @@ -549,11 +549,11 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); aria-colcount - Data Grid + Data Grid aria-colindex - Data Grid + Data Grid aria-controls @@ -720,8 +720,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Date Picker Dialog (HC)
  • Modal Dialog
  • Feed
  • -
  • Data Grid
  • -
  • Layout Grid
  • +
  • Data Grid
  • +
  • Layout Grid
  • (Deprecated) Collapsible Dropdown Listbox
  • Listbox with Grouped Options
  • Listboxes with Rearrangeable Options
  • @@ -831,8 +831,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); aria-rowcount @@ -840,8 +840,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); aria-rowindex @@ -882,7 +882,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); aria-sort diff --git a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md index d21835989..277227e09 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 @@ -429,7 +429,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Changes the grid of dates to the previous month.
  • Moves focus to the same day of the same week. - If that day does not exist, moves focus to the last day of the month. + If that day does not exist, moves focus to the same day of the previous or next week.
  • @@ -443,8 +443,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); @@ -456,7 +456,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Changes the grid of dates to the next month.
  • Moves focus to the same day of the same week. - If that day does not exist, moves focus to the last day of the month. + If that day does not exist, moves focus to the same day of previous or next week.
  • @@ -471,7 +471,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Changes the grid of dates to the next year.
  • Moves focus to the same day of the same week in the next year. - If that day does not exist, moves focus to the last day of the month. + If that day does not exist, moves focus to the same day of previous or next week.
  • diff --git a/ARIA/apg/patterns/feed/examples/feedDisplay.html b/ARIA/apg/patterns/feed/examples/feed-display.html similarity index 97% rename from ARIA/apg/patterns/feed/examples/feedDisplay.html rename to ARIA/apg/patterns/feed/examples/feed-display.html index b5261806e..e834a1cd1 100644 --- a/ARIA/apg/patterns/feed/examples/feedDisplay.html +++ b/ARIA/apg/patterns/feed/examples/feed-display.html @@ -1,6 +1,6 @@ --- layout: null -permalink: /ARIA/apg/patterns/feed/examples/feedDisplay.html +permalink: /ARIA/apg/patterns/feed/examples/feed-display.html --- diff --git a/ARIA/apg/patterns/feed/examples/feed.md b/ARIA/apg/patterns/feed/examples/feed.md index af158f9fd..efa1dfdfe 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 @@ -112,7 +112,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Example

    -

    The example feed experience is presented on a separate feed display page.

    +

    The example feed experience is presented on a separate feed display page.

    @@ -259,7 +259,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Javascript and CSS Source Code

    -

    The following Javascript and CSS is used by the feedDisplay.html page:

    +

    The following Javascript and CSS is used by the feed-display.html page:

    diff --git a/ARIA/apg/patterns/grid/examples/dataGrids.md b/ARIA/apg/patterns/grid/examples/data-grids.md similarity index 98% rename from ARIA/apg/patterns/grid/examples/dataGrids.md rename to ARIA/apg/patterns/grid/examples/data-grids.md index 558c156b3..023077c79 100644 --- a/ARIA/apg/patterns/grid/examples/dataGrids.md +++ b/ARIA/apg/patterns/grid/examples/data-grids.md @@ -1,18 +1,18 @@ --- # This file was generated by scripts/pre-build/library/formatForJekyll.js title: "Data Grid Examples" -ref: /ARIA/apg/patterns/grid/examples/dataGrids/ +ref: /ARIA/apg/patterns/grid/examples/data-grids/ github: repository: w3c/aria-practices branch: main - path: content/patterns/grid/examples/dataGrids.html + path: content/patterns/grid/examples/data-grids.html feedbackmail: public-aria-practices@w3.org -permalink: /ARIA/apg/patterns/grid/examples/dataGrids/ +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 @@ -115,8 +115,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Similar examples include:

    diff --git a/ARIA/apg/patterns/grid/examples/LayoutGrids.md b/ARIA/apg/patterns/grid/examples/layout-grids.md similarity index 98% rename from ARIA/apg/patterns/grid/examples/LayoutGrids.md rename to ARIA/apg/patterns/grid/examples/layout-grids.md index 1dcde1d51..3fadff550 100644 --- a/ARIA/apg/patterns/grid/examples/LayoutGrids.md +++ b/ARIA/apg/patterns/grid/examples/layout-grids.md @@ -1,18 +1,18 @@ --- # This file was generated by scripts/pre-build/library/formatForJekyll.js title: "Layout Grid Examples" -ref: /ARIA/apg/patterns/grid/examples/LayoutGrids/ +ref: /ARIA/apg/patterns/grid/examples/layout-grids/ github: repository: w3c/aria-practices branch: main - path: content/patterns/grid/examples/LayoutGrids.html + path: content/patterns/grid/examples/layout-grids.html feedbackmail: public-aria-practices@w3.org -permalink: /ARIA/apg/patterns/grid/examples/LayoutGrids/ +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 @@ -120,8 +120,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Similar examples include:

    @@ -438,7 +438,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
    Whether focus can wrap from the last column to the first column in the next row or from the first column to the last column in the previous row when Right Arrow and Left Arrow are pressed:
    This wrapping is expected in all grids except for those presenting tabular, i.e., spreadsheet-like, data. - The data grid examples demonstrate grids where focus movement does not wrap at the ends of rows. + The data grid examples demonstrate grids where focus movement does not wrap at the ends of rows.
    Whether focus can wrap to the first row in the next column or the last row in the previous column when Down Arrow and Up Arrow are pressed:
    diff --git a/ARIA/apg/patterns/grid/grid-pattern.md b/ARIA/apg/patterns/grid/grid-pattern.md index 02eac03b5..401d8fe27 100644 --- a/ARIA/apg/patterns/grid/grid-pattern.md +++ b/ARIA/apg/patterns/grid/grid-pattern.md @@ -100,9 +100,9 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); >

    Examples

    diff --git a/ARIA/apg/patterns/table/examples/sortable-table.md b/ARIA/apg/patterns/table/examples/sortable-table.md index 496c971a8..399453bf3 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 @@ -108,7 +108,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Similar examples include:

    diff --git a/ARIA/apg/patterns/table/examples/table.md b/ARIA/apg/patterns/table/examples/table.md index 1a2ba7db8..7f559e1df 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 @@ -106,7 +106,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Similar examples include:

    diff --git a/ARIA/apg/patterns/treegrid/examples/treegrid-1.md b/ARIA/apg/patterns/treegrid/examples/treegrid-1.md index 530585e37..02fe3f5c3 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 @@ -127,7 +127,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    The following example demonstrates how the Treegrid Pattern can be used to make an interactive tree that enables users to both navigate the hierarchical structure of email conversations and also navigate elements that describe each email, such as subject and sender.

    Similar examples include: