Bug 1117538 part 1 - [css-grid] Remove 'grid-auto-flow: stack'. r=dholbert
Because it has been removed from the spec per: http://lists.w3.org/Archives/Public/www-style/2014Dec/0321.html
This commit is contained in:
@@ -1264,7 +1264,7 @@ nsCSSValue::AppendToString(nsCSSProperty aProperty, nsAString& aResult,
|
||||
|
||||
case eCSSProperty_grid_auto_flow:
|
||||
nsStyleUtil::AppendBitmaskCSSValue(aProperty, intValue,
|
||||
NS_STYLE_GRID_AUTO_FLOW_STACK,
|
||||
NS_STYLE_GRID_AUTO_FLOW_ROW,
|
||||
NS_STYLE_GRID_AUTO_FLOW_DENSE,
|
||||
aResult);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user