Re: Dillo_grows merged
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 18, 2016 at 10:16:48PM +0200, Sebastian Geerken wrote: > On Mo, Apr 18, 2016, Johannes Hofmann wrote: > > the Google issue can be reproduced with > > > > <div> > > <div style="float:left;display:inline-block">dillo</div> > > <div style="float:left;display:inline-block">dillo</div> > > <div style="float:left;display:inline-block">dillo</div> > > </div> > > > > which did render one block next to the other in dillo 3.0.5 and > > now renders each block below each other. > > Yes, floats are always positioned one below the other, never side by > side, as most other browsers do. I've plans to implement the latter, > but is is nothing to be done for the short term. > > It is interesting that dillo 3.0.5 shows them side by side (actually > like an inline element), although `display:inline-block` is not > supported before 3.1. Is there some workaround? inline-block was treated as inline in dillo 3.0.5 which happens to look "ok" for the google case. Johannes