diff --git a/css/properties.json b/css/properties.json index 4ee8cc83..7e0e0fff 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", @@ -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", diff --git a/css/syntaxes.json b/css/syntaxes.json index 10705c73..08b197e9 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -57,7 +57,7 @@ "syntax": "[ ? [ | ] ]* ? \n[ ? [ | ] ]* ?" }, "axis": { - "syntax": "block | inline | vertical | horizontal" + "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": " | " @@ -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" @@ -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( )" },