@@ -814,6 +814,9 @@ public enum Definition {
814814 /** The style property {@code caption-side}. */
815815 CAPTION_SIDE_ ("caption-side" , "caption-side" , ff ("top" )),
816816
817+ /** The style property {@code caretAnimation}. */
818+ CARET_ANIMATION ("caretAnimation" , "caret-animation" , chromeAndEdgeAuto ()),
819+
817820 /** The style property {@code caretColor}. */
818821 CARET_COLOR ("caretColor" , "caret-color" , chromeAndEdge ("rgb(0, 0, 0)" ), ff ("rgb(0, 0, 0)" )),
819822
@@ -2818,6 +2821,9 @@ public enum Definition {
28182821 /** The style property {@code scroll-snap-type}. */
28192822 SCROLL_SNAP_TYPE_ ("scroll-snap-type" , "scroll-snap-type" , ffNone ()),
28202823
2824+ /** The style property {@code scrollTargetGroup}. */
2825+ SCROLL_TARGET_GROUP ("scrollTargetGroup" , "scroll-target-group" , chromeAndEdgeNone ()),
2826+
28212827 /** The style property {@code scrollTimeline}. */
28222828 SCROLL_TIMELINE ("scrollTimeline" , "scroll-timeline" , chromeAndEdgeNone ()),
28232829
@@ -2983,6 +2989,9 @@ public enum Definition {
29832989 /** The style property {@code text-anchor}. */
29842990 TEXT_ANCHOR_ ("text-anchor" , "text-anchor" , ff ("start" )),
29852991
2992+ /** The style property {@code textAutospace}. */
2993+ TEXT_AUTOSPACE ("textAutospace" , "text-Autospace" , chromeAndEdge ("no-autospace" )),
2994+
29862995 /** The style property {@code textBox}. */
29872996 TEXT_BOX ("textBox" , "text-box" , chromeAndEdgeNormal ()),
29882997
@@ -2999,7 +3008,7 @@ public enum Definition {
29993008 TEXT_COMBINE_UPRIGHT_ ("text-combine-upright" , "text-combine-upright" , ffNone ()),
30003009
30013010 /** The style property {@code textDecoration}. */
3002- TEXT_DECORATION ("textDecoration" , "text-decoration" , chromeAndEdge ("none solid rgb(0, 0, 0)" ),
3011+ TEXT_DECORATION ("textDecoration" , "text-decoration" , chromeAndEdge ("rgb(0, 0, 0)" ),
30033012 ff ("rgb(0, 0, 0)" )),
30043013
30053014 /** The style property {@code text-decoration}. */
@@ -3268,6 +3277,9 @@ public enum Definition {
32683277 /** The style property {@code viewTransitionClass}. */
32693278 VIEW_TRANSITION_CLASS ("viewTransitionClass" , "view-transition-class" , chromeAndEdgeNone ()),
32703279
3280+ /** The style property {@code viewTransitionGroup}. */
3281+ VIEW_TRANSITION_GROUP ("viewTransitionGroup" , "view-transition-group" , chromeAndEdgeNormal ()),
3282+
32713283 /** The style property {@code viewTransitionName}. */
32723284 VIEW_TRANSITION_NAME ("viewTransitionName" , "view-transition-name" , chromeAndEdgeNone ()),
32733285
0 commit comments