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
parent 46b9497a66
commit 37f6c09984

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