CSSPropertyJustifySelf,
CSSPropertyJustifyItems,
CSSPropertyPlaceContent,
+ CSSPropertyPlaceItems,
#if ENABLE(FILTERS_LEVEL_2)
CSSPropertyWebkitBackdropFilter,
#endif
return valueForItemPositionWithOverflowAlignment(resolveJustifySelfAuto(style->justifySelf(), styledElement->parentNode()));
case CSSPropertyPlaceContent:
return getCSSPropertyValuesForShorthandProperties(placeContentShorthand());
+ case CSSPropertyPlaceItems:
+ return getCSSPropertyValuesForShorthandProperties(placeItemsShorthand());
case CSSPropertyOrder:
return cssValuePool.createValue(style->order(), CSSPrimitiveValue::CSS_NUMBER);
case CSSPropertyFloat: