mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Accept fit-content as a value for min-width and max-width
This starts working immediately in BFC thanks to calculate_inner_width being used for width constraints. :^)
This commit is contained in:
parent
1bb4e5c428
commit
8ba7bd1b67
3 changed files with 30 additions and 0 deletions
|
@ -1235,6 +1235,7 @@
|
|||
"percentage [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"fit-content",
|
||||
"none"
|
||||
],
|
||||
"quirks": [
|
||||
|
@ -1265,6 +1266,7 @@
|
|||
],
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"fit-content",
|
||||
"none"
|
||||
],
|
||||
"quirks": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue