E-mail List Archives
Re: aria combobox
From: Bryan Garaventa
Date: Dec 5, 2011 6:51AM
- Next message: Gunderson, Jon R: "Re: aria combobox"
- Previous message: adam solomon: "aria combobox"
- Next message in Thread: Gunderson, Jon R: "Re: aria combobox"
- Previous message in Thread: adam solomon: "aria combobox"
- View all messages in this Thread
Yes, ARIA is an excellent means for accomplishing this.
You can see an example of this at
http://whatsock.com/modules/auto_suggestion_search_field_module/demo.htm
where the same functionality is made fully accessible.
You can see which ARIA attributes are being used within the DOM using
Firebug (or similar for IE).
There are some important details that you should know about implementing
ARIA in advance though, which are described in the article at
https://www.ssbbartgroup.com/blog/2011/12/04/lesser-known-details-that-seriously-impact-the-usage-of-dynamically-generated-aria-behaviors/
Best wishes,
Bryan
----- Original Message -----
From: "adam solomon" < <EMAIL REMOVED> >
To: "WebAIM Discussion List" < <EMAIL REMOVED> >
Sent: Monday, December 05, 2011 5:03 AM
Subject: [WebAIM] aria combobox
> we have a textbox followed by a list of links. The list of links is
> presented as an autocomplete popup list connected to the textbox. When a
> user types text into the textbox, the list is opened and filtered. Or, one
> can press the dropdown arrow to open the whole list. The list of links
> itself immediately follows the textbox in the html. There is no selection
> here, rathr, the user is presented with the links and must navigate to
> them
> and click. How would I connect the textbox with the list in an elegant
> fashion - is aria combobox relevant? The spec description mentions
> combobox
> as being selectable, and our widget is not. Any ideas, aria or other?
>
> --
> adam solomon
> linkedin <http://il.linkedin.com/pub/adam-solomon/24/449/a4>
> blogix <http://adam.blogix.co.il/>
>
- Next message: Gunderson, Jon R: "Re: aria combobox"
- Previous message: adam solomon: "aria combobox"
- Next message in Thread: Gunderson, Jon R: "Re: aria combobox"
- Previous message in Thread: adam solomon: "aria combobox"
- View all messages in this Thread