Diff for /Amaya/amaya/HTMLT.T between versions 1.121 and 1.122

version 1.121, 2001/05/15 17:33:52 version 1.122, 2001/06/08 10:30:26
Line 781  RULES Line 781  RULES
                 Create '\12' After;                  Create '\12' After;
         END;          END;
   
    SVG_Image: BEGIN
           if IsInput BEGIN
                   Create '<input type="image"';
                   Create Attributes;
   #ifdef XML
                   Create ' />';
   #else
                   Create '>';
   #endif
                   END;
           if Immediately within Object
                   Remove;
           if NOT Immediately within Object AND NOT IsInput BEGIN
                   Create '<img';
                   Create Attributes;
   #ifdef XML
                   Create ' />';
   #else
                   Create '>';
   #endif
                   END;
           if NOT within Paragraph AND NOT Immediately within Object
              AND NOT within Pseudo_paragraph
                   Create '\12' After;
           END;
   
    SVG_ImageContent: BEGIN
           Remove;
           END;
   
  Anchor: BEGIN   Anchor: BEGIN
          Create '<a';           Create '<a';
          Create Attributes;           Create Attributes;

Removed from v.1.121  
changed lines
  Added in v.1.122


Webmaster