Is there something better than document.execCommand?

前端 未结 2 756
不知归路
不知归路 2020-12-31 01:23

When implementing a web-based rich-text editor, I read that document.execCommand is useful for performing operations on an HTML document (like making a selectio

2条回答
  •  天涯浪人
    2020-12-31 01:52

    There is Trix rich text editor, from their description it looks like avoiding inconsistent execCommand is the whole point of the project.

提交回复
热议问题