mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
This object contains all the CSS "used values" as seen during the layout process, so calling it "used values" seems appropriate. :^)
This commit is contained in:
parent
52862c72d0
commit
9b46091f38
Notes:
sideshowbarker
2024-07-17 08:52:15 +09:00
Author: https://github.com/awesomekling
Commit: 9b46091f38
10 changed files with 76 additions and 76 deletions
|
@ -25,7 +25,7 @@ enum class LayoutMode {
|
|||
Normal,
|
||||
|
||||
// Intrinsic size determination.
|
||||
// Boxes honor min-content and max-content constraints (set via LayoutState::NodeState::{width,height}_constraint)
|
||||
// Boxes honor min-content and max-content constraints (set via LayoutState::UsedValues::{width,height}_constraint)
|
||||
// by considering their containing block to be 0-sized or infinitely large in the relevant axis.
|
||||
IntrinsicSizeDetermination,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue