discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* tbl in -Thtml doesn't respect current font? Regression against 1.14.5
@ 2022-10-26 16:16 наб
  0 siblings, 0 replies; only message in thread
From: наб @ 2022-10-26 16:16 UTC (permalink / raw)
  To: discuss

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

Given:
-- >8 --
a
.ft B
b
.TS
l.
c
.TE
d
.ft R
e
-- >8 --

mandoc (1.14.5-1 and current CVS) produces correct output
(ae in R, bcd in B) in -Tutf8/-Tps.

1.14.5-1 -Thtml yields:
-- >8 --
<div class="manual-text">a <b>b</b>
<table class="tbl">
  <tr>
    <td><b>c</b></td>
  </tr>
</table>
<b>d</b> e</div>
-- >8 --
Which is correct.

CVS yields:
-- >8 --
<main class="manual-text">
a <b>b</b>
<table class="tbl">
  <tr>
    <td>c</td>
  </tr>
</table>
<b>d</b> e
</main>
-- >8 --
Which isn't.

This is an obvious regression against 1.14.5-1.

наб

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-26 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 16:16 tbl in -Thtml doesn't respect current font? Regression against 1.14.5 наб

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).