X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 641B4D1B534 for ; Tue, 11 Nov 2003 18:37:01 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 00173-10 for ; Tue, 11 Nov 2003 14:36:31 -0400 (AST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by svr1.postgresql.org (Postfix) with ESMTP id F2B6FD1B4F4 for ; Tue, 11 Nov 2003 14:36:29 -0400 (AST) Received: from myrealbox.com glaesema@smtp-send.myrealbox.com [218.46.11.125] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.44 $ on Novell NetWare; Tue, 11 Nov 2003 11:36:30 -0700 Date: Wed, 12 Nov 2003 03:36:23 +0900 Subject: Re: [HACKERS] Changes to Contributor List Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Michael Glaesemann To: pgsql-www@postgresql.org Content-Transfer-Encoding: 7bit In-Reply-To: <200311111011.35840.josh@agliodbs.com> Message-Id: X-Mailer: Apple Mail (2.552) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/166 X-Sequence-Number: 2813 From: Michael Glaesemann Date: Wed Nov 12, 2003 3:34:28 AM Asia/Tokyo To: Josh Berkus Subject: Re: [pgsql-www] [HACKERS] Changes to Contributor List On Wednesday, November 12, 2003, at 03:11 AM, Josh Berkus wrote: > accidentially paste over a closing tag or a bracket and screw up the > whole > page. This will be even more the case if you want to adopt the > stricter > XHTML. Practically, only screw up in terms of whether or not the page still validates. Most browsers, with their built-in forgiveness that lets them handle the 95% of invalid markup that's out there, won't break any more with invalid XHTML than they would with the same (invalid) HTML. There are a few browsers that change their behavior slightly depending on the document declaration, but from what I gather, the differences a slight. And at the extreme, I don't know of any browers that attempt to validate the page against the DTD and refuse to display if if they don't. This isn't an excuse to not write the best markup possible, of course.