Diff for /Amaya/amaya/HTMLnames.h between versions 1.41 and 1.42

version 1.41, 2002/09/06 11:00:55 version 1.42, 2002/10/21 16:32:40
Line 122  static ElemMapping    XHTMLElemMappingTa Line 122  static ElemMapping    XHTMLElemMappingTa
    {"tt", SPACE, HTML_EL_Teletype_text, L_StrictValue, TRUE},     {"tt", SPACE, HTML_EL_Teletype_text, L_StrictValue, TRUE},
    {"u", SPACE, HTML_EL_Underlined_text, L_StrictValue, TRUE},     {"u", SPACE, HTML_EL_Underlined_text, L_StrictValue, TRUE},
    {"ul", SPACE, HTML_EL_Unnumbered_List, L_BasicValue, FALSE},     {"ul", SPACE, HTML_EL_Unnumbered_List, L_BasicValue, FALSE},
    {"var", SPACE, HTML_EL_Variable, L_BasicValue, TRUE},     {"var", SPACE, HTML_EL_Variable_, L_BasicValue, TRUE},
    {"xmlcomment", SPACE, HTML_EL_Comment_, L_OtherValue, FALSE},     {"xmlcomment", SPACE, HTML_EL_Comment_, L_OtherValue, FALSE},
    {"xmlcomment_line", SPACE, HTML_EL_Comment_line, L_OtherValue, FALSE},     {"xmlcomment_line", SPACE, HTML_EL_Comment_line, L_OtherValue, FALSE},
    {"xmlpi", SPACE, HTML_EL_XMLPI, L_OtherValue, FALSE},     {"xmlpi", SPACE, HTML_EL_XMLPI, L_OtherValue, FALSE},

Removed from v.1.41  
changed lines
  Added in v.1.42


Webmaster