diff --git a/css/properties.json b/css/properties.json index e5b32279f..a81b56f3f 100644 --- a/css/properties.json +++ b/css/properties.json @@ -5980,7 +5980,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation" }, "height": { - "syntax": "auto | | | min-content | max-content | fit-content | fit-content()", + "syntax": "auto | | min-content | max-content | fit-content | fit-content() | | ", "media": "visual", "inherited": false, "animationType": "lpc", @@ -7288,7 +7288,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/max-block-size" }, "max-height": { - "syntax": "none | | min-content | max-content | fit-content | fit-content()", + "syntax": "none | | min-content | max-content | fit-content | fit-content() | | ", "media": "visual", "inherited": false, "animationType": "lpc", @@ -7335,7 +7335,7 @@ "status": "experimental" }, "max-width": { - "syntax": "none | | min-content | max-content | fit-content | fit-content()", + "syntax": "none | | min-content | max-content | fit-content | fit-content() | | ", "media": "visual", "inherited": false, "animationType": "lpc", @@ -7367,7 +7367,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min-block-size" }, "min-height": { - "syntax": "auto | | | min-content | max-content | fit-content | fit-content()", + "syntax": "auto | | min-content | max-content | fit-content | fit-content() | | ", "media": "visual", "inherited": false, "animationType": "lpc", @@ -7399,7 +7399,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min-inline-size" }, "min-width": { - "syntax": "auto | | | min-content | max-content | fit-content | fit-content()", + "syntax": "auto | | min-content | max-content | fit-content | fit-content() | | ", "media": "visual", "inherited": false, "animationType": "lpc", @@ -10679,7 +10679,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/widows" }, "width": { - "syntax": "auto | | | min-content | max-content | fit-content | fit-content()", + "syntax": "auto | | min-content | max-content | fit-content | fit-content() | | ", "media": "visual", "inherited": false, "animationType": "lpc",