mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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
Notes:
github-actions[bot]
2025-01-30 18:33:29 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/37f6c09984e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3383
@@ -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