CSS Text Copy/paste issue

Copper Contributor

When css "text-transform: uppercase" is copied, while pasting that text, every letter turns Uppercase instead of the original shape.
For example:
<p class="uppercase">My New Ford</p>
<style>.uppercase { text-transform: uppercase; }</style>
While the other browsers copy and paste the original text. Another thing, it would be great to add on image click info, as firefox has, right click on the image displays image size etc. This function would be of a great assistance to web masters.

0 Replies