mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
LibHTML: Implement basic block height computation
..and add vertical box properties to the layout tree dumps.
This commit is contained in:
parent
70eca3b500
commit
fc43cf929d
4 changed files with 72 additions and 18 deletions
|
@ -19,5 +19,6 @@ private:
|
|||
virtual bool is_block() const override { return true; }
|
||||
|
||||
void compute_width();
|
||||
void compute_position();
|
||||
void compute_height();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue