blob: 67b4625046e63b7526ca2d8f12c6c930f3c1343c [file] [log] [blame]
When deleting the second ordered list items in a table cell, that it is the root editable element, its content is merged with the first list item:
Before:
| <table>
| border="1"
| <tbody>
| <tr>
| <td>
| contenteditable="true"
| <ol>
| <li>
| "a"
| <li>
| id="li"
| "<#selection-caret>|b"
After:
| <table>
| border="1"
| <tbody>
| <tr>
| <td>
| contenteditable="true"
| <ol>
| <li>
| "a<#selection-caret>|b"