Diff for /Amaya/amaya/HTML.trans between versions 1.40 and 1.41

version 1.40, 2005/09/13 09:02:49 version 1.41, 2005/09/14 12:44:26
Line 484  Remove the table:table{?caption,(block:* Line 484  Remove the table:table{?caption,(block:*
         th2     > :div;          th2     > :div;
         }          }
   
 Transpose the table:table{tbody{tr{(td|th)+}|(tr{td2:td|th2:th})+}};  
         {  
         td > <table border=table.border>:tr.td;  
         th > table:tr.td;  
         td2 > <table border=table.border>.tr:td;  
         th2 > table.tr:td;  
         }  
   
 Heading cell:?(td|th)+,td,?(td|th)+;  Heading cell:?(td|th)+,td,?(td|th)+;
         {          {
         $ChangeToHeadingCell;          $ChangeToHeadingCell;

Removed from v.1.40  
changed lines
  Added in v.1.41


Webmaster