Dojo example.
<table>
<tbody>
<tr>
<td>
<p>
<span> </span>
</p>
</td>
</tr>
</tbody>
</table>
<table><tbody><tr><td><p><span> </span></p></td></tr></tbody></table>
Both tables are identical, but the first one is formatted.
The Editor has stripped the p and span tags from the first table. The issue is related to the presence of
in the span. If it is replaced with text, the elements are not stripped.
No elements should be stripped from the table.