[tex4ht-commits] [SCM] tex4ht updated: r867 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Jan 9 20:59:09 CET 2021


Author: michal_h21
Date: 2021-01-09 21:59:09 +0200 (Sat, 09 Jan 2021)
New Revision: 867

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Removed cellspacing and cellpading from most tables

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-01-09 12:29:38 UTC (rev 866)
+++ trunk/lit/ChangeLog	2021-01-09 19:59:09 UTC (rev 867)
@@ -3,6 +3,9 @@
 	* tex4ht-html4.tex (html4-math.4ht): fixed display math configuration for
 	Amsmath. It supports the split environment now.
 	https://tug.org/pipermail/tex4ht/2021q1/002856.html
+	* tex4ht-html4.tex (html4.4ht): removed cellspacing and cellpading
+	attributes from most tables. They are deprecated.
+	https://tex.stackexchange.com/a/578224/2891
 
 2021-01-07  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2021-01-09 12:29:38 UTC (rev 866)
+++ trunk/lit/tex4ht-html4.tex	2021-01-09 19:59:09 UTC (rev 867)
@@ -2192,7 +2192,7 @@
 
 \<configure html4 tabulary\><<<
 \Configure{halignTB<>}{tabulary}{\HCode{id="TBL-\TableNo" class="tabulary"\Hnewline 
-   cellspacing="0" cellpadding="0" \GROUPS\Hnewline 
+   \GROUPS\Hnewline 
    }<>\HAlign} 
 \Css{table[rules] {border-left:solid black 0.4pt; 
                    border-right:solid black 0.4pt; }}
@@ -2215,8 +2215,7 @@
 \Configure{halignTB<>}
    {smarray}
    {\HCode{id="TBL-\TableNo" class="smarray"\Hnewline
-           cellpadding="0"
-           cellspacing="0" \GROUPS\Hnewline
+           \GROUPS\Hnewline
           }<>\HAlign
    }
 >>>
@@ -4145,7 +4144,7 @@
 
 \Configure{halignTB}{\HCode{<table }}{\HCode{>}}
 \Configure{halignTB<>}{table}{\HCode{id="TBL-\TableNo" class="table"\Hnewline
-   cellspacing="0" cellpadding="0" \GROUPS\Hnewline
+   \GROUPS\Hnewline
    }<>\HAlign}
 \Css{table[rules] {border-left:solid black 0.4pt; 
                    border-right:solid black 0.4pt; }}
@@ -7503,7 +7502,7 @@
 \<html latex array/tabular Config 4.0t\><<<
 \Configure{halignTB<>}{tabular}{\HCode{id="TBL-\TableNo" 
                                              class="tabular"\Hnewline 
-   cellspacing="0" cellpadding="0" \GROUPS\Hnewline
+   \GROUPS\Hnewline
    }<>\HAlign}
 \Css{table[rules] {border-left:solid black 0.4pt; 
                    border-right:solid black 0.4pt; }}
@@ -7550,7 +7549,7 @@
 
 \<html latex array/tabular Config 4.0t\><<<
 \Configure{halignTB<>}{array}{\HCode{id="TBL-\TableNo" class="array"\Hnewline
-   cellpadding="0" cellspacing="0" \GROUPS\Hnewline
+   \GROUPS\Hnewline
    }<>\HAlign}
 \Css{table[rules] {border-left:solid black 0.4pt; 
                    border-right:solid black 0.4pt; }}
@@ -8085,7 +8084,7 @@
 
 \<config new longtable\><<<   
 \Configure{halignTB<>}{longtable}{\HCode{id="TBL-\TableNo" class="longtable"\Hnewline 
-   cellspacing="0" cellpadding="0" \GROUPS\Hnewline
+   \GROUPS\Hnewline
    }<>\HAlign}
 \Css{table[rules] {border-left:solid black 0.4pt; 
                    border-right:solid black 0.4pt; }}
@@ -8382,7 +8381,7 @@
 >>>
 
 \<config plain,latex\><<<
-\def\:zbsp#1{cellpadding="0" border="0" cellspacing="0"\Hnewline
+\def\:zbsp#1{cellpadding="0" border="0" \Hnewline
    class="#1"}
 >>>
 



More information about the tex4ht-commits mailing list.