1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00

LibWeb/CSS: Resolve value of "height" in special way according to spec

Per spec value of height should be resolved to used value if "display"
property is not "none" or "contents".
This commit is contained in:
Aliaksandr Kalenik 2024-02-05 09:43:55 +01:00 committed by Andreas Kling
parent 582bf1eaf3
commit 7411f66fcf
2 changed files with 15 additions and 5 deletions

View file

@ -81,7 +81,7 @@ grid-row-start: auto
grid-template-areas:
grid-template-columns:
grid-template-rows:
height: auto
height: 1411px
image-rendering: auto
inset-block-end: auto
inset-block-start: auto