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:

-

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. From b41a23cb364233bd6f8f90a88461cedbf9e22103 Mon Sep 17 00:00:00 2001 From: Matt King Date: Mon, 30 Aug 2021 00:07:02 -0700 Subject: [PATCH 6/6] Move deprecated from title of group listbox to collapsable listbox example page --- examples/listbox/listbox-collapsible.html | 4 ++-- examples/listbox/listbox-grouped.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/listbox/listbox-collapsible.html b/examples/listbox/listbox-collapsible.html index ec860d7e73..e9ee6254a0 100644 --- a/examples/listbox/listbox-collapsible.html +++ b/examples/listbox/listbox-collapsible.html @@ -2,7 +2,7 @@ -Collapsible Dropdown Listbox Example | WAI-ARIA Authoring Practices 1.2 +(Deprecated) Collapsible Dropdown Listbox Example | WAI-ARIA Authoring Practices 1.2 @@ -27,7 +27,7 @@

-

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.

diff --git a/examples/listbox/listbox-grouped.html b/examples/listbox/listbox-grouped.html index 56870d1c2e..ff9e5102c8 100644 --- a/examples/listbox/listbox-grouped.html +++ b/examples/listbox/listbox-grouped.html @@ -2,7 +2,7 @@ -(Deprecated) Listbox Example with Grouped Options | WAI-ARIA Authoring Practices 1.2 +Listbox Example with Grouped Options | WAI-ARIA Authoring Practices 1.2 @@ -26,7 +26,7 @@
-

(Deprecated) Listbox Example with Grouped Options

+

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.