Skip to content

Commit 83cf3ac

Browse files
committed
jdoc fix
1 parent 3ced867 commit 83cf3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3117,7 +3117,7 @@ public enum Definition {
31173117
/** The style property {@code transitionBehavior}. */
31183118
TRANSITION_BEHAVIOR("transitionBehavior", "transition-behavior", chromeAndEdgeNormal(), ffLatest("normal")),
31193119

3120-
/** The style property {@code transitionBehavior}. */
3120+
/** The style property {@code transition-behavior}. */
31213121
TRANSITION_BEHAVIOR_("transition-behavior", "transition-behavior", ffLatest("normal")),
31223122

31233123
/** The style property {@code transitionDelay}. */
@@ -3717,7 +3717,7 @@ public enum Definition {
37173717
WEBKIT_FONT_FEATURE_SETTINGS_("WebkitFontFeatureSettings", "webkit-font-feature-settings",
37183718
ffLatest("normal")),
37193719

3720-
/** The style property {@code webkitFontFeatureSettings}. */
3720+
/** The style property {@code -webkit-font-feature-settings}. */
37213721
WEBKIT_FONT_FEATURE_SETTINGS__("-webkit-font-feature-settings", "webkit-font-feature-settings",
37223722
ffLatest("normal")),
37233723

0 commit comments

Comments
 (0)