diff --git a/examples/combobox/combobox-select-only.html b/examples/combobox/combobox-select-only.html index c470f4d8b5..e4b48c4aeb 100644 --- a/examples/combobox/combobox-select-only.html +++ b/examples/combobox/combobox-select-only.html @@ -67,6 +67,23 @@
While the functionality and user experience of this example are nearly equivalent to an HTML select
element with the attribute size="1"
, the following differences in behavior are implemented to improve both accessibility and general usability.
aria-activedescendant
.
+ This enables users to perceive the presence of the options, and enables assistive technology users to comprehend the size of the list of options.
+