Except for core/editing/commands, we should use flat tree traversal.
Specifically, we should use flat tree version of them:
- EphemeralRange
- Position
- VisiblePosition
- VisibleSelection
Except for document#execComamand() in core/editing/commands, we should use flat tree traversal.
Specifically, we should use flat tree version of them:
- EphemeralRange
- Position
- VisiblePosition
- VisibleSelection
Since document#execCommand() is being deprecated and they are maintenance mode,
we won't change core/editing/commands.
Comment 1 by yosin@chromium.org
, Jul 6 2017