From 37f6c09984e968e1aac6296b34b2160c04fdfdca Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 24 Jan 2025 17:26:11 +0000 Subject: [PATCH] LibWeb/CSS: Add some FIXME comments for missing math-function features --- Libraries/LibWeb/CSS/MathFunctions.json | 2 ++ 1 file changed, 2 insertions(+) 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