From 525559c24a4e02693f443d611b8920564a497f85 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 14 Apr 2022 10:14:53 +0000 Subject: some HTML/CSS issues from John Gardner --- TODO | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index af34f501..276e6b62 100644 --- a/TODO +++ b/TODO @@ -484,7 +484,12 @@ are mere guesses, and some may be wrong. --- HTML issues -------------------------------------------------------- -- make the HTML scaffolding customozable with -O skip=... +- .Aq Mt could set and reset "white-space: nowrap"; + Check whether other enclosure macros could profit from similar handling, + or whether that is covered by Unicode line-breaking classes WJ, ZW, GL, ZWJ. + John Gardner 25 Mar 2022 04:44:27 +1100 + +- make the HTML scaffolding customizable with -O skip=... mail to Oliver Corff 3 Jun 2021 17:28:02 +0200 more feedback from Oliver 3 Jun 2021 18:27:56 +0200 more feedback from Oliver 3 Jun 2021 23:37:18 +0200 @@ -537,6 +542,12 @@ are mere guesses, and some may be wrong. - check https://github.com/trentm/mdocml +--- CSS issues --------------------------------------------------------- + +- use flexbox for .Bl-tag instead of the fragile float/clear mechanism + John Gardner 25 Mar 2022 04:44:27 +1100 + + ************************************************************************ * formatting issues: gratuitous differences ************************************************************************ -- cgit