CSSPropertyHandler(true, false);
}
function default_value() {
return 0;
}
function get_property_code() {
return CSS_HTML2PS_LIST_COUNTER;
}
function get_property_name() {
return '-html2ps-list-counter';
}
function parse($value) {
return (int)$value;
}
}
CSS::register_css_property(new CSSPseudoListCounter);
?>