Diff for /Amaya/amaya/HTML.S between versions 1.205 and 1.206

version 1.205, 2005/03/25 17:00:20 version 1.206, 2005/05/02 13:44:39
Line 32  ATTR Line 32  ATTR
                           current selection in the source view }                            current selection in the source view }
    IntEntity = Yes_;    { do not translate & into & in output file }     IntEntity = Yes_;    { do not translate & into & in output file }
    EntityName = Text;   { the content of the element is the name of an entity }     EntityName = Text;   { the content of the element is the name of an entity }
      xmlid = Text;                { xml:id }
    xml_space = xml_space_default, xml_space_preserve; { xml:space }     xml_space = xml_space_default, xml_space_preserve; { xml:space }
    NoImages = Yes_;     NoImages = Yes_;
    NoObjects = Yes_;     NoObjects = Yes_;
Line 992  EXCEPT Line 993  EXCEPT
         onreset:        EventAttr;          onreset:        EventAttr;
         onchange:       EventAttr;          onchange:       EventAttr;
         onselect:       EventAttr;          onselect:       EventAttr;
         ID :            CssId;          ID :            CssId; {Default id attribute}
         Class:          CssClass;          Class:          CssClass;
         External_Object_Content: Hidden;          External_Object_Content: Hidden;
         Embed_Content:  Hidden, NoSelect;          Embed_Content:  Hidden, NoSelect;

Removed from v.1.205  
changed lines
  Added in v.1.206


Webmaster