[ ] Accordions in the Leaflet API reference are not keyboard accessible.
Replace custom <div> accordion (inherited.hbs, reference.js) with <details>? Or handle it via tabindex="0", role="button", aria-expanded, etc.?
This is (also) a Leafdoc accordion issue.
From https://github.com/Leaflet/Leaflet/discussions/8006#discussioncomment-2228800:
Support data for
<details>
and<summary>
: https://caniuse.com/details.I'm not sure if/when I'll get to this, hopefully others can contribute.