blob: b4a38f14888f530bfff2b1c408e352dd53262455 [file] [log] [blame] [edit]
<!DOCTYPE HTML>
<title>Details pseudo-elements</title>
<style>
summary { list-style-type: disclosure-closed; }
div { background: aqua }
</style>
<details open>
<summary>The summary</summary>
<div>The details!</div>
</details>