Diff for /Amaya/amaya/HTML.S between versions 1.35 and 1.36

version 1.35, 1997/08/26 13:45:42 version 1.36, 1997/08/27 12:41:03
Line 22  STRUCT Line 22  STRUCT
         BEGIN          BEGIN
         HEAD;          HEAD;
         BODY;          BODY;
 #ifdef R_HTML  
         END + (Invalid_element, Comment\240, Entity);  
 #else  
         END + (Invalid_element, Comment\240);          END + (Invalid_element, Comment\240);
 #endif  
   
   BODY (ATTR background_ = Text; BackgroundColor = Text; TextColor = Text;    BODY (ATTR background_ = Text; BackgroundColor = Text; TextColor = Text;
         LinkColor = Text; VisitedLinkColor = Text; ActiveLinkColor = Text)          LinkColor = Text; VisitedLinkColor = Text; ActiveLinkColor = Text)
Line 54  STRUCT Line 50  STRUCT
   
   BASE (ATTR !HREF_) = CONSTANT C_Empty;    BASE (ATTR !HREF_) = CONSTANT C_Empty;
   
 #ifdef R_HTML  
   Entity (ATTR entity_name = TEXT; HREF_) = CONSTANT C_Empty;  
 #endif  
   
   Element = CASE OF    Element = CASE OF
         Paragraph;          Paragraph;
         Pseudo_paragraph;          Pseudo_paragraph;
Line 424  EXCEPT Line 416  EXCEPT
 #ifdef COUGAR  #ifdef COUGAR
         Object_Content: Hidden, NoCreate, NoCut, NoSelect;          Object_Content: Hidden, NoCreate, NoCut, NoSelect;
 #endif  #endif
 #ifdef R_HTML  
         Entity: Hidden, NoCreate, NoCut;  
 #endif  
         Ghost_restruct: Invisible;          Ghost_restruct: Invisible;
 END  END

Removed from v.1.35  
changed lines
  Added in v.1.36


Webmaster