@@ -930,7 +930,7 @@ public enum Definition {
930930 COLUMN_WIDTH_ ("column-width" , "column-width" , ff ("auto" )),
931931
932932 /** The style property {@code columns}. */
933- COLUMNS ("columns" , "columns" , chromeAndEdge ( "auto" ), ff ("auto" )),
933+ COLUMNS ("columns" , "columns" , chromeAndEdgeAuto ( ), ff ("auto" )),
934934
935935 /** The style property {@code contain}. */
936936 CONTAIN ("contain" , "contain" , chromeAndEdgeNone (), ffNone ()),
@@ -1372,7 +1372,7 @@ public enum Definition {
13721372 ffNone ()),
13731373
13741374 /** The style property {@code gridArea}. */
1375- GRID_AREA ("gridArea" , "grid-area" , chromeAndEdge ( "auto" ), ff ("auto" )),
1375+ GRID_AREA ("gridArea" , "grid-area" , chromeAndEdgeAuto ( ), ff ("auto" )),
13761376
13771377 /** The style property {@code grid-area}. */
13781378 GRID_AREA_ ("grid-area" , "grid-area" , ff ("auto" )),
@@ -1396,7 +1396,7 @@ public enum Definition {
13961396 GRID_AUTO_ROWS_ ("grid-auto-rows" , "grid-auto-rows" , ff ("auto" )),
13971397
13981398 /** The style property {@code gridColumn}. */
1399- GRID_COLUMN ("gridColumn" , "grid-column" , chromeAndEdge ( "auto" ), ff ("auto" )),
1399+ GRID_COLUMN ("gridColumn" , "grid-column" , chromeAndEdgeAuto ( ), ff ("auto" )),
14001400
14011401 /** The style property {@code grid-column}. */
14021402 GRID_COLUMN_ ("grid-column" , "grid-column" , ff ("auto" )),
@@ -1426,7 +1426,7 @@ public enum Definition {
14261426 GRID_GAP_ ("grid-gap" , "grid-gap" , ffNormal ()),
14271427
14281428 /** The style property {@code gridRow}. */
1429- GRID_ROW ("gridRow" , "grid-row" , chromeAndEdge ( "auto" ), ff ("auto" )),
1429+ GRID_ROW ("gridRow" , "grid-row" , chromeAndEdgeAuto ( ), ff ("auto" )),
14301430
14311431 /** The style property {@code grid-row}. */
14321432 GRID_ROW_ ("grid-row" , "grid-row" , ff ("auto" )),
@@ -1570,7 +1570,16 @@ public enum Definition {
15701570 INSET_INLINE_START_ ("inset-inline-start" , "inset-inline-start" , ff ("auto" )),
15711571
15721572 /** The style property {@code interactivity}. */
1573- INTERACTIVITY ("interactivity" , "interpolate-size" , chromeAndEdge ("auto" )),
1573+ INTERACTIVITY ("interactivity" , "interactivity" , chromeAndEdgeAuto ()),
1574+
1575+ /** The style property {@code interestDelay}. */
1576+ INTEREST_DELAY ("interestDelay" , "interest-delay" , chromeAndEdgeNormal ()),
1577+
1578+ /** The style property {@code interestDelayEnd}. */
1579+ INTEREST_DELAY_END ("interestDelayEnd" , "interest-delay-end" , chromeAndEdgeNormal ()),
1580+
1581+ /** The style property {@code interestDelayStart}. */
1582+ INTEREST_DELAY_START ("interestDelayStart" , "interest-delay-start" , chromeAndEdgeNormal ()),
15741583
15751584 /** The style property {@code interpolateSize}. */
15761585 INTERPOLATE_SIZE ("interpolateSize" , "interpolate-size" , chromeAndEdge ("numeric-only" )),
@@ -2569,7 +2578,7 @@ public enum Definition {
25692578 POSITION_TRY_ORDER ("positionTryOrder" , "position-try-order" , chromeAndEdgeNormal ()),
25702579
25712580 /** The style property {@code positionVisibility}. */
2572- POSITION_VISIBILITY ("positionVisibility" , "position-visibility" , chromeAndEdge ("always " )),
2581+ POSITION_VISIBILITY ("positionVisibility" , "position-visibility" , chromeAndEdge ("anchors-visible " )),
25732582
25742583 /** The style property {@code prefix}. */
25752584 PREFIX ("prefix" , "prefix" , chromeAndEdgeEmpty ()),
@@ -3705,7 +3714,7 @@ public enum Definition {
37053714 WEBKIT_COLUMN_WIDTH ("webkitColumnWidth" , "webkit-column-width" , chromeAndEdgeAuto ()),
37063715
37073716 /** The style property {@code webkitColumns}. */
3708- WEBKIT_COLUMNS ("webkitColumns" , "webkit-columns" , chromeAndEdge ( "auto" )),
3717+ WEBKIT_COLUMNS ("webkitColumns" , "webkit-columns" , chromeAndEdgeAuto ( )),
37093718
37103719 /** The style property {@code webkitFilter}. */
37113720 WEBKIT_FILTER ("webkitFilter" , "webkit-filter" , chromeAndEdgeNone (), ffNone ()),
0 commit comments