Collapsible Dropdown Listbox Example
+(Deprecated) Collapsible Dropdown Listbox Example
+
+
DEPRECATION WARNING: This pattern has been deprecated, and will be removed in a future version of the ARIA Authoring Practices. The select-only combobox should be used as an alternative to this pattern.
+The following example implementation of the design pattern for listbox @@ -38,6 +41,7 @@
Collapsible Dropdown Listbox Example
Similar examples include:
-
+
- Select-Only Combobox: A single-select combobox with no text input that is functionally similar to an HTML
select
element. - Scrollable Listbox Example: Single-select listbox that scrolls to reveal more options, similar to HTML
select
withsize
attribute greater than one. - Example Listboxes with Rearrangeable Options: Examples of both single-select and multi-select listboxes with accompanying toolbars where options can be added, moved, and removed.
- Listbox Example with Grouped Options: Single-select listbox with grouped options, similar to an HTML
select
withoptgroup
children.
diff --git a/examples/listbox/listbox-grouped.html b/examples/listbox/listbox-grouped.html
index cfcfa6a1c3..ff9e5102c8 100644
--- a/examples/listbox/listbox-grouped.html
+++ b/examples/listbox/listbox-grouped.html
@@ -35,7 +35,6 @@ - Scrollable Listbox Example: Single-select listbox that scrolls to reveal more options, similar to HTML
select
withsize
attribute greater than one. - Example Listboxes with Rearrangeable Options: Examples of both single-select and multi-select listboxes with accompanying toolbars where options can be added, moved, and removed. -
- Collapsible Dropdown Listbox Example: Single-select collapsible listbox that expands when activated, similar to HTML
select
with the attributesize="1"
. - Scrollable Listbox Example: Single-select listbox that scrolls to reveal more options, similar to HTML
select
withsize
attribute greater than one.
- - Collapsible Dropdown Listbox Example: Single-select collapsible listbox that expands when activated, similar to HTML
select
with the attributesize="1"
. - Listbox Example with Grouped Options: Single-select listbox with grouped options, similar to an HTML
select
withoptgroup
children. - Example Listboxes with Rearrangeable Options: Examples of both single-select and multi-select listboxes with accompanying toolbars where options can be added, moved, and removed. -
- Collapsible Dropdown Listbox Example: Single-select collapsible listbox that expands when activated, similar to HTML
select
with the attributesize="1"
. - Listbox Example with Grouped Options: Single-select listbox with grouped options, similar to an HTML
select
withoptgroup
children.
Listbox Example with Grouped Options
diff --git a/examples/listbox/listbox-rearrangeable.html b/examples/listbox/listbox-rearrangeable.html
index f98204fb87..f988251e25 100644
--- a/examples/listbox/listbox-rearrangeable.html
+++ b/examples/listbox/listbox-rearrangeable.html
@@ -39,7 +39,6 @@
diff --git a/examples/listbox/listbox-scrollable.html b/examples/listbox/listbox-scrollable.html
index 9514e40954..7fdc839030 100644
--- a/examples/listbox/listbox-scrollable.html
+++ b/examples/listbox/listbox-scrollable.html
@@ -36,7 +36,6 @@
Example Listboxes with Rearrangeable Options
Similar examples include:
Scrollable Listbox Example
Similar examples include: