I have the following: FIDDLE
The placeholder works fine and dandy until you type something, ctrl + A, and delete. If you do that, th
from Placeholder in contenteditable - focus event issue
[contentEditable=true]:empty:not(:focus):before{ content:attr(data-ph); color:grey; font-style:italic; }