[GHS] General HTML Support feature #9970
Labels
domain:v4-compatibility
This issue reports a CKEditor 4 feature/option that's missing in CKEditor 5.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
📝 Provide a description of the new feature
The General HTML Support ("GHS") feature will allow developers to easily enable HTML features that are not explicitly supported by any other dedicated CKEditor 5 plugins.
Some examples of HTML features that should be easily enabled using General HTML Support include:
<section>
,<article>
, and<div>
elements.<audio>
,<video>
, and<iframe>
elements.<span>
and<cite>
elements.data-*
andid
attributes on e.g.<p>
and<h1-h6>
,style
andclasses
on e.g.<strong>
and<a>
.The enabled HTML features could be loaded (e.g. via
editor.setData()
), pasted, output (e.g. viaeditor.getData()
), and will be visible in the editing area. Such content could also be edited in the editor, although, to a limited extend.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: