- From: James Aylett <sja20@hermes.cam.ac.uk>
- Date: Tue, 12 Nov 1996 10:52:52 +0000 (GMT)
- To: "Kevin 'Kev' Hughes" <kevinh@eit.com>
- cc: www-html@w3.org
On Mon, 11 Nov 1996, Kevin 'Kev' Hughes wrote: > The WRAP attribute makes it easier for users, in terms of good > interface, as well as for CGI and server-end programmers. The current > HTML 3.2 spec does not provide for any standard wrapping scheme, so it > is likely that implementations of TEXTAREA within different browsers > will send the same input to the server each in its own way, making it > a headache for programmers who wish to process forms using TEXTAREA. On the contrary; imagine if this were supported in the next versions of MSIE, Netscape and Lynx, say. Consider then the percentage of people using browsers which wouldn't support it, and do things their old way; well over fifty, probably well over eighty or even ninety, for quite a long time. Hence your CGI program must be able to cope with splitting and wrapping itself. You simply can't make assumptions about how the data is presented to you; you've simply *got* to check your input for validity before you do anything with it. James -- /-----------------------------------------------------------------------------\ James Aylett - Crystal Services (crystal.clare.cam.ac.uk): BBS, Ftp and Web Clare College, Cambridge, CB2 1TL -- sja20@cam.ac.uk -- (0976) 212023
Received on Tuesday, 12 November 1996 05:53:45 UTC