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

LibHTML: Add Length and LengthBox classes.

We need a way to represent values that are "auto", so adding a Length class
seems like the easiest way to achieve that.
This commit is contained in:
Andreas Kling 2019-07-01 17:17:32 +02:00
parent a190f67450
commit 33ac0de988
4 changed files with 49 additions and 18 deletions

View file

@ -21,10 +21,8 @@ void LayoutBlock::layout()
void LayoutBlock::compute_width()
{
}
void LayoutBlock::compute_height()
{
}