CSSPropertyHandler(true, true);
}
function default_value() {
return 'auto';
}
function parse($value) {
return $value;
}
function get_property_code() {
return CSS_PAGE;
}
function get_property_name() {
return 'page';
}
}
CSS::register_css_property(new CSSPage());
?>