@@ -2090,10 +2090,10 @@ public enum Definition {
20902090 MOZ_PERSPECTIVE__ ("-moz-perspective" , "-moz-perspective" , ffLatest ("none" )),
20912091
20922092 /** The style property {@code MozPerspectiveOrigin}. */
2093- MOZ_PERSPECTIVE_ORIGIN ("MozPerspectiveOrigin" , "-moz-perspective-origin" , ffLatest ("620px 164.25px " )),
2093+ MOZ_PERSPECTIVE_ORIGIN ("MozPerspectiveOrigin" , "-moz-perspective-origin" , ffLatest ("620px 9px " )),
20942094
20952095 /** The style property {@code -moz-perspective-origin}. */
2096- MOZ_PERSPECTIVE_ORIGIN__ ("-moz-perspective-origin" , "-moz-perspective-origin" , ffLatest ("620px 164.25px " )),
2096+ MOZ_PERSPECTIVE_ORIGIN__ ("-moz-perspective-origin" , "-moz-perspective-origin" , ffLatest ("620px 9px " )),
20972097
20982098 /** The style property {@code MozTabSize}. */
20992099 MOZ_TAB_SIZE ("MozTabSize" , "-moz-tab-size" , ff ("8" )),
@@ -2125,11 +2125,11 @@ public enum Definition {
21252125
21262126 /** The style property {@code MozTransformOrigin}. */
21272127 MOZ_TRANSFORM_ORIGIN ("MozTransformOrigin" , "-moz-transform-origin" ,
2128- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
2128+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
21292129
21302130 /** The style property {@code -moz-transform-origin}. */
21312131 MOZ_TRANSFORM_ORIGIN__ ("-moz-transform-origin" , "-moz-transform-origin" ,
2132- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
2132+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
21332133
21342134 /** The style property {@code MozTransformStyle}. */
21352135 MOZ_TRANSFORM_STYLE ("MozTransformStyle" , "-moz-transform-style" , ffLatest ("flat" )),
@@ -2439,11 +2439,11 @@ public enum Definition {
24392439
24402440 /** The style property {@code perspectiveOrigin}. */
24412441 PERSPECTIVE_ORIGIN ("perspectiveOrigin" , "perspective-origin" ,
2442- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " ), chrome ("620px 164px " ), edge ("616px 162px " )),
2442+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " ), chrome ("620px 9px " ), edge ("616px 9px " )),
24432443
24442444 /** The style property {@code perspective-origin}. */
24452445 PERSPECTIVE_ORIGIN_ ("perspective-origin" , "perspective-origin" ,
2446- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
2446+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
24472447
24482448 /** The style property {@code placeContent}. */
24492449 PLACE_CONTENT ("placeContent" , "place-content" , chromeAndEdgeNormal (), ffNormal ()),
@@ -3072,10 +3072,10 @@ public enum Definition {
30723072
30733073 /** The style property {@code transformOrigin}. */
30743074 TRANSFORM_ORIGIN ("transformOrigin" , "transform-origin" ,
3075- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " ), chrome ("620px 164px " ), edge ("616px 162px " )),
3075+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " ), chrome ("620px 9px " ), edge ("616px 9px " )),
30763076
30773077 /** The style property {@code transform-origin}. */
3078- TRANSFORM_ORIGIN_ ("transform-origin" , "transform-origin" , ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
3078+ TRANSFORM_ORIGIN_ ("transform-origin" , "transform-origin" , ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
30793079
30803080 /** The style property {@code transformStyle}. */
30813081 TRANSFORM_STYLE ("transformStyle" , "transform-style" , ff ("flat" ), chromeAndEdge ("flat" )),
@@ -3716,7 +3716,7 @@ public enum Definition {
37163716 WEBKIT_LOCALE ("webkitLocale" , "webkit-locale" , chromeAndEdgeAuto ()),
37173717
37183718 /** The style property {@code webkitLogicalHeight}. */
3719- WEBKIT_LOGICAL_HEIGHT ("webkitLogicalHeight" , "webkit-logical-height" , chromeAndEdge ("328px " )),
3719+ WEBKIT_LOGICAL_HEIGHT ("webkitLogicalHeight" , "webkit-logical-height" , chromeAndEdge ("18px " )),
37203720
37213721 /** The style property {@code webkitLogicalWidth}. */
37223722 WEBKIT_LOGICAL_WIDTH ("webkitLogicalWidth" , "webkit-logical-width" , chrome ("1240px" ), edge ("1232px" )),
@@ -3889,15 +3889,15 @@ public enum Definition {
38893889
38903890 /** The style property {@code webkitPerspectiveOrigin}. */
38913891 WEBKIT_PERSPECTIVE_ORIGIN ("webkitPerspectiveOrigin" , "webkit-perspective-origin" ,
3892- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " ), chrome ("620px 164px " ), edge ("616px 162px " )),
3892+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " ), chrome ("620px 9px " ), edge ("616px 9px " )),
38933893
38943894 /** The style property {@code WebkitPerspectiveOrigin}. */
38953895 WEBKIT_PERSPECTIVE_ORIGIN_ ("WebkitPerspectiveOrigin" , "webkit-perspective-origin" ,
3896- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
3896+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
38973897
38983898 /** The style property {@code -webkit-perspective-origin}. */
38993899 WEBKIT_PERSPECTIVE_ORIGIN__ ("-webkit-perspective-origin" , "webkit-perspective-origin" ,
3900- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
3900+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
39013901
39023902 /** The style property {@code webkitPerspectiveOriginX}. */
39033903 WEBKIT_PERSPECTIVE_ORIGIN_X ("webkitPerspectiveOriginX" , "webkit-perspective-origin-x" , chromeAndEdgeEmpty ()),
@@ -4023,15 +4023,15 @@ public enum Definition {
40234023
40244024 /** The style property {@code webkitTransformOrigin}. */
40254025 WEBKIT_TRANSFORM_ORIGIN ("webkitTransformOrigin" , "webkit-transform-origin" ,
4026- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " ), chrome ("620px 164px " ), edge ("616px 162px " )),
4026+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " ), chrome ("620px 9px " ), edge ("616px 9px " )),
40274027
40284028 /** The style property {@code WebkitTransformOrigin}. */
40294029 WEBKIT_TRANSFORM_ORIGIN_ ("WebkitTransformOrigin" , "webkit-transform-origin" ,
4030- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
4030+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
40314031
40324032 /** The style property {@code -webkit-transform-origin}. */
40334033 WEBKIT_TRANSFORM_ORIGIN__ ("-webkit-transform-origin" , "webkit-transform-origin" ,
4034- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
4034+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
40354035
40364036 /** The style property {@code webkitTransformOriginX}. */
40374037 WEBKIT_TRANSFORM_ORIGIN_X ("webkitTransformOriginX" , "webkit-transform-origin-x" , chromeAndEdgeEmpty ()),
0 commit comments