Frequently asked questions
Tap a question to read the answer. Tap it again to collapse it.
It is a single file that carries all of its own markup, styles, and behaviour inline. It opens directly in any browser with no build step and no network requests, so it works fully offline.
Each question is a real <button> element. It exposes its open or closed state through the aria-expanded attribute, which assistive technology reads aloud.
When a panel is collapsed the button reports aria-expanded="false" and the answer is hidden from both sight and the accessibility tree.
Yes. Each item toggles on its own, so you can open as many or as few as you like. Clicking an open question collapses just that one.
No. It uses your system fonts and a small block of plain JavaScript embedded in the page. There are no external requests, so nothing breaks when you are offline.