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.