Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Editing] Fix content loss during list indent operation
While indenting list items, the start_of_paragraph_to_move was not enclosing all list item children causing content loss. This change addresses the issue by updating start_of_paragraph_to_move to before list item's first child. Spec: https://w3c.github.io/editing/docs/execCommand/#toggling-lists Bug: 41115285 Change-Id: I211dc63f6408a384055bff7c570289e474c694c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6217110 Commit-Queue: Tanu Jain <[email protected]> Reviewed-by: Siye Liu <[email protected]> Reviewed-by: Kent Tamura <[email protected]> Cr-Commit-Position: refs/heads/main@{#1417971}
- Loading branch information