diff --git a/examples/index.html b/examples/index.html index 13eb4991ed..ab778a037b 100644 --- a/examples/index.html +++ b/examples/index.html @@ -165,7 +165,7 @@

Examples by Role

  • Editable Combobox without Autocomplete
  • Select-Only Combobox
  • Collapsible Dropdown Listbox
  • -
  • Listbox with Grouped Options
  • +
  • (Deprecated) Listbox with Grouped Options
  • Listboxes with Rearrangeable Options
  • Scrollable Listbox
  • @@ -401,7 +401,7 @@

    Examples By Properties and States

  • Select-Only Combobox
  • Editable Combobox with Grid Popup
  • Collapsible Dropdown Listbox
  • -
  • Listbox with Grouped Options
  • +
  • (Deprecated) Listbox with Grouped Options
  • Listboxes with Rearrangeable Options
  • Scrollable Listbox
  • Actions Menu Button Using aria-activedescendant
  • @@ -577,7 +577,7 @@

    Examples By Properties and States

  • Data Grid
  • Layout Grid
  • Collapsible Dropdown Listbox
  • -
  • Listbox with Grouped Options
  • +
  • (Deprecated) Listbox with Grouped Options
  • Listboxes with Rearrangeable Options
  • Scrollable Listbox
  • Actions Menu Button Using aria-activedescendant
  • @@ -615,7 +615,7 @@

    Examples By Properties and States

  • Data Grid
  • Layout Grid
  • Collapsible Dropdown Listbox
  • -
  • Listbox with Grouped Options
  • +
  • (Deprecated) Listbox with Grouped Options
  • Listboxes with Rearrangeable Options
  • Scrollable Listbox
  • Actions Menu Button Using aria-activedescendant
  • diff --git a/examples/listbox/listbox-grouped.html b/examples/listbox/listbox-grouped.html index b32b7e453f..b4678587ee 100644 --- a/examples/listbox/listbox-grouped.html +++ b/examples/listbox/listbox-grouped.html @@ -2,7 +2,7 @@ -Listbox Example with Grouped Options | WAI-ARIA Authoring Practices 1.2 +(Deprecated) Listbox Example with Grouped Options | WAI-ARIA Authoring Practices 1.2 @@ -26,7 +26,7 @@
    -

    Listbox Example with Grouped Options

    +

    (Deprecated) Listbox Example with Grouped Options

    The following example implementation of the design pattern for listbox demonstrates a single-select listbox widget with grouped options. This widget is functionally similar to an HTML select element with size greater than 1 and options grouped into categories with labeled optgroup elements.