engine/view/attributeelement
@ckeditor/ckeditor5-engine/src/view/attributeelement
module
Filtering
Classes
-
Attributes are elements which define document presentation. They are mostly elements like
<b>
or<span>
. Attributes can be broken and merged by the view downcast writer.