No Code Attached Yet
avatar korenevskiy
korenevskiy
8 Oct 2025

Steps to reproduce the issue

Embed the markup code in the article and save article

<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>

MDN Accordions

Expected result

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.

Actual result

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>

Additional comments

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.

avatar korenevskiy korenevskiy - open - 8 Oct 2025
avatar joomla-cms-bot joomla-cms-bot - change - 8 Oct 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
Title
[J6] Not support details accordion by DETAILS
[J6] Not support details accordion by DETAILS in articles
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
Title
[J6] Not support details accordion by DETAILS in articles
[J6] Not support details accordion in articles
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
Title
[J6] Not support details accordion in articles
[J6] Not support DETAILS accordion in articles
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
The description was changed
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar brianteeman
brianteeman - comment - 8 Oct 2025

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

Image
chrome_8aJDnV7D3A.mp4
avatar korenevskiy
korenevskiy - comment - 8 Oct 2025

This is great news. My logical question is, can we do this by default?

avatar korenevskiy korenevskiy - change - 8 Oct 2025
Title
[J6] Not support DETAILS accordion in articles
[J6] Not support named DETAILS accordion in articles
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
Title
[J6] Not support named DETAILS accordion in articles
[J6] Not support NAMED attribute DETAILS accordion in articles
avatar korenevskiy korenevskiy - edited - 8 Oct 2025
avatar korenevskiy korenevskiy - change - 8 Oct 2025
Title
[J6] Not support NAMED attribute DETAILS accordion in articles
[J6] Not support NAMED attribute of DETAILS accordion in articles
avatar korenevskiy korenevskiy - edited - 8 Oct 2025

Add a Comment

Login with GitHub to post a comment