summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-06-10 16:47:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-06-10 16:47:15 +0000
commit0549807bf454b75f97d8256db9bf4888735dc50d (patch)
tree6d1d73accb0327d715b8cb78c46318ab22de1387
parent9990d4494b540b6b77b9b9e8c326a1f5e0e431eb (diff)
downloadmandoc-0549807bf454b75f97d8256db9bf4888735dc50d.tar.gz
delete support for the HTML style=height property, which is no longer used
-rw-r--r--html.c3
-rw-r--r--mandoc_html.34
2 files changed, 0 insertions, 7 deletions
diff --git a/html.c b/html.c
index 432b6d09..52e6a367 100644
--- a/html.c
+++ b/html.c
@@ -711,9 +711,6 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
/* Second letter: style name. */
switch (*fmt++) {
- case 'h':
- attr = "height";
- break;
case 'i':
attr = "text-indent";
break;
diff --git a/mandoc_html.3 b/mandoc_html.3
index c868857e..b6ddf734 100644
--- a/mandoc_html.3
+++ b/mandoc_html.3
@@ -253,10 +253,6 @@ and adds three units for padding between columns.
.Pp
Style name letters decide what to do with the preceding argument:
.Bl -tag -width 1n -offset indent
-.It Cm h
-Set
-.Cm height
-to the given length.
.It Cm i
Set
.Cm text-indent