carota
carota copied to clipboard
brilliant approach
I am trying to implement some richtext functionality using contenteditable="true"
and document.execCommand
It is a pain (inconsistent behaviour of Firefox and Webkit)! Therefor I like your approach. Is there any support for lists (such as ol
and ul
in HTML)? What about paragraphs and other structural elements?