ckeditor5
ckeditor5 copied to clipboard
Add support for a table summary
📝 Provide a description of the new feature
In CKEditor 4 it's possible to add a summary to the table, represented as summary attribute on <table> element. To keep the content compatibility, we should make sure that this attribute is not removed during the conversion.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
I wonder if table’s summary could not be implemented the same way as image’s alt text. The icon would not work, though :(
Summary attribute is deprecated https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#summary