From f721e8ccedcb5d6615a0f387d27eba86067de802 Mon Sep 17 00:00:00 2001 From: Levent Dag Date: Tue, 23 Jun 2026 10:32:55 +0200 Subject: [PATCH] FIX: "font-Width" -> "font-width" --- org/w3c/css/properties/css/fontface/CssFontWidth.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/w3c/css/properties/css/fontface/CssFontWidth.java b/org/w3c/css/properties/css/fontface/CssFontWidth.java index 742bfae33..2000cdb58 100644 --- a/org/w3c/css/properties/css/fontface/CssFontWidth.java +++ b/org/w3c/css/properties/css/fontface/CssFontWidth.java @@ -53,7 +53,7 @@ public Object get() { * Returns the name of this property */ public final String getPropertyName() { - return "font-Width"; + return "font-width"; } /**