Reliable cross-browser info on ContentEditable

主宰稳场 提交于 2019-12-23 11:12:15

问题


I am looking for a list of web browsers that fully support using ContentEditable. I know that I.E has supported it since 5 or 5.5, but what about other browsers. I know that the modern versions of Chrome, Flock, Maxthon, Opera and I.E support it. But I don't care about the modern browsers. What about the older versions of them, like I.E 6/7/8, Safari, Firefox, Avast, etc etc?

I can't find any useful information on this. Does anybody know?

Thanks!


回答1:


  • The WHATWG blog provides reliable information, but not of all browsers:

    Firefox 3, Safari 3, Opera 9, Google Chrome, and Internet Explorer (since 5.5)

  • caniuse.com also gives you a good table, (again, only for popular browsers)




回答2:


contenteditable is already supported by major browsers. The problem is execCommand command, of course, the devil is in the details.

Detail compatibility: http://tifftiff.de/contenteditable/compliance_test.html




回答3:


Table with browsers support :

http://caniuse.com/contenteditable



来源:https://stackoverflow.com/questions/4052102/reliable-cross-browser-info-on-contenteditable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!