| Index: sky/engine/core/css/CSSValueKeywords.in
|
| diff --git a/sky/engine/core/css/CSSValueKeywords.in b/sky/engine/core/css/CSSValueKeywords.in
|
| index b267025fd0c46219b1d6b1ef4ceaf4227560133c..f19dbcac608189abc8f8c496781fb8c3a5f76ede 100644
|
| --- a/sky/engine/core/css/CSSValueKeywords.in
|
| +++ b/sky/engine/core/css/CSSValueKeywords.in
|
| @@ -267,11 +267,8 @@ block
|
| inline-block
|
| flex
|
| inline-flex
|
| -grid
|
| -inline-grid
|
| //none
|
| --webkit-flex
|
| --webkit-inline-flex
|
| +
|
| //
|
| // cursor
|
| // The order here must match the order of the ECursor enum in RenderStyleConstants.h.
|
| @@ -443,10 +440,6 @@ column-reverse
|
| wrap
|
| wrap-reverse
|
|
|
| -// grid-auto-flow
|
| -dense
|
| -stack
|
| -
|
| // -internal-marquee-direction
|
| forwards
|
| backwards
|
| @@ -492,7 +485,6 @@ min-intrinsic
|
| -webkit-max-content
|
| -webkit-fill-available
|
| -webkit-fit-content
|
| -// Unprefixed for CSS Grid Layout.
|
| min-content
|
| max-content
|
|
|
| @@ -761,9 +753,6 @@ balance
|
| drag
|
| no-drag
|
|
|
| -// grid-{column|row}-{start|end}
|
| -span
|
| -
|
| // text-indent
|
| each-line
|
| //hanging // hanging exists in SVGCSSValueKeywords.in
|
|
|