In IE8 and IE9, copy/pasting into Microsoft Word produces different results depending on the order of the class names specified in the HTML. In the first case, the display: none declaration is copied to the Clipboard; in the second case it is omitted.
JSFiddle: http://jsfiddle.net/sBthg/4/
Thoughts?
It seems only the first declared class is honored when copying to the clipboard.
Adding more specificity to the
display: blockselector doesn't help. http://jsfiddle.net/n3pxs/4/