From e246f966642cf12d4d8b580a8f23bb5447d83a16 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 10 Jun 2018 16:47:15 +0000 Subject: delete support for the HTML style=height property, which is no longer used --- html.c | 5 +---- mandoc_html.3 | 8 ++------ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/html.c b/html.c index 0d6b67ce..5282756e 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.231 2018/05/29 02:10:10 schwarze Exp $ */ +/* $Id: html.c,v 1.232 2018/06/10 16:47:15 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze @@ -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 59b1f4f1..df98af21 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -1,4 +1,4 @@ -.\" $Id: mandoc_html.3,v 1.12 2018/05/29 02:10:10 schwarze Exp $ +.\" $Id: mandoc_html.3,v 1.13 2018/06/10 16:47:15 schwarze Exp $ .\" .\" Copyright (c) 2014, 2017, 2018 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 29 2018 $ +.Dd $Mdocdate: June 10 2018 $ .Dt MANDOC_HTML 3 .Os .Sh NAME @@ -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 -- cgit v1.2.3-56-ge451