From cc9909c4e1378045361c5d1f62f5952635a3e405 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 21 Jul 2001 14:32:31 +0000 Subject: [PATCH] Fix title-end punctuation problems on formalparas --- xsl/fo/block.xsl | 12 ++++++++++++ xsl/fo/param.xsl | 22 ++++++++++++++++++++++ xsl/html/block.xsl | 17 +++++++++++++++-- xsl/html/param.xsl | 22 ++++++++++++++++++++++ 4 files changed, 71 insertions(+), 2 deletions(-) diff --git a/xsl/fo/block.xsl b/xsl/fo/block.xsl index 589fab45f..2417c83ce 100644 --- a/xsl/fo/block.xsl +++ b/xsl/fo/block.xsl @@ -42,10 +42,22 @@ + + + + + + + + + + +   diff --git a/xsl/fo/param.xsl b/xsl/fo/param.xsl index e66c2f35a..9e85993f0 100644 --- a/xsl/fo/param.xsl +++ b/xsl/fo/param.xsl @@ -1241,5 +1241,27 @@ Otherwise, nested fo:blocks will be used. + + + + +Characters that count as punctuation on a run-in-head + +FIXME: + + + + + + + + +Default punctuation character on a run-in-head + +FIXME: + + + + diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index ae6097be9..815ac868b 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -66,8 +66,21 @@ - - + + + + + + + + + + + + +   + diff --git a/xsl/html/param.xsl b/xsl/html/param.xsl index 12627c3ef..8378033f8 100644 --- a/xsl/html/param.xsl +++ b/xsl/html/param.xsl @@ -1188,4 +1188,26 @@ will be passed through to the HTML as a class attribute on a + + + + +Characters that count as punctuation on a run-in-head + +FIXME: + + + + + + + + +Default punctuation character on a run-in-head + +FIXME: + + + + -- 2.40.0