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:
Mats Palmgren
2015-01-05 22:20:56 +00:00
parent 7fb0461d77
commit 112eaa3daf
8 changed files with 14 additions and 32 deletions

View File

@@ -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,