Progressive drill-down built on the native <details> /
<summary> element — open and close it with no JavaScript,
full keyboard support for free. Casca only styles the marker, summary, and
body; the browser does the rest, so it degrades to an always-open block in
ancient engines.
| North | 42% |
|---|---|
| South | 28% |
| West | 18% |
| East | 12% |
<details class="casca-disclosure">
<summary class="casca-disclosure-summary">Regional breakdown</summary>
<div class="casca-disclosure-body">
<table class="casca-data" ...> ... </table>
</div>
</details>