Skip to content

Instantly share code, notes, and snippets.

@Reinmar
Last active December 19, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Reinmar/6027324 to your computer and use it in GitHub Desktop.
Save Reinmar/6027324 to your computer and use it in GitHub Desktop.
Clipboard data taken from Chrome's (Blink's) implementation of W3C's Clipboard API. Two paragraphs were copied and pasted in the same location...
<p style="color: rgb(51, 51, 51); font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20.796875px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">This is some<span class="Apple-converted-space"> </span><strong>sample text</strong>. You are using CKEditor.</p>
<p style="color: rgb(51, 51, 51); font-family: sans-serif, Arial, Verdana, 'Trebuchet MS'; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20.796875px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">WTF...</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment