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:
@@ -1358,7 +1358,6 @@ const KTableValue nsCSSProps::kFontWeightKTable[] = {
|
||||
};
|
||||
|
||||
const KTableValue nsCSSProps::kGridAutoFlowKTable[] = {
|
||||
eCSSKeyword_stack, NS_STYLE_GRID_AUTO_FLOW_STACK,
|
||||
eCSSKeyword_row, NS_STYLE_GRID_AUTO_FLOW_ROW,
|
||||
eCSSKeyword_column, NS_STYLE_GRID_AUTO_FLOW_COLUMN,
|
||||
eCSSKeyword_dense, NS_STYLE_GRID_AUTO_FLOW_DENSE,
|
||||
|
||||
Reference in New Issue
Block a user