ChrisB: Zeilenumbruch in Textarea

Beitrag lesen

Hi,

Wenn Du in eine Textarea eines gesunden Browsers "\n" oder "\r" reinstopfst, dann sollte nach dem Submit auf dem Server stattdessen wieder "\r\n" ankommen. Die Zeilenumbrüche werden also wieder ergänzt.

When a textarea is mutable, its raw value should be editable by the user: the user agent should allow the user to edit, insert, and remove text, and to insert and remove line breaks in the form of "LF" (U+000A) characters.

MfG ChrisB

--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/