Thoughtbot has a post with some examples and one of them is Toggle Boxes.
You Don't Need JavaScript for That! https://robots.thoughtbot.com/you-don-t-need-javascript-for-that
I've forked their Codepen and updated it to use <details>
Codepen
http://codepen.io/jpdevries/pen/kkjpBJ?editors=1100
I'm not sure if it is ok for <dd> and <dt> to not be in the same immediate parent but the example is also marked up FAQ style.
Thoughtbot has a post with some examples and one of them is Toggle Boxes.
You Don't Need JavaScript for That! https://robots.thoughtbot.com/you-don-t-need-javascript-for-that
I've forked their Codepen and updated it to use
<details>Codepen
http://codepen.io/jpdevries/pen/kkjpBJ?editors=1100
I'm not sure if it is ok for
<dd>and<dt>to not be in the same immediate parent but the example is also marked up FAQ style.