Index: branches/5.1.x/core/units/pdf/css_defaults.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/pdf/css_defaults.php (.../css_defaults.php) (revision 12127) +++ branches/5.1.x/core/units/pdf/css_defaults.php (.../css_defaults.php) (revision 12657) @@ -1,6 +1,6 @@ array( 'initial' =>'scroll', @@ -643,22 +646,22 @@ 'percentages' => '' ), ); - + static function IsInherited($property) { return kCSSDefaults::$CSS_PROPERTIES[$property]['inherited']; // return isset(kCSSDefaults::$CSS_PROPERTIES[$property]) ? : false; } - + static function IsValid($property) { return isset(kCSSDefaults::$CSS_PROPERTIES[$property]); } - + static function GetDefaultValue($property) { return kCSSDefaults::$CSS_PROPERTIES[$property]['initial']; // return isset(kCSSDefaults::$CSS_PROPERTIES[$property]) ? kCSSDefaults::$CSS_PROPERTIES[$property]['initial'] : false; } - + } \ No newline at end of file