LibWeb/CSS: Add some FIXME comments for missing math-function features

This commit is contained in:
Sam Atkins 2025-01-24 17:26:11 +00:00 committed by Andreas Kling
commit 37f6c09984
Notes: github-actions[bot] 2025-01-30 18:33:29 +00:00

View file

@ -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 <number>.",
"name": "interval",
"type": "<number>|<dimension>|<percentage>",
"required": true