blob: 1c622f3b828cb8a0407d80c0fadfb770fe877b1c [file] [log] [blame]
Exec insertOrderedList twice in all the cells of a table removes the previously inserted list items:
Before:
| <#selection-focus>
| <table>
| border="1"
| <tbody>
| id="element"
| <tr>
| <td>
| <#selection-anchor>
| "fsdf"
| <td>
| "fsdf"
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"
| <tbody>
After:
| <#selection-caret>
| <table>
| border="1"
| <tbody>
| id="element"
| <tr>
| <td>
| "fsdf"
| <td>
| "fsdf"
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"