Diff for /Amaya/amaya/HTMLTT.T between versions 1.71 and 1.72

version 1.71, 2006/06/30 13:03:14 version 1.72, 2006/07/05 12:25:19
Line 453  RULES Line 453  RULES
         END;          END;
   
  PICTURE_UNIT: BEGIN   PICTURE_UNIT: BEGIN
         If Immediately within Object          Remove;
                 Remove;          END;
         If NOT Immediately within Object BEGIN  
                 Create Attributes;   IMG: BEGIN
                 END;          Create Attributes;
           If NOT ALT 
             Create '[Image]';
           END;
   
    Image_Input: BEGIN
           Create Attributes;
         If NOT ALT           If NOT ALT 
           Create '[Image]';            Create '[Image]';
         END;          END;
Line 989  ATTRIBUTES Line 995  ATTRIBUTES
  SRC:   BEGIN   SRC:   BEGIN
         END;          END;
   
    type:  BEGIN
           END;
   
  ALT:   BEGIN   ALT:   BEGIN
         Create ALT;          Create ALT;
         END;          END;

Removed from v.1.71  
changed lines
  Added in v.1.72


Webmaster