When I press enter in a textarea which has whitespace attribute is set to nowrap through css, it is ineffective. No new line is created. Instread a simple whitespace appears
Does it have to be CSS solution? If not, you could assign attribute wrap="off" for textarea.