Add inside an article while in scource code view the following:
<details class="accordion-item">
<summary class="accordion-button collapsed"><h3>My Heading</h3></summary>
<p class="accordion-body">Lorem impsum...</p>
</details>
...would be to keep all code unchanged, especially when one can use heading elements inside <summary>
as explained her:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary#summaries_as_headings
<details class="accordion-item">
<h3>My Heading</h3>
<p class="accordion-body">Lorem impsum...</p>
</details>
J! 4.2.9
PHP 8.1.17
none
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-07 08:48:00 |
Closed_By | ⇒ | richard67 |
Closing as not a Joomla issue. Feel free to report your issue here: https://github.com/tinymce/tinymce
Sorry but there is nothing we can do about this as it is tinymce and not joomla removing the heading. Possibly for the same reasons as the big red warning on the mdn page you linked to