https://www.google.com/search?ie=UTF-8&oe=UTF-8&q=dillo

"Sebastian Geerken" <[email protected]>
Newsgroups gmane.comp.web.dillo.devel
Message-ID <[email protected]>
Hi!

Since we do not have a tracking system, I suggest a new thread for
every issue, with some identifier (e. g. a URL) as subject. Please
focus on regressions: bugs not present in dillo 3.0.5.

As for <https://www.google.com/search?ie=UTF-8&oe=UTF-8&q=dillo>, the
problem are floating inline-blocks (see Johannes' posting and my
answer). Floats positioned side by-side are not an issue for the next
release, so I see two possibilities:

1. Leave it as it is, and start on an other positioning after the next
   release.

2. Deactivate inline-blocks for the next release, and re-activate as
   soon as side-by-side positioning of floats is implemented. This
   way, dillo 3.1 would render Google like 3.0.5.

The latter is rather simple:

diff -r 7c2e27119432 src/html.cc
--- a/src/html.cc       Sun Apr 24 12:21:07 2016 +0200
+++ b/src/html.cc       Sun Apr 24 13:23:10 2016 +0200
@@ -4036,7 +4036,7 @@
                Html_display_block(html);
                break;
             case DISPLAY_INLINE_BLOCK:
-               Html_display_inline_block(html);
+               //Html_display_inline_block(html);
                break;
             case DISPLAY_LIST_ITEM:
                Html_display_listitem(html);

What do you think?

Sebastian

_______________________________________________
Dillo-dev mailing list
[email protected]
http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
signature.asc (application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJXHKzzAAoJEAw7+YHB+ZL6we4H/2DtQ+MQr5MDCKCBUppWjDcv
5xiyjb+HFLXlexxwEpp7HgaBvf5NZY0yax3v4b1R2xGFNWZP/NYHn+dbirogXiIX
PiVtxBDU+2Oc3z5+l93xtkgsp+44VMBlFncGRmq9rAKAS/d90Odb2hAKrue5/Cuz
0KT5WUb2rpOOV7AarWrbBJJGRJCiXGz0bhtB7b/fOoLP+tMX+TKoZiRxquYoJ7Vv
veYgOFxcdyqjy3iQyM/QrCQrqy3Sak7ORlemekhcNHzkEWMg30BgSJg7dWaUKuwR
/6fSJsJ7WiUVfYKCLhgfh9fXmv5N6uyScztHASmaWche8hWU3VCnB3O5RaNpEF8=
=MqqZ
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.