[dev] Re: [cvs] commit: horde problem.php horde/config ...

Jon Parise jon@csh.rit.edu
Tue, 2 Jan 2001 16:31:40 -0500


On Tue, Jan 02, 2001 at 11:27:05AM +0000, Anil Madhavapeddy wrote:

> >   I ran into a few stumbling blocks with the validator.  It
> >   seems that you can't put <form>...</form> tags inside tables
> >   unless the form is complete within one <td></td> tag.  In fact,
> >   once you open a <table> tag you can't put anything else unless
> >   its within the <td></td> pair (or <th></th> of course). This
> >   would make compliancy and layout rather difficult to achieve
> >   so if anyone has any brilliant ideas, do tell.
> 
> I ran into exactly the same problem with WHUPS XHTML compliancy.
> There's not a lot to be done about it, from what I could see,
> so what I did was to embed a <table> within the <form>, rather than
> the other way around.
 
If that produces the same final result, it sounds like the right thing
to do, then.

-- 
Jon Parise (jon@csh.rit.edu)  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member


>From max@the Date: Tue,  2 Jan 2001 13:36:09 -0800
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 15406 invoked from network); 2 Jan 2001 21:38:04 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
  by horde.org with SMTP; 2 Jan 2001 21:38:04 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f02La9Q19666
	for dev@lists.horde.org; Tue, 2 Jan 2001 13:36:09 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 24.16.85.200 ( [24.16.85.200])
	as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Tue,  2 Jan 2001 13:36:09 -0800
Message-ID: <978471369.3a5249c9a397f@www.the-triumvirate.net>
Date: Tue,  2 Jan 2001 13:36:09 -0800
From: Max Kalika <max@the-triumvirate.net>
To: dev@lists.horde.org
References: <20010102044057.62502.qmail@horde.org> <978434825.3a51bb09ce45e@horde.recoil.org> <20010102163139.B17633@csh.rit.edu>
In-Reply-To: <20010102163139.B17633@csh.rit.edu>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [dev] Re: [cvs] commit: horde problem.php horde/config ...

Quoting Jon Parise <jon@csh.rit.edu>:

> If that produces the same final result, it sounds like the right thing
> to do, then.

I was going to see about fixing this in the coming days.


--mk23


>From anil@recoil.org Date: Tue,  2 Jan 2001 22:14:59 +0000
Return-Path: <anil@recoil.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 16301 invoked from network); 2 Jan 2001 22:15:01 -0000
Received: from total.recoil.org (212.25.240.40)
  by horde.org with SMTP; 2 Jan 2001 22:15:01 -0000
Received: (qmail 15150 invoked by uid 99); 2 Jan 2001 22:14:59 -0000
Received: from m760-mp1-cvx1a.lis.ntl.com ( [m760-mp1-cvx1a.lis.ntl.com])
	as user avsm@localhost by horde.recoil.org with HTTP;
	Tue,  2 Jan 2001 22:14:59 +0000
Message-ID: <978473699.3a5252e3a8840@horde.recoil.org>
Date: Tue,  2 Jan 2001 22:14:59 +0000
From: Anil Madhavapeddy <anil@recoil.org>
To: dev@lists.horde.org
References: <20010102044057.62502.qmail@horde.org> <978467585.3a523b01b2390@marina.horde.org>
In-Reply-To: <978467585.3a523b01b2390@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [dev] Re: [cvs] commit

Quoting Chuck Hagenbuch <chuck@horde.org>:

> 
> >   I ran into a few stumbling blocks with the validator.  It
> >   seems that you can't put <form>...</form> tags inside tables
> >   unless the form is complete within one <td></td> tag.  In fact,
> >   once you open a <table> tag you can't put anything else unless
> >   its within the <td></td> pair (or <th></th> of course). This
> >   would make compliancy and layout rather difficult to achieve
> >   so if anyone has any brilliant ideas, do tell.
> 
> It seems that if you start the <form> outside the <table>, all these issues
> go away.

I think the problem was that I wanted two forms inside one table
(for the log page, for the arbitrary diff request form at the bottom).

Two tables always let the background show through under NS4, so I
had to embed them into another table so that the background would
be continuous.  Better HTML for this would be welcome!

-- 
Anil Madhavapeddy, <anil@recoil.org>