This is a native HTML disclosure pattern using <details> and <summary>.
It provides built-in expand/collapse behavior and communicates state to assistive technologies.
These examples use native, keyboard-accessible disclosure widgets. Use Tab to focus a summary and press Enter or Space to toggle.
This is a native HTML disclosure pattern using <details> and <summary>.
It provides built-in expand/collapse behavior and communicates state to assistive technologies.
Yes. Focus the summary with Tab and toggle with Enter or Space.
Yes. The disclosure behavior is provided by the browser.
See the MDN documentation for HTML <details>.