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