The "table" class is automatically removed on tables
Author: patrickdietzeCreated Jul 23, 2026Updated Sep 17, 2026
Labelstype:bugpending:feedbacksquad:corestatus:stale
When I add the "table" class to a table, it is removed when I save. If I've set multiple classes, only the "table" class is removed; the others remain.
Example:
<table class="table"> becomes <table>
<table class="foo table bar"> becomes <table class="foo bar">
I noticed this issue in the TYPO3 context. However, the error occurs directly in CKEditor; tested here: https://ckeditor.com/docs/ckeditor5/latest/features/html/general-html-support.html
Source: ckeditor/ckeditor5