Diff for /Amaya/amaya/HTMLT.T between versions 1.128 and 1.129

version 1.128, 2001/10/01 08:14:16 version 1.129, 2001/10/17 15:16:12
Line 811  RULES Line 811  RULES
         Remove;          Remove;
         END;          END;
   
    Embed: BEGIN
           if NOT Immediately within Object AND NOT IsInput BEGIN
                   Create '<embed';
                   Create Attributes;
                   Create ' />';
                   END;
           if NOT within Paragraph AND NOT Immediately within Object
              AND NOT within Pseudo_paragraph
                   Create '\12' After;
           END;
   
    Embed_Content: BEGIN
           Remove;
           END;
   
  Anchor: BEGIN   Anchor: BEGIN
          Create '<a';           Create '<a';
          Create Attributes;           Create Attributes;
Line 2150  ATTRIBUTES Line 2165  ATTRIBUTES
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
    EmbedHidden: BEGIN
           Create ' hidden="';
           Create EmbedHidden;
           Create DoubleQuote;
           END;
   
    EmbedName: BEGIN
           Create ' name="';
           Create EmbedName;
           Create DoubleQuote;
           END;
   
  Invalid_attribute:   Invalid_attribute:
         BEGIN          BEGIN
 #ifndef XML  #ifndef XML

Removed from v.1.128  
changed lines
  Added in v.1.129


Webmaster