diff --git a/Libraries/LibWeb/CSS/MathFunctions.json b/Libraries/LibWeb/CSS/MathFunctions.json index c3d3ff4de46..ec5cd633e5a 100644 --- a/Libraries/LibWeb/CSS/MathFunctions.json +++ b/Libraries/LibWeb/CSS/MathFunctions.json @@ -51,6 +51,7 @@ ] }, "clamp": { + "__comment": "FIXME: Support `none` keyword for min or max.", "parameter-validation": "consistent", "parameters": [ { @@ -197,6 +198,7 @@ "required": true }, { + "__comment": "FIXME: This is supposed to be optional, defaulting to 1, if the value is a .", "name": "interval", "type": "||", "required": true