mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
LibWeb: Allow intrinsic size keywords for min-height
and max-height
This commit is contained in:
parent
5a9d538acc
commit
c5a54f1166
Notes:
github-actions[bot]
2024-10-27 20:03:41 +00:00
Author: https://github.com/awesomekling
Commit: c5a54f1166
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2007
5 changed files with 23 additions and 17 deletions
|
@ -1905,6 +1905,9 @@
|
|||
"percentage [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"fit-content",
|
||||
"max-content",
|
||||
"min-content",
|
||||
"none"
|
||||
],
|
||||
"percentages-resolve-to": "length",
|
||||
|
@ -1947,7 +1950,10 @@
|
|||
"percentage [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"auto"
|
||||
"auto",
|
||||
"fit-content",
|
||||
"max-content",
|
||||
"min-content"
|
||||
],
|
||||
"percentages-resolve-to": "length",
|
||||
"quirks": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue