Skip to content

Commit 798016e

Browse files
committed
Chrome/Edge 135, FF 137
1 parent 239098b commit 798016e

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

src/main/java/org/htmlunit/css/StyleAttributes.java

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,11 @@ public enum Definition {
338338
BASELINE_SOURCE_("baseline-source", "baseline-source", ff("auto")),
339339

340340
/** The style property {@code blockSize}. */
341-
BLOCK_SIZE("blockSize", "block-size", chromeAndEdgeAndFirefox("328px")),
341+
BLOCK_SIZE("blockSize", "block-size", chromeAndEdge("328px"),
342+
ff("328.5px")),
342343

343344
/** The style property {@code block-size}. */
344-
BLOCK_SIZE_("block-size", "block-size", ff("328px")),
345+
BLOCK_SIZE_("block-size", "block-size", ff("328.5px")),
345346

346347
/** The style property {@code border}. */
347348
BORDER("border", "border", chromeAndEdge("0px none rgb(0, 0, 0)"), ff("0px rgb(0, 0, 0)")),
@@ -1426,7 +1427,10 @@ public enum Definition {
14261427
HYPHENATE_CHARACTER_("hyphenate-character", "hyphenate-character", ff("auto")),
14271428

14281429
/** The style property {@code hyphenateLimitChars}. */
1429-
HYPHENATE_LIMIT_CHAR("hyphenateLimitChars", "hyphenate-limit-char", chromeAndEdgeAuto(), ffLatest("auto")),
1430+
HYPHENATE_LIMIT_CHAR("hyphenateLimitChars", "hyphenate-limit-chars", chromeAndEdgeAuto(), ffLatest("auto")),
1431+
1432+
/** The style property {@code hyphenate-limit-chars}. */
1433+
HYPHENATE_LIMIT_CHAR_("hyphenate-limit-chars", "hyphenate-limit-chars", ffLatest("auto")),
14301434

14311435
/** The style property {@code hyphens}. */
14321436
HYPHENS("hyphens", "hyphens", ff("manual"), chromeAndEdge("manual")),
@@ -2087,10 +2091,10 @@ public enum Definition {
20872091
MOZ_PERSPECTIVE__("-moz-perspective", "-moz-perspective", ffLatest("none")),
20882092

20892093
/** The style property {@code MozPerspectiveOrigin}. */
2090-
MOZ_PERSPECTIVE_ORIGIN("MozPerspectiveOrigin", "-moz-perspective-origin", ffLatest("620px 164px")),
2094+
MOZ_PERSPECTIVE_ORIGIN("MozPerspectiveOrigin", "-moz-perspective-origin", ffLatest("620px 164.25px")),
20912095

20922096
/** The style property {@code -moz-perspective-origin}. */
2093-
MOZ_PERSPECTIVE_ORIGIN__("-moz-perspective-origin", "-moz-perspective-origin", ffLatest("620px 164px")),
2097+
MOZ_PERSPECTIVE_ORIGIN__("-moz-perspective-origin", "-moz-perspective-origin", ffLatest("620px 164.25px")),
20942098

20952099
/** The style property {@code MozTabSize}. */
20962100
MOZ_TAB_SIZE("MozTabSize", "-moz-tab-size", ff("8")),
@@ -2122,11 +2126,11 @@ public enum Definition {
21222126

21232127
/** The style property {@code MozTransformOrigin}. */
21242128
MOZ_TRANSFORM_ORIGIN("MozTransformOrigin", "-moz-transform-origin",
2125-
ffEsr("622px 164px"), ffLatest("620px 164px")),
2129+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
21262130

21272131
/** The style property {@code -moz-transform-origin}. */
21282132
MOZ_TRANSFORM_ORIGIN__("-moz-transform-origin", "-moz-transform-origin",
2129-
ffEsr("622px 164px"), ffLatest("620px 164px")),
2133+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
21302134

21312135
/** The style property {@code MozTransformStyle}. */
21322136
MOZ_TRANSFORM_STYLE("MozTransformStyle", "-moz-transform-style", ffLatest("flat")),
@@ -2436,10 +2440,11 @@ public enum Definition {
24362440

24372441
/** The style property {@code perspectiveOrigin}. */
24382442
PERSPECTIVE_ORIGIN("perspectiveOrigin", "perspective-origin",
2439-
ffEsr("622px 164px"), ffLatest("620px 164px"), chrome("620px 164px"), edge("616px 162px")),
2443+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px"), chrome("620px 164px"), edge("616px 162px")),
24402444

24412445
/** The style property {@code perspective-origin}. */
2442-
PERSPECTIVE_ORIGIN_("perspective-origin", "perspective-origin", ffEsr("622px 164px"), ffLatest("620px 164px")),
2446+
PERSPECTIVE_ORIGIN_("perspective-origin", "perspective-origin",
2447+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
24432448

24442449
/** The style property {@code placeContent}. */
24452450
PLACE_CONTENT("placeContent", "place-content", chromeAndEdgeNormal(), ffNormal()),
@@ -3068,10 +3073,10 @@ public enum Definition {
30683073

30693074
/** The style property {@code transformOrigin}. */
30703075
TRANSFORM_ORIGIN("transformOrigin", "transform-origin",
3071-
ffEsr("622px 164px"), ffLatest("620px 164px"), chrome("620px 164px"), edge("616px 162px")),
3076+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px"), chrome("620px 164px"), edge("616px 162px")),
30723077

30733078
/** The style property {@code transform-origin}. */
3074-
TRANSFORM_ORIGIN_("transform-origin", "transform-origin", ffEsr("622px 164px"), ffLatest("620px 164px")),
3079+
TRANSFORM_ORIGIN_("transform-origin", "transform-origin", ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
30753080

30763081
/** The style property {@code transformStyle}. */
30773082
TRANSFORM_STYLE("transformStyle", "transform-style", ff("flat"), chromeAndEdge("flat")),
@@ -3885,15 +3890,15 @@ public enum Definition {
38853890

38863891
/** The style property {@code webkitPerspectiveOrigin}. */
38873892
WEBKIT_PERSPECTIVE_ORIGIN("webkitPerspectiveOrigin", "webkit-perspective-origin",
3888-
ffEsr("622px 164px"), ffLatest("620px 164px"), chrome("620px 164px"), edge("616px 162px")),
3893+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px"), chrome("620px 164px"), edge("616px 162px")),
38893894

38903895
/** The style property {@code WebkitPerspectiveOrigin}. */
38913896
WEBKIT_PERSPECTIVE_ORIGIN_("WebkitPerspectiveOrigin", "webkit-perspective-origin",
3892-
ffEsr("622px 164px"), ffLatest("620px 164px")),
3897+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
38933898

38943899
/** The style property {@code -webkit-perspective-origin}. */
38953900
WEBKIT_PERSPECTIVE_ORIGIN__("-webkit-perspective-origin", "webkit-perspective-origin",
3896-
ffEsr("622px 164px"), ffLatest("620px 164px")),
3901+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
38973902

38983903
/** The style property {@code webkitPerspectiveOriginX}. */
38993904
WEBKIT_PERSPECTIVE_ORIGIN_X("webkitPerspectiveOriginX", "webkit-perspective-origin-x", chromeAndEdgeEmpty()),
@@ -4019,15 +4024,15 @@ public enum Definition {
40194024

40204025
/** The style property {@code webkitTransformOrigin}. */
40214026
WEBKIT_TRANSFORM_ORIGIN("webkitTransformOrigin", "webkit-transform-origin",
4022-
ffEsr("622px 164px"), ffLatest("620px 164px"), chrome("620px 164px"), edge("616px 162px")),
4027+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px"), chrome("620px 164px"), edge("616px 162px")),
40234028

40244029
/** The style property {@code WebkitTransformOrigin}. */
40254030
WEBKIT_TRANSFORM_ORIGIN_("WebkitTransformOrigin", "webkit-transform-origin",
4026-
ffEsr("622px 164px"), ffLatest("620px 164px")),
4031+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
40274032

40284033
/** The style property {@code -webkit-transform-origin}. */
40294034
WEBKIT_TRANSFORM_ORIGIN__("-webkit-transform-origin", "webkit-transform-origin",
4030-
ffEsr("622px 164px"), ffLatest("620px 164px")),
4035+
ffEsr("622px 164.25px"), ffLatest("620px 164.25px")),
40314036

40324037
/** The style property {@code webkitTransformOriginX}. */
40334038
WEBKIT_TRANSFORM_ORIGIN_X("webkitTransformOriginX", "webkit-transform-origin-x", chromeAndEdgeEmpty()),

0 commit comments

Comments
 (0)