[tex4ht-commits] [SCM] tex4ht updated: r1011 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Nov 9 10:00:24 CET 2021
Author: michal_h21
Date: 2021-11-09 09:00:24 +0000 (Tue, 09 Nov 2021)
New Revision: 1011
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
trunk/lit/tex4ht-html5.tex
Log:
moved CSS declaration for table borders from HTML5 to HTML4
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-11-08 17:32:28 UTC (rev 1010)
+++ trunk/lit/ChangeLog 2021-11-09 09:00:24 UTC (rev 1011)
@@ -1,3 +1,11 @@
+2021-11-09 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): added CSS declaration that enables table row
+ rules.
+ * tex4ht-html5.tex (html5.4ht): removed CSS rules declaration that was moved
+ to html4.4ht.
+ https://tex.stackexchange.com/a/621871/2891
+
2021-11-08 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathml.tex (mathml.4ht): use stretchy="false" for math operators
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2021-11-08 17:32:28 UTC (rev 1010)
+++ trunk/lit/tex4ht-html4.tex 2021-11-09 09:00:24 UTC (rev 1011)
@@ -19663,6 +19663,7 @@
\Configure{pic-halign}{}
\Configure{halignTB<>}{halign}{\HCode{id="TBL-\TableNo" class="halign"\Hnewline }<>}
\HAssign\Next:TableNo|=0 \global\let\TableNo=\Next:TableNo
+\Css{table.tabular{border-collapse: collapse; border-spacing: 0;}}
>>>
The following should be just under LaTeX.
Modified: trunk/lit/tex4ht-html5.tex
===================================================================
--- trunk/lit/tex4ht-html5.tex 2021-11-08 17:32:28 UTC (rev 1010)
+++ trunk/lit/tex4ht-html5.tex 2021-11-09 09:00:24 UTC (rev 1011)
@@ -313,7 +313,6 @@
\<tabular fixes\><<<
\Configure{halignTB<>}{tabular}{\HCode{id="TBL-\TableNo" class="tabular"\Hnewline \GROUPS\Hnewline
}<>\HAlign}
-\Css{table.tabular{border-collapse: collapse; border-spacing: 0;}}
>>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.