diff --git a/content/about/coverage-and-quality/coverage-and-quality-report.html b/content/about/coverage-and-quality/coverage-and-quality-report.html index 6679f54b4a..7c2832352d 100644 --- a/content/about/coverage-and-quality/coverage-and-quality-report.html +++ b/content/about/coverage-and-quality/coverage-and-quality-report.html @@ -336,8 +336,8 @@

Roles with More than One Guidance or Exa
  • Date Picker Combobox (HC)
  • Editable Combobox with Grid Popup
  • Date Picker Dialog (HC)
  • -
  • Data Grid
  • -
  • Layout Grid
  • +
  • Data Grid
  • +
  • Layout Grid
  • @@ -346,7 +346,7 @@

    Roles with More than One Guidance or Exa @@ -553,7 +553,7 @@

    Roles with More than One Guidance or Exa @@ -721,7 +721,7 @@

    Properties and States with at Least One Gu aria-colcount Using aria-colcount and aria-colindex - Data Grid + Data Grid @@ -824,7 +824,7 @@

    Properties and States with More than One
  • Using aria-colindex When Column Indices Are Not Contiguous
  • - Data Grid + Data Grid @@ -995,8 +995,8 @@

    Properties and States with More than One
  • 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
  • @@ -1095,8 +1095,8 @@

    Properties and States with More than One Using aria-rowcount and aria-rowindex @@ -1105,8 +1105,8 @@

    Properties and States with More than One Using aria-rowcount and aria-rowindex @@ -1148,7 +1148,7 @@

    Properties and States with More than One Indicating sort order with aria-sort @@ -1583,7 +1583,7 @@

    Coding Practices

    heading,menu,menuitem,feed,article,aria-controls,aria-expanded,aria-haspopup,aria-label,aria-roledescription,aria-describedby,aria-posinset,aria-setsize - Feed Display + Feed Display prototype Yes Yes @@ -1596,7 +1596,7 @@

    Coding Practices

    aria-busy,aria-describedby,aria-label,aria-labelledby,aria-posinset,aria-setsize - Advanced Data Grid + Advanced Data Grid prototype Yes Yes @@ -1609,7 +1609,7 @@

    Coding Practices

    heading,menu,menuitem,aria-busy,aria-colindex,aria-controls,aria-expanded,aria-haspopup,aria-label,aria-labelledby,aria-roledescription,aria-rowindex,aria-sort - Data Grid + Data Grid prototype Yes Yes @@ -1622,7 +1622,7 @@

    Coding Practices

    button,heading,menu,menuitem,aria-busy,aria-controls,aria-expanded,aria-haspopup,aria-label,aria-roledescription - Layout Grid + Layout Grid prototype Yes Yes @@ -2261,7 +2261,7 @@

    Graphics Techniques

    Yes - Feed Display + Feed Display @@ -2271,7 +2271,7 @@

    Graphics Techniques

    Yes - Advanced Data Grid + Advanced Data Grid @@ -2281,7 +2281,7 @@

    Graphics Techniques

    Yes - Data Grid + Data Grid @@ -2291,7 +2291,7 @@

    Graphics Techniques

    Yes - Layout Grid + Layout Grid @@ -2698,17 +2698,17 @@

    Mouse and Pointer Events

    Yes - Advanced Data Grid + Advanced Data Grid Yes - Data Grid + Data Grid Yes - Layout Grid + Layout Grid Yes @@ -2884,4 +2884,4 @@

    Mouse and Pointer Events

    - \ No newline at end of file + diff --git a/content/index/index.html b/content/index/index.html index a630eaaea2..e9f3c4d46c 100644 --- a/content/index/index.html +++ b/content/index/index.html @@ -137,8 +137,8 @@

    Examples by Role

  • Date Picker Combobox (HC)
  • Editable Combobox with Grid Popup
  • Date Picker Dialog (HC)
  • -
  • Data Grid
  • -
  • Layout Grid
  • +
  • Data Grid
  • +
  • Layout Grid
  • @@ -147,7 +147,7 @@

    Examples by Role

    @@ -322,7 +322,7 @@

    Examples by Role

    @@ -502,11 +502,11 @@

    Examples By Properties and States

    aria-colcount - Data Grid + Data Grid aria-colindex - Data Grid + Data Grid aria-controls @@ -673,8 +673,8 @@

    Examples By Properties and States

  • 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
  • @@ -784,8 +784,8 @@

    Examples By Properties and States

    aria-rowcount @@ -793,8 +793,8 @@

    Examples By Properties and States

    aria-rowindex @@ -835,7 +835,7 @@

    Examples By Properties and States

    aria-sort diff --git a/content/patterns/feed/examples/feedDisplay.html b/content/patterns/feed/examples/feed-display.html similarity index 100% rename from content/patterns/feed/examples/feedDisplay.html rename to content/patterns/feed/examples/feed-display.html diff --git a/content/patterns/feed/examples/feed.html b/content/patterns/feed/examples/feed.html index 0b49648b01..cec9218bfe 100644 --- a/content/patterns/feed/examples/feed.html +++ b/content/patterns/feed/examples/feed.html @@ -43,7 +43,7 @@

    About This Example

    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.

    @@ -190,7 +190,7 @@

    Role, Property, State, and Tabindex Attributes

    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/content/patterns/grid/examples/dataGrids.html b/content/patterns/grid/examples/data-grids.html similarity index 98% rename from content/patterns/grid/examples/dataGrids.html rename to content/patterns/grid/examples/data-grids.html index b838fd7f09..483b0ea7ca 100644 --- a/content/patterns/grid/examples/dataGrids.html +++ b/content/patterns/grid/examples/data-grids.html @@ -41,8 +41,8 @@

    About This Example

    Similar examples include:

    diff --git a/content/patterns/grid/examples/LayoutGrids.html b/content/patterns/grid/examples/layout-grids.html similarity index 98% rename from content/patterns/grid/examples/LayoutGrids.html rename to content/patterns/grid/examples/layout-grids.html index a06c37559e..7561b1d1c8 100644 --- a/content/patterns/grid/examples/LayoutGrids.html +++ b/content/patterns/grid/examples/layout-grids.html @@ -49,8 +49,8 @@

    About This Example

    Similar examples include:

    @@ -372,7 +372,7 @@

    Other Features

    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/content/patterns/grid/grid-pattern.html b/content/patterns/grid/grid-pattern.html index 0da5270e99..0b65146a25 100644 --- a/content/patterns/grid/grid-pattern.html +++ b/content/patterns/grid/grid-pattern.html @@ -54,9 +54,9 @@

    About This Pattern

    Examples

    diff --git a/content/patterns/table/examples/sortable-table.html b/content/patterns/table/examples/sortable-table.html index 6ab14bc247..44d37454ad 100644 --- a/content/patterns/table/examples/sortable-table.html +++ b/content/patterns/table/examples/sortable-table.html @@ -37,7 +37,7 @@

    About This Example

    Similar examples include:

    diff --git a/content/patterns/table/examples/table.html b/content/patterns/table/examples/table.html index 07caccd3a1..9ee2bd5c6f 100644 --- a/content/patterns/table/examples/table.html +++ b/content/patterns/table/examples/table.html @@ -35,7 +35,7 @@

    About This Example

    Similar examples include:

    diff --git a/content/patterns/treegrid/examples/treegrid-1.html b/content/patterns/treegrid/examples/treegrid-1.html index f68a197250..6aa1a76198 100644 --- a/content/patterns/treegrid/examples/treegrid-1.html +++ b/content/patterns/treegrid/examples/treegrid-1.html @@ -53,7 +53,7 @@

    About This Example

    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: