Resources-docs

What is this accordion about?
It's a simple, pure-div accordion with minimal CSS. No semantic tags, no JavaScript, just hover or click-friendly styling.
Can I use it without JS?
Yes! This version uses the :checked + label + ~ selector trick (checkbox hack) so it works with pure CSS.
Is it accessible?
This checkbox version is reasonably accessible with screen readers (better than many JS-free accordions), but native
is still the gold standard.
Answer...