Index: branches/5.0.x/core/units/pdf/css_defaults.php =================================================================== diff -u -r12117 -r12299 --- branches/5.0.x/core/units/pdf/css_defaults.php (.../css_defaults.php) (revision 12117) +++ branches/5.0.x/core/units/pdf/css_defaults.php (.../css_defaults.php) (revision 12299) @@ -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