From 5482644a94a087f45442402fb153c4c8f65e1abb Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:09:30 +0800 Subject: [PATCH 1/2] Update syntax for `text-transform:math-auto` --- css/properties.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/properties.json b/css/properties.json index ebba0bdf..28c1da50 100644 --- a/css/properties.json +++ b/css/properties.json @@ -10121,13 +10121,14 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-spacing-trim" }, "text-transform": { - "syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana", + "syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana | math-auto", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ - "CSS Text" + "CSS Text", + "MathML" ], "initial": "none", "appliesto": "allElements", From 05dca2c715388ed0f2fad20fc3eda41a399f7c81 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:15:56 +0800 Subject: [PATCH 2/2] Update css/properties.json --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 28c1da50..ac50fb22 100644 --- a/css/properties.json +++ b/css/properties.json @@ -10121,7 +10121,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-spacing-trim" }, "text-transform": { - "syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana | math-auto", + "syntax": "none | [ capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto", "media": "visual", "inherited": true, "animationType": "discrete",