1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

LibWeb: Add fit-content as a valid size value for CSS width

This commit is contained in:
Andreas Kling 2023-05-26 18:58:06 +02:00
parent 1dfb065a9c
commit 09eb3ef405
5 changed files with 12 additions and 1 deletions

View file

@ -1663,7 +1663,8 @@
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
"auto",
"fit-content"
],
"quirks": [
"unitless-length"