Diff for /Amaya/amaya/HTML.S between versions 1.243 and 1.244

version 1.243, 2008/05/28 08:28:13 version 1.244, 2008/09/02 14:26:15
Line 932  STRUCT Line 932  STRUCT
     of type URI.  Only elements to be shown in the Links view      of type URI.  Only elements to be shown in the Links view
     are taken into account }      are taken into account }
   AnyLink = CASE OF    AnyLink = CASE OF
         Anchor;                { HREF_ }          Anchor;             { HREF_ }
         Block_Quote;        { cite }          Block_Quote;        { cite }
         Quotation;        { cite }          Quotation;          { cite }
         ins;                { cite }          ins;                { cite }
         del;                { cite }          del;                { cite }
         END;          END;
   
     { ParagEquiv is an alias for elements that are usually formatted like
           paragraphs }
     ParagEquiv = CASE OF
           Paragraph; Pseudo_paragraph;
           H1; H2; H3; H4; H5; H6;
           Term;
           Address;
           Preformatted;
           CAPTION;
           END;
   
 EXCEPT  EXCEPT
         HTML:           NoMove, NoResize;          HTML:           NoMove, NoResize;
         BODY:           NoCut, CssBackground, NoMove, NoResize,          BODY:           NoCut, CssBackground, NoMove, NoResize,

Removed from v.1.243  
changed lines
  Added in v.1.244


Webmaster