return getCSSPropertyValuesForSidesShorthand(borderWidthShorthand());
case CSSPropertyWebkitColumnRule:
return getCSSPropertyValuesForShorthandProperties(webkitColumnRuleShorthand());
+ case CSSPropertyWebkitColumns:
+ return getCSSPropertyValuesForShorthandProperties(webkitColumnsShorthand());
case CSSPropertyListStyle:
return getCSSPropertyValuesForShorthandProperties(listStyleShorthand());
case CSSPropertyMargin:
/* Unimplemented -webkit- properties */
case CSSPropertyWebkitAnimation:
case CSSPropertyWebkitBorderRadius:
- case CSSPropertyWebkitColumns:
case CSSPropertyWebkitMarginCollapse:
case CSSPropertyWebkitMarquee:
case CSSPropertyWebkitMarqueeSpeed: