WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessible, flexible select box

for

From: glen walker
Date: Jan 29, 2019 9:53AM


Here are a few useful blogs:

Short note on the accessibility of styled form controls
<https://developer.paciellogroup.com/blog/2018/07/short-note-on-the-accessibility-of-styled-form-controls/>
Inclusive Considerations When Restyling Form Controls
<https://24ways.org/2018/inclusive-considerations-when-restyling-form-controls/>
Accessible Styled Form Controls
<https://scottaohara.github.io/a11y_styled_form_controls/src/select/>
Styling a Select Like It's 2019
<https://www.filamentgroup.com/lab/select-css.html>

However, most of them talk about the native <select> element as a combobox
and not as a listbox.

Glen