History log of /openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/rfc.out_html (Results 1 – 3 of 3)
Revision Date Author Comments
# 645bcdad 25-Jan-2025 schwarze <schwarze@openbsd.org>

Fix a violation of the HTML 5 standard (paragraph 4.5.6 "The cite element").
It is intended for titles, not to wrap complete citation blocks.

Found in a conversation with job@ and tb@.


# 61a57034 24-Jan-2025 schwarze <schwarze@openbsd.org>

Formatting of the .%T (title) macro needs some logic to adhere to
traditional typographic conventions that are already implemented for
terminal output: set titles of independent works (like books or

Formatting of the .%T (title) macro needs some logic to adhere to
traditional typographic conventions that are already implemented for
terminal output: set titles of independent works (like books or RFCs)
in italic and of parts of larger works (like journal articles)
in quotation marks and roman font. Do that in HTML output, too.

OK job@ (without the regress parts),
and tb@ appears to agree with the general direction

show more ...


# dc91255f 19-Jan-2025 schwarze <schwarze@openbsd.org>

test new .%R RFC hyperlink formatting (mdoc_html.c rev. 1.226)