**This document is used as aria/a11y reference for future developers** ## ARIA Dropdown There are different solutions: * combobox + listbox + option * menu + menuitem At the moment, `menu + menuitem` seems to work better with Fomantic UI Dropdown, so we only use it now. ```html
``` ## Fomantic UI Dropdown ```html ```