For example, when I'm pasting whole Stackoverflow page to conteneditable in Chrome, it preserves most of its formatting. When I do the same in Firefox part of the data (styles) is lost. The same is true for IE.
Probably, it depends on the different internal handling of Copy&Paste mechanism in different browsers and we cannot do anything about it. Nevertheless, maybe there is some clever hack around it. Thanks.