]> git.cameronkatri.com Git - mandoc.git/commitdiff
Delete support for the style=text-indent attribute, which is no longer used.
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 25 Jun 2018 13:26:57 +0000 (13:26 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 25 Jun 2018 13:26:57 +0000 (13:26 +0000)
html.c
mandoc_html.3

diff --git a/html.c b/html.c
index 43a07a049982c6a783679def4e525fed2f0f66cf..786e1c3a92e0cf6ce738e79ae8364709799df951 100644 (file)
--- 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>
 /*
  * 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 'h':
                        attr = "height";
                        break;
-               case 'i':
-                       attr = "text-indent";
-                       break;
                case 'l':
                        attr = "margin-left";
                        break;
                case 'l':
                        attr = "margin-left";
                        break;
index df98af21c6bf6001bb4dbe6d851db6c927485ade..c5730b09fed6ecf5eed8378ab4be887a915e17a1 100644 (file)
@@ -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>
 .\"
 .\"
 .\" 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.
 .\"
 .\" 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
 .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
 .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
 .It Cm l
 Set
 .Cm margin-left