summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze2022-07-061-2/+2
* assign the ARIA role "doc-subtitle" to the .Nd element;Ingo Schwarze2022-07-061-1/+1
* While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze2022-07-061-3/+3
* Finally get rid of the archaic <table> markup for header and footer linesIngo Schwarze2022-07-051-14/+17
* Put the HTML comment containing the Copyright header (if any)Ingo Schwarze2022-07-041-2/+2
* Instead of the custom <div class="manual-text">, use the standardIngo Schwarze2022-07-031-1/+1
* If an .Xr macro contains a section argument, write an aria-label attributeIngo Schwarze2022-06-251-10/+19
* Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze2022-06-241-2/+3
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze2021-03-301-2/+5
* In HTML output, avoid printing a newline right after <pre>Ingo Schwarze2020-10-161-5/+4
* Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallIngo Schwarze2020-04-191-3/+8
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-181-3/+6
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-14/+19
* Just like we are already doing it in HTML output, automatically tagIngo Schwarze2020-04-011-2/+0
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-159/+41
* The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze2020-02-271-1/+1
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-31/+37
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+13
* In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros.Ingo Schwarze2019-12-111-3/+7
* Fix line breaking in no-fill mode (.Bd -unfilled/<pre>),Ingo Schwarze2019-09-151-20/+26
* Format .Nd with more logically with <span> rather than <div>; after all,Ingo Schwarze2019-09-031-3/+1
* delete the TAG_IDIV crutch, which is no longer usedIngo Schwarze2019-09-011-1/+1
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-011-1/+5
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-181-7/+10
* do not access a NULL pointer when formatting a completely empty documentIngo Schwarze2019-01-111-2/+2
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-111-42/+42
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-101-12/+0
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-071-93/+131
* Cleanup, no functional change:Ingo Schwarze2018-12-311-12/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-301-5/+5
* bugfix: make the static class buffer long enoughIngo Schwarze2018-12-251-1/+1
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-1/+2
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-0/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+0
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-3/+9
* When a subsection header contains no letters but only specialIngo Schwarze2018-10-041-1/+3
* add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze2018-10-021-6/+22
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-021-1/+31
* Support a second argument to -O man,Ingo Schwarze2018-10-021-1/+1
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-7/+7
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-271-2/+0
* Delete substantial amounts of codeIngo Schwarze2018-06-251-3/+2
* Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze2018-06-251-1/+1
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-21/+1
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-101-16/+9
* Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze2018-05-291-6/+5
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-16/+5
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-211-1/+1
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-211-1/+1
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-211-1/+1