mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
LibWeb/CSS: Add some FIXME comments for missing math-function features
This commit is contained in:
parent
46b9497a66
commit
37f6c09984
Notes:
github-actions[bot]
2025-01-30 18:33:29 +00:00
Author: https://github.com/AtkinsSJ
Commit: 37f6c09984
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3383
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"clamp": {
|
"clamp": {
|
||||||
|
"__comment": "FIXME: Support `none` keyword for min or max.",
|
||||||
"parameter-validation": "consistent",
|
"parameter-validation": "consistent",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
@ -197,6 +198,7 @@
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"__comment": "FIXME: This is supposed to be optional, defaulting to 1, if the value is a <number>.",
|
||||||
"name": "interval",
|
"name": "interval",
|
||||||
"type": "<number>|<dimension>|<percentage>",
|
"type": "<number>|<dimension>|<percentage>",
|
||||||
"required": true
|
"required": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue