You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Leaflet/Leaflet#8006 (comment):
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.
The text was updated successfully, but these errors were encountered: