Add accessibility tags in TinyMCE #46938
Replies: 9 comments
-
|
I am working on a core plugin that will support abbr elements, the tinymce part is already done but the integration is taking some time Are there any other elements that are needed? |
Beta Was this translation helpful? Give feedback.
-
I'm going through some lists, I think I'll give you an answer tomorrow. |
Beta Was this translation helpful? Give feedback.
-
|
For the abbr element please test #46820 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@chmst i was intending to keep this open if there were any other a11y improvements for tinymce found |
Beta Was this translation helpful? Give feedback.
-
|
Viviana say: < details > and < summary > could be cool to easy create FAQs for example |
Beta Was this translation helpful? Give feedback.
-
|
Pretty sure I already did that some time ago. Will check when I get back to my pc tomorrow |
Beta Was this translation helpful? Give feedback.
-
|
Found it. TinyMCE calls it accordion and I implemented it here #43577 in Joomla 5.2.0 |
Beta Was this translation helpful? Give feedback.
-
|
anything else needed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected result
The TinyMCE editor needs some buttons to add specific tags such as < abbr >.
This is because not everyone knows how to use the code-side editor, whereas with a button, every user could do so, which would also make the backend a little more accessible.
Thank you.
Actual result
No one
Device and system info
What version of Joomla were you using?
4.x - 5.x - 6.x
What device were you using? (eg, phone, laptop)
Desktop
What web browser were you using? (eg, Chrome, Safari)
Any
If you were using assistive technology, please let us know the device or software you were using (eg VoiceOver, JAWS, sip-and-puff device, etc)
Additional comments
If you know which WCAG or ATAG criteria this violates, please indicate it here:
Beta Was this translation helpful? Give feedback.
All reactions