Re: The big layout debate v1
Adam Megacz <[email protected]> Fri, 02 Apr 2004 21:35:59 -0800
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Adam Megacz <[email protected]> writes: >> A box with colspan occupying several columns will never affect the >> minimum or maximum width of a column any more than is necessary to >> render the box according to it's minwidth and maxwidth properties. Okay, here's the problem: there are multiple valid solutions to this specification: <box cols=3> <box colspan=2 minwidth=40> <box/> <box/> <box colspan=2 minwidth=40> </box> The columns here could be sized 20,20,20 or 10,30,10 -- both are valid solutions. The former specification forced it to be 20,20,20. So, Charlie, you must modify your specification to remove the ambiguity. - a