diff --git a/css/properties.json b/css/properties.json index 6847ec92..ec5de0e5 100644 --- a/css/properties.json +++ b/css/properties.json @@ -4750,7 +4750,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/field-sizing" }, "fill": { - "syntax": "none | | [none | ]? | context-fill | context-stroke", + "syntax": "", "media": "visual", "inherited": true, "animationType": "byComputedValueType", @@ -9462,7 +9462,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-rendering" }, "stroke": { - "syntax": "none | | [none | ]? | context-fill | context-stroke", + "syntax": "", "media": "visual", "inherited": true, "animationType": [ diff --git a/css/syntaxes.json b/css/syntaxes.json index 4a0ce22e..98b8ea55 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -608,6 +608,9 @@ "path()": { "syntax": "path( [ , ]? )" }, + "paint": { + "syntax": "none | | [none | ]? | context-fill | context-stroke" + }, "paint()": { "syntax": "paint( , ? )" },