From 5d422f2d2f8dcdbd53f11268b26c5979feb75471 Mon Sep 17 00:00:00 2001 From: Pamela Lozano Date: Tue, 8 Oct 2024 14:01:11 -0700 Subject: [PATCH 1/5] Update aspect-ratio property --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index b3661913..7ebcdbbf 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2085,7 +2085,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance" }, "aspect-ratio": { - "syntax": "auto | ", + "syntax": "[ auto | ]{1,2}", "media": "all", "inherited": false, "animationType": "byComputedValueType", From 06e042c2c27b174b77ac583a6e524cf3ca8e46f3 Mon Sep 17 00:00:00 2001 From: Pamela Lozano Date: Tue, 8 Oct 2024 15:24:13 -0700 Subject: [PATCH 2/5] Update syntaxes for animation-timeline --- css/properties.json | 2 +- css/syntaxes.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/properties.json b/css/properties.json index 7ebcdbbf..db47f57d 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2085,7 +2085,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance" }, "aspect-ratio": { - "syntax": "[ auto | ]{1,2}", + "syntax": "auto | | auto | auto", "media": "all", "inherited": false, "animationType": "byComputedValueType", diff --git a/css/syntaxes.json b/css/syntaxes.json index 10705c73..06611209 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -57,7 +57,7 @@ "syntax": "[ ? [ | ] ]* ? \n[ ? [ | ] ]* ?" }, "axis": { - "syntax": "block | inline | vertical | horizontal" + "syntax": "block | inline | vertical | horizontal | x | y" }, "baseline-position": { "syntax": "[ first | last ]? baseline" @@ -714,7 +714,7 @@ "syntax": "scroll( [ || ]? )" }, "scroller": { - "syntax": "root | nearest" + "syntax": "root | nearest | self" }, "self-position": { "syntax": "center | start | end | self-start | self-end | flex-start | flex-end" From 0f088fd2740275f9ca2c0ae32bfa8c6745c91ff7 Mon Sep 17 00:00:00 2001 From: Pamela Lozano Date: Tue, 8 Oct 2024 16:06:08 -0700 Subject: [PATCH 3/5] Update forced-color-adjust --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index db47f57d..85bc650f 100644 --- a/css/properties.json +++ b/css/properties.json @@ -5550,7 +5550,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-weight" }, "forced-color-adjust": { - "syntax": "auto | none", + "syntax": "auto | none | preserve-parent-color", "media": "visual", "inherited": true, "animationType": "notAnimatable", From a2cbd0668369ee452799ebff72a8e40a216f916d Mon Sep 17 00:00:00 2001 From: Pamela Lozano Date: Wed, 9 Oct 2024 10:51:25 -0700 Subject: [PATCH 4/5] Add --- css/properties.json | 2 +- css/syntaxes.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/properties.json b/css/properties.json index 85bc650f..6efbe58d 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2085,7 +2085,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance" }, "aspect-ratio": { - "syntax": "auto | | auto | auto", + "syntax": "auto || ", "media": "all", "inherited": false, "animationType": "byComputedValueType", diff --git a/css/syntaxes.json b/css/syntaxes.json index 06611209..08b197e9 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -57,7 +57,7 @@ "syntax": "[ ? [ | ] ]* ? \n[ ? [ | ] ]* ?" }, "axis": { - "syntax": "block | inline | vertical | horizontal | x | y" + "syntax": "block | inline | x | y" }, "baseline-position": { "syntax": "[ first | last ]? baseline" @@ -123,7 +123,7 @@ "syntax": "" }, "color": { - "syntax": " | | | | | | | | | | currentcolor | " + "syntax": " | | | | | | | | | | | | | | currentcolor | transparent" }, "color-stop": { "syntax": " | " @@ -812,6 +812,9 @@ "symbol": { "syntax": " | | " }, + "system-color": { + "syntax": "AccentColor | AccentColorText | ActiveText | ButtonBorder | ButtonFace | ButtonText | Canvas | CanvasText | Field | FieldText | GrayText | Highlight | HighlightText | LinkText | Mark | MarkText | SelectedItem | SelectedItemText | VisitedText" + }, "tan()": { "syntax": "tan( )" }, From 0fd555bc0eeddb171a971acd36341931fd19deea Mon Sep 17 00:00:00 2001 From: Pamela Lozano Date: Wed, 30 Oct 2024 12:17:42 -0700 Subject: [PATCH 5/5] Add percentage to scale --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index e5ef0e8a..533dace2 100644 --- a/css/properties.json +++ b/css/properties.json @@ -8720,7 +8720,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ry" }, "scale": { - "syntax": "none | {1,3}", + "syntax": "none | [ | ]{1,3}", "media": "visual", "inherited": false, "animationType": "transform",