| Index: sky/engine/core/css/CSSValueKeywords.in
|
| diff --git a/sky/engine/core/css/CSSValueKeywords.in b/sky/engine/core/css/CSSValueKeywords.in
|
| index 15d7cf9322dee79e5438a9a904dafac103ccf144..3840c8597f95614a573fd2272f536602f68aaba4 100644
|
| --- a/sky/engine/core/css/CSSValueKeywords.in
|
| +++ b/sky/engine/core/css/CSSValueKeywords.in
|
| @@ -259,6 +259,9 @@ katakana-iroha
|
| // The order here must match the order of the EDisplay enum in RenderStyleConstants.h.
|
| //
|
| inline
|
| +// Contains only inline content.
|
| +paragraph
|
| +// Contains only block content.
|
| block
|
| inline-block
|
| flex
|
|
|