Open bobbingwide opened 2 years ago
A good structure for accordion blocks involves using the <details> and <summary> tags. Consider changing the [bw_accordion] shortcode to improve accessibility by using these tags. For examples see CoBlocks, AtomicBlocks.
<details>
<summary>
[bw_accordion]
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details Prototype HTML in s.b/bw/accordion/index.html
s.b/bw/accordion/index.html
A good structure for accordion blocks involves using the
<details>
and<summary>
tags. Consider changing the[bw_accordion]
shortcode to improve accessibility by using these tags. For examples see CoBlocks, AtomicBlocks.