Skip to content

Commit bd15167

Browse files
committed
style fixes
1 parent 838bcf8 commit bd15167

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,10 +1317,10 @@ public enum Definition {
13171317
FONT_VARIANT_EAST_ASIAN_("font-variant-east-asian", "font-variant-east-asian", ffNormal()),
13181318

13191319
/** The style property {@code fontVariantEmoji}. */
1320-
FONT_VARIANT_EMOKJI("fontVariantEmoji", "font-variant-emoji", ffLatest("normal"), chromeAndEdgeNormal()),
1320+
FONT_VARIANT_EMOJI("fontVariantEmoji", "font-variant-emoji", ffLatest("normal"), chromeAndEdgeNormal()),
13211321

1322-
/** The style property {@code fontVariantEmoji}. */
1323-
FONT_VARIANT_EMOKJI_("font-variant-emoji", "font-variant-emoji", ffLatest("normal")),
1322+
/** The style property {@code font-variant-emoji}. */
1323+
FONT_VARIANT_EMOJI_("font-variant-emoji", "font-variant-emoji", ffLatest("normal")),
13241324

13251325
/** The style property {@code fontVariantLigatures}. */
13261326
FONT_VARIANT_LIGATURES("fontVariantLigatures", "font-variant-ligatures", ffNormal(), chromeAndEdgeNormal()),
@@ -2607,7 +2607,7 @@ public enum Definition {
26072607
/** The style property {@code resize}. */
26082608
RESIZE("resize", "resize", ffNone(), chromeAndEdgeNone()),
26092609

2610-
/** The style property {@code resize}. */
2610+
/** The style property {@code result}. */
26112611
RESULT("result", "result", chromeAndEdge("")),
26122612

26132613
/** The style property {@code right}. */

0 commit comments

Comments
 (0)