Re: white-space patch
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 04, 2011 at 04:13:57PM -0300, Jorge Arellano Cid wrote:
> On Tue, Oct 04, 2011 at 01:57:05PM -0300, Jorge Arellano Cid wrote:
>
> > [...]
> > Attached goes a small and very interesting testcase.
> > (I had a hard time reducing google's page :-P).
> >
> > Compare with Firefox/Iceweasel rendering.
>
> There's a "min-width" CSS element that dillo doesn't support:
>
> #center_col{min-width:562px}
>
> Taking it out of the equation makes Firefox render the page
> quite similar to dillo; so maybe it is not a rewrap bug, but a
> lack of implementation of CSS' min-width.
More precisely:
1.- Without min-width, Firefox shrinks the contents down to a
thin column following the window width (similar to dillo)
but
2.- Firefox keeps the width of the two innermost DIVs touching
the right margin of the parent DIV (unlike dillo).
The second point looks like a bug in dillo, and it happens with and
without the patch.
--
Cheers
Jorge.-