@@ -2090,10 +2090,10 @@ public enum Definition {
2090
2090
MOZ_PERSPECTIVE__ ("-moz-perspective" , "-moz-perspective" , ffLatest ("none" )),
2091
2091
2092
2092
/** 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 " )),
2094
2094
2095
2095
/** 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 " )),
2097
2097
2098
2098
/** The style property {@code MozTabSize}. */
2099
2099
MOZ_TAB_SIZE ("MozTabSize" , "-moz-tab-size" , ff ("8" )),
@@ -2125,11 +2125,11 @@ public enum Definition {
2125
2125
2126
2126
/** The style property {@code MozTransformOrigin}. */
2127
2127
MOZ_TRANSFORM_ORIGIN ("MozTransformOrigin" , "-moz-transform-origin" ,
2128
- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
2128
+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
2129
2129
2130
2130
/** The style property {@code -moz-transform-origin}. */
2131
2131
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 " )),
2133
2133
2134
2134
/** The style property {@code MozTransformStyle}. */
2135
2135
MOZ_TRANSFORM_STYLE ("MozTransformStyle" , "-moz-transform-style" , ffLatest ("flat" )),
@@ -2439,11 +2439,11 @@ public enum Definition {
2439
2439
2440
2440
/** The style property {@code perspectiveOrigin}. */
2441
2441
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 " )),
2443
2443
2444
2444
/** The style property {@code perspective-origin}. */
2445
2445
PERSPECTIVE_ORIGIN_ ("perspective-origin" , "perspective-origin" ,
2446
- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
2446
+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
2447
2447
2448
2448
/** The style property {@code placeContent}. */
2449
2449
PLACE_CONTENT ("placeContent" , "place-content" , chromeAndEdgeNormal (), ffNormal ()),
@@ -3072,10 +3072,10 @@ public enum Definition {
3072
3072
3073
3073
/** The style property {@code transformOrigin}. */
3074
3074
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 " )),
3076
3076
3077
3077
/** 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 " )),
3079
3079
3080
3080
/** The style property {@code transformStyle}. */
3081
3081
TRANSFORM_STYLE ("transformStyle" , "transform-style" , ff ("flat" ), chromeAndEdge ("flat" )),
@@ -3716,7 +3716,7 @@ public enum Definition {
3716
3716
WEBKIT_LOCALE ("webkitLocale" , "webkit-locale" , chromeAndEdgeAuto ()),
3717
3717
3718
3718
/** 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 " )),
3720
3720
3721
3721
/** The style property {@code webkitLogicalWidth}. */
3722
3722
WEBKIT_LOGICAL_WIDTH ("webkitLogicalWidth" , "webkit-logical-width" , chrome ("1240px" ), edge ("1232px" )),
@@ -3889,15 +3889,15 @@ public enum Definition {
3889
3889
3890
3890
/** The style property {@code webkitPerspectiveOrigin}. */
3891
3891
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 " )),
3893
3893
3894
3894
/** The style property {@code WebkitPerspectiveOrigin}. */
3895
3895
WEBKIT_PERSPECTIVE_ORIGIN_ ("WebkitPerspectiveOrigin" , "webkit-perspective-origin" ,
3896
- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
3896
+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
3897
3897
3898
3898
/** The style property {@code -webkit-perspective-origin}. */
3899
3899
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 " )),
3901
3901
3902
3902
/** The style property {@code webkitPerspectiveOriginX}. */
3903
3903
WEBKIT_PERSPECTIVE_ORIGIN_X ("webkitPerspectiveOriginX" , "webkit-perspective-origin-x" , chromeAndEdgeEmpty ()),
@@ -4023,15 +4023,15 @@ public enum Definition {
4023
4023
4024
4024
/** The style property {@code webkitTransformOrigin}. */
4025
4025
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 " )),
4027
4027
4028
4028
/** The style property {@code WebkitTransformOrigin}. */
4029
4029
WEBKIT_TRANSFORM_ORIGIN_ ("WebkitTransformOrigin" , "webkit-transform-origin" ,
4030
- ffEsr ("622px 164.25px " ), ffLatest ("620px 164.25px " )),
4030
+ ffEsr ("622px 9px " ), ffLatest ("620px 9px " )),
4031
4031
4032
4032
/** The style property {@code -webkit-transform-origin}. */
4033
4033
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 " )),
4035
4035
4036
4036
/** The style property {@code webkitTransformOriginX}. */
4037
4037
WEBKIT_TRANSFORM_ORIGIN_X ("webkitTransformOriginX" , "webkit-transform-origin-x" , chromeAndEdgeEmpty ()),
0 commit comments