From 12c372d706b0f95c4b028111fd2ede79a69242f2 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 8 Sep 2021 11:51:37 -0400 Subject: [PATCH] fix: Missing update for example index --- examples/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/index.html b/examples/index.html index c3a4039ea7..3dfb3547d8 100644 --- a/examples/index.html +++ b/examples/index.html @@ -184,7 +184,7 @@

Examples by Role

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

    Examples by Role

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

    Examples By Properties and States

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

    Examples By Properties and States

  • Disclosure (Show/Hide) for Image Description (HC)
  • Disclosure Navigation Menu with Top-Level Links
  • Disclosure Navigation Menu (HC)
  • -
  • Collapsible Dropdown Listbox
  • +
  • (Deprecated) Collapsible Dropdown Listbox
  • Actions Menu Button Using aria-activedescendant (HC)
  • Actions Menu Button Using element.focus() (HC)
  • Navigation Menu Button (HC)
  • @@ -589,7 +589,7 @@

    Examples By Properties and States