by carlesfe on 1/16/22, 11:01 AM with 4 comments
by 1MachineElf on 1/18/22, 4:11 AM
by gwern on 1/18/22, 8:29 PM
Looking at their examples, this seems to be directly analogous to collapsible disclosure elements in HTML5 using <details>: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/de...
(The later part about linking to different states of expansion is not, although I suppose you could record the open/close state of the hierarchy & stash in a cookie/local-storage and replay it with JS.)