From 02af08176e33308f95401f0d3842492260079dce Mon Sep 17 00:00:00 2001
From: Sarah Higley
Date: Fri, 9 Apr 2021 04:12:57 -0700
Subject: [PATCH 1/6] remove link to collapsible listbox pattern in
aria-practices.html, add deprecation warning to example page
---
aria-practices.html | 2 +-
examples/listbox/listbox-collapsible.html | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/aria-practices.html b/aria-practices.html
index 9aed12c918..235a37f754 100644
--- a/aria-practices.html
+++ b/aria-practices.html
@@ -1811,7 +1811,7 @@ Listbox
Examples
diff --git a/examples/listbox/listbox-collapsible.html b/examples/listbox/listbox-collapsible.html
index 7b3df671f6..cc537b083d 100644
--- a/examples/listbox/listbox-collapsible.html
+++ b/examples/listbox/listbox-collapsible.html
@@ -28,6 +28,9 @@
Collapsible Dropdown Listbox Example
+
+
DEPRECATION WARNING: this pattern has been deprecated, and will be removed in a future version of the 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
with size
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
with optgroup
children.
From 00b52f957218a4667c684ed207227f4d18596746 Mon Sep 17 00:00:00 2001
From: Sarah Higley
Date: Mon, 19 Apr 2021 14:41:28 -0700
Subject: [PATCH 2/6] Capitalize T at start of warning
Co-authored-by: Carolyn MacLeod
---
examples/listbox/listbox-collapsible.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/listbox/listbox-collapsible.html b/examples/listbox/listbox-collapsible.html
index cc537b083d..ec860d7e73 100644
--- a/examples/listbox/listbox-collapsible.html
+++ b/examples/listbox/listbox-collapsible.html
@@ -29,7 +29,7 @@
Collapsible Dropdown Listbox Example
-
DEPRECATION WARNING: this pattern has been deprecated, and will be removed in a future version of the Authoring Practices. The select-only combobox should be used as an alternative to this pattern.
+
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
From ec2d4f71c26c840c075d115668cc2e8cc31f0918 Mon Sep 17 00:00:00 2001
From: Sarah Higley
Date: Thu, 1 Jul 2021 10:44:28 -0700
Subject: [PATCH 3/6] remove listbox-collapsible links from other listbox
example pages
---
examples/listbox/listbox-grouped.html | 1 -
examples/listbox/listbox-rearrangeable.html | 1 -
examples/listbox/listbox-scrollable.html | 1 -
3 files changed, 3 deletions(-)
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 @@ Listbox Example with Grouped Options