<details name="accordion1">
<summary>Subject 1</summary>
<p>Text 1</p>
</details>
<details name="accordion1">
<summary>Subject 2</summary>
<p>Text 2</p>
</details>
<details name="accordion1">
<summary>Subject 3</summary>
<p>Text 3</p>
</details>
After saving, the attributes of the DETAILS name should remain. This will allow you to use DETAILS as an ACCORDION.
the result should be as specified in the condition above.
After saving, the NAME attributes are deleted from the DETAILS tag and changed.
<details>
<summary>Subject 1</summary>
<p>Text 1</p>
</details>
<details>
<summary>Subject 2</summary>
<p>Text 2</p>
</details>
<details>
<summary>Subject 3</summary>
<p>Text 3</p>
</details>
Accordion DETAILS as an alternative to JS accordions, it is nevertheless intended to be the main accordion for websites. It is simple, stable, productive and fast.
If possible, If the latest version of TinyMCE solves this problem, then let's update the TinyMCE to the latest version.
The correct title of this issue was not support NAMED attribute of details element
Joomla 6 is using the very latest version of TinyMCE and I have double checked with their official demo and that does not support the NAMED attribute. So there is nothing that can be done here until TinyMCE supports it.
But the GOOD news is that you can use it in Joomla by setting the TinyMCE plugin to use Joomla filters and not the tinymce filters
chrome_8aJDnV7D3A.mp4