ARIA:
*ARIA
*role listbox
A widget that allows the user to select one or more items from a list of choices.
<ul role="listbox">
<li>One</li>
<li>Two</li>
<li>Three</li>
</ul>
Typically, you would use JavaScript to build the multiple-selection functionality.