From: Ingo Schwarze <schwarze@openbsd.org> Date: Mon, 25 Jun 2018 13:26:57 +0000 (+0000) Subject: Delete support for the style=text-indent attribute, which is no longer used. X-Git-Tag: VERSION_1_14_4~26 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/5e9dcf4ce3bba92db654ba8f51cf2d35114da812 Delete support for the style=text-indent attribute, which is no longer used. --- diff --git a/html.c b/html.c index 43a07a04..786e1c3a 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $OpenBSD: html.c,v 1.101 2018/05/29 02:10:05 schwarze Exp $ */ +/* $Id: html.c,v 1.234 2018/06/25 13:26:57 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org> @@ -714,9 +714,6 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) case 'h': attr = "height"; break; - case 'i': - attr = "text-indent"; - break; case 'l': attr = "margin-left"; break; diff --git a/mandoc_html.3 b/mandoc_html.3 index df98af21..c5730b09 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -1,4 +1,4 @@ -.\" $Id: mandoc_html.3,v 1.13 2018/06/10 16:47:15 schwarze Exp $ +.\" $Id: mandoc_html.3,v 1.14 2018/06/25 13:26:57 schwarze Exp $ .\" .\" Copyright (c) 2014, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -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: June 10 2018 $ +.Dd $Mdocdate: June 25 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 i -Set -.Cm text-indent -to the given length. .It Cm l Set .Cm margin-left