| Index: Source/core/css/CSSValueKeywords.in
|
| diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
|
| index 43ef9d3c152a02d43e00ea549c0393b99f10f2f2..9606b61edaea8fa0e6b66ce2b548cb254a343e32 100644
|
| --- a/Source/core/css/CSSValueKeywords.in
|
| +++ b/Source/core/css/CSSValueKeywords.in
|
| @@ -502,11 +502,14 @@ single
|
| multiple
|
|
|
| // align-content
|
| +// start
|
| +// end
|
| flex-start
|
| flex-end
|
| // center
|
| space-between
|
| space-around
|
| +space-evenly
|
| // stretch
|
|
|
| // align-items / align-self
|
| @@ -517,11 +520,16 @@ space-around
|
| // stretch
|
|
|
| // justify-content
|
| +// start
|
| +// end
|
| // flex-start
|
| // flex-end
|
| // center
|
| // space-between
|
| // space-around
|
| +// space-evenly
|
| +// stretch
|
| +
|
|
|
| // flex-flow
|
| row
|
|
|