Diff for /Amaya/amaya/HTMLT.T between versions 1.68 and 1.69

version 1.68, 1998/12/16 16:26:30 version 1.69, 1999/01/26 14:09:56
Line 791  RULES Line 791  RULES
         Create '</caption>\12' after;          Create '</caption>\12' after;
         END;          END;
   
    COLGROUP:
           BEGIN
           Create '<colgroup';
           Create Attributes;
           Create '>';
           Create '</caption>\12' after;
           END;
   
    COL:
           BEGIN
           Create '<col';
           Create Attributes;
           Create '>';
           Create '</caption>\12' after;
           END;
   
  Table_head:   Table_head:
         Remove;          Remove;
   
Line 1790  ATTRIBUTES Line 1806  ATTRIBUTES
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
    span_: BEGIN
           Create ' span="';
           Create span_;
           Create DoubleQuote;
           END;
   
  rowspan_: BEGIN   rowspan_: BEGIN
         Create ' rowspan="';          Create ' rowspan="';
         Create rowspan_;          Create rowspan_;

Removed from v.1.68  
changed lines
  Added in v.1.69


Webmaster