简体   繁体   中英

Reliable cross-browser info on ContentEditable

I am looking for a list of web browsers that fully support using ContentEditable. I know that IE 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 IE support it. But I don't care about the modern browsers. What about the older versions of them, like IE 6/7/8, Safari, Firefox, Avast, etc etc?

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

Thanks!

  • 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)

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

Table with browsers support :

http://caniuse.com/contenteditable

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM