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

version 1.21, 1997/03/31 08:32:57 version 1.22, 1997/03/31 17:48:46
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 314  RULES Line 316  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 348  RULES Line 352  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 369  RULES Line 375  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 376  RULES Line 384  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 390  RULES Line 400  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 397  RULES Line 409  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 426  RULES Line 440  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 537  RULES Line 553  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 572  RULES Line 590  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 590  RULES Line 610  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 610  RULES Line 632  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 618  RULES Line 642  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 625  RULES Line 651  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 637  RULES Line 665  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 663  RULES Line 693  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 670  RULES Line 702  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;
   
Line 904  ATTRIBUTES Line 938  ATTRIBUTES
         END;          END;
   
  Class: BEGIN   Class: BEGIN
         IF TEXT_UNIT          Create ' class="';
             BEGIN          Create Class;
             Create '<span class="';          Create DoubleQuote;
             Create Class;  
             Create '">';  
             Create '</span>' After;  
             END;  
         IF not TEXT_UNIT  
             BEGIN  
             Create ' class="';  
             Create Class;  
             Create DoubleQuote;  
             END;  
         END;          END;
   
  Style\240:   Style\240:
         BEGIN          BEGIN
         IF TEXT_UNIT and not Within HEAD           IF not Within HEAD
             BEGIN  
             Create '<span style="';  
             Create Style\240;  
             Create DoubleQuote;  
             Create '>';  
             Create '</span>' After;  
             END;  
         IF not TEXT_UNIT and not Within HEAD  
             BEGIN              BEGIN
             Create ' style="';              Create ' style="';
             Create Style\240;              Create Style\240;

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


Webmaster