Diff for /Amaya/amaya/HTMLnames.h between versions 1.44 and 1.45

version 1.44, 2003/04/10 15:05:04 version 1.45, 2003/08/13 13:14:29
Line 8  static ElemMapping    XHTMLElemMappingTa Line 8  static ElemMapping    XHTMLElemMappingTa
    {"abbr", SPACE, HTML_EL_ABBR, L_BasicValue, TRUE},     {"abbr", SPACE, HTML_EL_ABBR, L_BasicValue, TRUE},
    {"acronym", SPACE, HTML_EL_ACRONYM, L_BasicValue, TRUE},     {"acronym", SPACE, HTML_EL_ACRONYM, L_BasicValue, TRUE},
    {"address", SPACE, HTML_EL_Address, L_BasicValue, FALSE},     {"address", SPACE, HTML_EL_Address, L_BasicValue, FALSE},
    {"applet", SPACE, HTML_EL_Applet, L_TransitionalValue, FALSE},     {"applet", SPACE, HTML_EL_Applet, L_TransitionalValue, TRUE},
    {"area", 'E', HTML_EL_AREA, L_StrictValue, FALSE},     {"area", 'E', HTML_EL_AREA, L_StrictValue, FALSE},
    {"b", SPACE, HTML_EL_Bold_text, L_StrictValue, TRUE},     {"b", SPACE, HTML_EL_Bold_text, L_StrictValue, TRUE},
    {"base", 'E', HTML_EL_BASE, L_BasicValue, FALSE},     {"base", 'E', HTML_EL_BASE, L_BasicValue, FALSE},
Line 54  static ElemMapping    XHTMLElemMappingTa Line 54  static ElemMapping    XHTMLElemMappingTa
    {"hr", 'E', HTML_EL_Horizontal_Rule, L_StrictValue, FALSE},     {"hr", 'E', HTML_EL_Horizontal_Rule, L_StrictValue, FALSE},
    {"html", SPACE, HTML_EL_HTML, L_BasicValue, FALSE},     {"html", SPACE, HTML_EL_HTML, L_BasicValue, FALSE},
    {"i", SPACE, HTML_EL_Italic_text, L_StrictValue, TRUE},     {"i", SPACE, HTML_EL_Italic_text, L_StrictValue, TRUE},
    {"iframe", SPACE, HTML_EL_IFRAME, L_TransitionalValue, FALSE},     {"iframe", SPACE, HTML_EL_IFRAME, L_TransitionalValue, TRUE},
    {"image", 'E', HTML_EL_PICTURE_UNIT, L_StrictValue, TRUE},     {"image", 'E', HTML_EL_PICTURE_UNIT, L_StrictValue, TRUE},
    {"img", 'E', HTML_EL_PICTURE_UNIT, L_BasicValue, TRUE},     {"img", 'E', HTML_EL_PICTURE_UNIT, L_BasicValue, TRUE},
    {"input", 'E', HTML_EL_Input, L_BasicValue, TRUE},     {"input", 'E', HTML_EL_Input, L_BasicValue, TRUE},

Removed from v.1.44  
changed lines
  Added in v.1.45


Webmaster