- Issue created by @pinesso
- 🇺🇸United States timurtripp
CKEditor doesn't play nice with buttons. Could maybe add an option to Accordion Enabler to convert the
<a>
to<button>
. Withrole="button"
the browser treats it as a button for accessibility purposes which is the important thing.If the page is simple with only a top-level body field then
<h2>
makes sense. In most other cases it doesn't. We were allowing our users to embed these anywhere in the layout. You can even put accordions inside other accordions (I've seen it happen at least once though I don't condone it).