Dropdowns
Dropdown menus and custom selects without JavaScript.
Dropdowns are built with <details role="list">
as a wrapper and <summary>
and <ul>
as direct childs.
For style consistency with the form elements, dropdowns are styled like a <select> by default.