Page MenuHomePhabricator

Meta nodes are moved outside of table cells / list items when they appear as their last children, which breaks editing of those tables/lists
Open, Needs TriagePublic

Description

Meta nodes are moved outside of table cells / list items when they appear as their last children, which breaks editing of those tables/lists (in the same manner as T189543).

Example inputs:

<ul>
<li>foo<meta /></li>
</ul>
<table>
<tr>
<td>foo<meta /></td>
</tr>
</table>