Diff for /Amaya/amaya/HTMLT.T between versions 1.22 and 1.23

version 1.22, 1997/03/31 17:48:46 version 1.23, 1997/04/04 12:31:39
Line 299  RULES Line 299  RULES
         Create '<applet';          Create '<applet';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</applet>\12' After;              Create '</applet>\12' After;    
         END;          END;
   
Line 316  RULES Line 314  RULES
         Create '<object';          Create '<object';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</object>\12' After;              Create '</object>\12' After;    
         END;          END;
   
Line 352  RULES Line 348  RULES
         Create '<dl';          Create '<dl';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</dl>\12' After;          Create '</dl>\12' After;
         END;          END;
   
Line 375  RULES Line 369  RULES
         Create '<ul';          Create '<ul';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</ul>\12' After;          Create '</ul>\12' After;
         END;          END;
   
Line 384  RULES Line 376  RULES
         Create '<ol';          Create '<ol';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</ol>\12' After;          Create '</ol>\12' After;
         END;          END;
   
Line 400  RULES Line 390  RULES
         Create '<menu';          Create '<menu';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</menu>\12' After;          Create '</menu>\12' After;
         END;          END;
   
Line 409  RULES Line 397  RULES
         Create '<dir';          Create '<dir';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</dir>\12' After;          Create '</dir>\12' After;
         END;          END;
   
Line 440  RULES Line 426  RULES
         Create '<form';          Create '<form';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</form>\12' After;          Create '</form>\12' After;
         END;          END;
   
Line 553  RULES Line 537  RULES
         Create '<blockquote';          Create '<blockquote';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</blockquote>\12' After;          Create '</blockquote>\12' After;
         END;          END;
   
Line 590  RULES Line 572  RULES
         Create '<map';          Create '<map';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</map>\12' after;          Create '</map>\12' after;
         END;          END;
   
Line 610  RULES Line 590  RULES
         Create '\12<table';          Create '\12<table';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</table>\12' after;          Create '</table>\12' after;
         END;          END;
   
Line 632  RULES Line 610  RULES
         Create '<thead';          Create '<thead';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</thead>\12' after;          Create '</thead>\12' after;
         END;          END;
   
Line 642  RULES Line 618  RULES
         Create '<tfoot';          Create '<tfoot';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</tfoot>\12' after;          Create '</tfoot>\12' after;
         END;          END;
  tbody:   tbody:
Line 651  RULES Line 625  RULES
         Create '<tbody';          Create '<tbody';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</tbody>\12' after;          Create '</tbody>\12' after;
         END;          END;
 #endif  #endif
Line 665  RULES Line 637  RULES
         Create '<tr';          Create '<tr';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</tr>\12' after;          Create '</tr>\12' after;
         END;          END;
   
Line 693  RULES Line 663  RULES
         Create '\12<div';          Create '\12<div';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</div>\12' After;          Create '</div>\12' After;
         END;          END;
   
Line 702  RULES Line 670  RULES
         Create '\12<center';          Create '\12<center';
         Create Attributes;          Create Attributes;
         Create '>\12';          Create '>\12';
         Indent +2;  
         Indent -2 After;  
         Create '</center>\12' After;          Create '</center>\12' After;
         END;          END;
   

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster