[tex4ht-commits] [SCM] tex4ht updated: r294 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Apr 27 14:53:21 CEST 2017
Author: michal_h21
Date: 2017-04-27 15:53:21 +0300 (Thu, 27 Apr 2017)
New Revision: 294
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Use CSS instead of rules=groups attribute for vertical lines in tables
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-04-22 23:03:55 UTC (rev 293)
+++ trunk/lit/ChangeLog 2017-04-27 12:53:21 UTC (rev 294)
@@ -1,3 +1,8 @@
+2017-04-27 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): use CSS instead of rules="groups"
+ attribute for vertical lines in tables
+
2017-04-22 Karl Berry <karl at freefriends.org>
* tex4ht-4ht.tex (caption.4ht): copyright.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2017-04-22 23:03:55 UTC (rev 293)
+++ trunk/lit/tex4ht-html4.tex 2017-04-27 12:53:21 UTC (rev 294)
@@ -7584,7 +7584,9 @@
\global\let\GROUPS|=\empty \HAssign\NewGroup = 0
\gHAdvance\Next:TableNo by 1 \global\let\TableNo=\Next:TableNo }
{\xdef\VBorder{\VBorder\ifnum \NewGroup> 0 </colgroup>\fi}
- \HAssign\NewGroup = 0 \gdef\GROUPS{rules="groups"}}
+ \HAssign\NewGroup = 0 % \gdef\GROUPS{rules="groups"}}
+ \Css{\#TBL-\TableNo\space colgroup{border-left: 1px solid black;border-right:1px solid black;}}
+ \Css{\#TBL-\TableNo{border-collapse:collapse;}}}
{\Advance:\NewGroup by 1
\ifnum \NewGroup=1 \xdef\VBorder{\VBorder<colgroup
id="TBL-\TableNo-\ar:cnt g">}\fi
More information about the tex4ht-commits
mailing list