ARIA:
*ARIA
*role group
A set of user interface objects which are not intended to be included in a page summary or table of contents by assistive technologies.
<div role="group">
<button role"button">Previous</button>
<button role"button">Next</button>
</div>