This question is inspired by Insert line break inside placeholder attribute of a textarea?
I didn't find the accepted answer complete-- in part because I don't use JQuery, and in part because if the user enters a string that is exactly equal to the placeholder, the input will be deleted upon refocusing. Also,
is not supported by Safari in placeholders.
Any cross-browser non-JQuery solutions to creating a multiline placeholder for a textarea?