I\'ve got a web app with a fairly complicated UI, and a portion of the screen reserved for content.
If possible, I would like to make it so that when the user uses the b
To expand on nullability's answer: You can also store the text in a data attribute like that:
.css-text [data-content]:before { content: attr(data-content); }
Hello, !
Cf. https://developer.mozilla.org/en/docs/Web/Guide/HTML/Using_data_attributes#CSS_Access