mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/CSS: Add some FIXME comments for missing math-function features
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user