From 31a9a3fd6b1a2eec3fc1f35e538b7cc8726acfe4 Mon Sep 17 00:00:00 2001
From: Ingo Schwarze <schwarze@openbsd.org>
Date: Thu, 14 Apr 2022 10:14:53 +0000
Subject: [PATCH] some HTML/CSS issues from John Gardner

---
 TODO | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index fd848647..0c2db347 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.322 2022/03/27 11:08:24 schwarze Exp $
+* $Id: TODO,v 1.323 2022/04/14 10:14:53 schwarze Exp $
 ************************************************************************
 
 Many issues are annotated for difficulty as follows:
@@ -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
 ************************************************************************
-- 
2.47.1