ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Add support for a table summary

Open Mgsy opened this issue 4 years ago • 2 comments

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

Mgsy avatar Feb 18 '21 13:02 Mgsy

I wonder if table’s summary could not be implemented the same way as image’s alt text. The icon would not work, though :(

Reinmar avatar Mar 25 '21 08:03 Reinmar

Summary attribute is deprecated https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#summary

jwylarsen avatar Aug 20 '24 20:08 jwylarsen