mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/CSS: Add some FIXME comments for missing math-function features
This commit is contained in:
committed by
Andreas Kling
parent
46b9497a66
commit
37f6c09984
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user