From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26793 invoked from network); 16 Oct 2023 15:43:18 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 16 Oct 2023 15:43:18 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 2bf054f6 for ; Mon, 16 Oct 2023 15:43:16 +0000 (UTC) Received: from scc-mailout-kit-01.scc.kit.edu (scc-mailout-kit-01.scc.kit.edu [129.13.231.81]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 2377a748 for ; Mon, 16 Oct 2023 15:43:16 +0000 (UTC) Received: from hekate.asta.kit.edu ([2a00:1398:5:f401::77]) by scc-mailout-kit-01.scc.kit.edu with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (envelope-from ) id 1qsPkQ-005oAY-2e; Mon, 16 Oct 2023 17:43:15 +0200 Received: from login-1.asta.kit.edu ([2a00:1398:5:f400::72]) by hekate.asta.kit.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1qsPkQ-0005jH-7p; Mon, 16 Oct 2023 17:43:13 +0200 Received: from schwarze by login-1.asta.kit.edu with local (Exim 4.94.2) (envelope-from ) id 1qsPkP-000V1v-Hs; Mon, 16 Oct 2023 17:43:13 +0200 Date: Mon, 16 Oct 2023 17:43:13 +0200 From: Ingo Schwarze To: Jan Stary Cc: tech@mandoc.bsd.lv Subject: Re: mandoc -man -Thtml: unwanted line break after bullet (.IP) Message-ID: References: X-Mailinglist: mandoc-tech Reply-To: tech@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Jan, Jan Stary wrote on Mon, Oct 16, 2023 at 05:20:19PM +0200: > On Oct 16 16:52:14, schwarze@usta.de wrote: >> as expected, the "final text" follows on the same line. > For completeness: it doesn't, in lynx. > But that's on lynx, which seems to make the break after
Does Lynx provide any support for CSS whatsoever? The lynx(1) manual page doesn't seem to mention CSS. Using a web search engine to search the Lynx homepage for "CSS" brings up a single page, https://lynx.invisible-island.net/lynx2.8.8/breakout/CHANGES and the two instances of the string "CSS" on that page give me the impression that lynx(1) likely does not have any CSS support. The non-authoritative page https://shkspr.mobi/blog/2020/12/how-and-why-to-use-lynx-the-faster-web-browser/ explicitly claims that it has no CSS support. As i said, expecting any particular whitespace formatting when processing HTML input is completely unreasonable without correctly working CSS support. The HTML language simply isn't designed for anything like that. Yours, Ingo -- To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv