Replies:
3
@cheeaun I don't know, semantically sounds about right. You want the summary before anything else.
@cheeaun try with this css:
details {
display: flex;
flex-direction: column-reverse;
}
I suspect it only works in the very latest browsers however.
@gundersen yeah, I'm trying that, but setting `order` instead, which can even work for 3rd case 馃槵