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? Sebastian