Diff for /Amaya/amaya/styleparser.c between versions 1.313 and 1.314

version 1.313, 2005/06/06 09:56:33 version 1.314, 2005/06/07 13:37:11
Line 4574  static char *ParseCSSPageBreakAfter (Ele Line 4574  static char *ParseCSSPageBreakAfter (Ele
   cssRule = SkipWord (cssRule);    cssRule = SkipWord (cssRule);
   /* check if it's an important rule */    /* check if it's an important rule */
   cssRule = CheckImportantRule (cssRule, ctxt);    cssRule = CheckImportantRule (cssRule, ctxt);
   #if 0
   /* install the new presentation */    /* install the new presentation */
   if (DoApply &&    if (DoApply &&
       (page.typed_data.unit == UNIT_REL ||        (page.typed_data.unit == UNIT_REL ||
        page.typed_data.unit == VALUE_INHERIT))         page.typed_data.unit == VALUE_INHERIT))
     /* TtaSetStylePresentation (PRPageAfter, element, tsch, ctxt, page) */;      /* TtaSetStylePresentation (PRPageAfter, element, tsch, ctxt, page) */;
   #endif /* 0 */
   return (cssRule);    return (cssRule);
 }  }
   
Line 5228  static char *ParseGenericSelector (char Line 5230  static char *ParseGenericSelector (char
   int                att, kind;    int                att, kind;
   int                specificity, xmlType;    int                specificity, xmlType;
   int                skippedNL;    int                skippedNL;
   PresentationValue  pval;  
   ThotBool           isHTML;    ThotBool           isHTML;
   ThotBool           level, quoted;    ThotBool           level, quoted;
   

Removed from v.1.313  
changed lines
  Added in v.1.314


Webmaster