mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Support CSS random() function step argument
This commit is contained in:
parent
2a5e389f63
commit
bad9efac22
Notes:
github-actions[bot]
2025-12-01 11:01:59 +00:00
Author: https://github.com/Calme1709
Commit: bad9efac22
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6707
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/gmta
5 changed files with 122 additions and 55 deletions
|
|
@ -187,6 +187,11 @@
|
|||
"name": "maximum",
|
||||
"type": "<number>|<dimension>|<percentage>",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "step",
|
||||
"type": "<number>|<dimension>|<percentage>",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue