| Index: Source/core/css/CSSValueKeywords.in
|
| diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
|
| index a3753d835e0cb6b50ca1df6bfa7d8686d7a9e119..9feea78575d1ff14e5e048bc4a2435c1f3473af5 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
|
|
|