Last Updated: February 25, 2016
·
773
· rizwaniqbal

Details and summary design pattern - HTML5 and ARIA

<details role="group">
    <summary role="button" aria-expanded="false">More Details</summary>
    <section>
        There's a lot of content here
    </section>
</details>