When using Chrome (Version 55.0.2883.87 m) (win 8.1), I noticed that text within an element with :first-letter cannot be entirely selected with mouse selection.
Is there a way to address this issue without relying on javascript?
div:first-letter{
text-transform: capitalize;
}
<div>
unselectable
</div>