.comPlainTextContentEditable { -webkit-user-modify: read-write-plaintext-only; } .comPlainTextContentEditable--has-placeholder::before { content: attr(placeholder); opacity: 0.5; color: inherit; cursor: text; }