aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/SY/literal.out_html
Commit message (Collapse)AuthorAgeFilesLines
* adapt to new <p> output logic (html.c rev. 1.260)Ingo Schwarze2019-09-031-6/+4
|
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-111-2/+2
| | | | | | | violated the principle of separation of content and presentation. Instead, implement the tooltips purely in CSS. Thanks to John Gardner <gardnerjohng at gmail dot com> for suggesting most of the styling in the new ::before rules.
* In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze2019-01-051-0/+31
1. After the last child; the parent will take care of the line break. 2. At the .YS macro; the end of the preceding .SY already broke the line.