CSSPropertyStringSet(true,
true,
array('inherit' => CSS_PROPERTY_INHERIT,
'collapse' => BORDER_COLLAPSE,
'separate' => BORDER_SEPARATE));
}
function default_value() {
return BORDER_SEPARATE;
}
function get_property_code() {
return CSS_BORDER_COLLAPSE;
}
function get_property_name() {
return 'border-collapse';
}
}
CSS::register_css_property(new CSSBorderCollapse);
?>