Andreas Kling
|
40bd2cb611
LibWeb: Move initial containing block setup out of BFC
|
3 years ago |
Andreas Kling
|
63345c4dfc
LibWeb: Rename Layout::Box absolute rect helpers
|
3 years ago |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 years ago |
Sam Atkins
|
ce0de4b2b4
LibWeb: Allow LengthPercentage to hold a calculated value
|
3 years ago |
Andreas Kling
|
54beb7433e
LibWeb: Place block-level boxes vertically before formatting them inside
|
3 years ago |
Andreas Kling
|
bb6af641d4
LibWeb: Unify placement of replaced and non-replaced elements in BFC
|
3 years ago |
Andreas Kling
|
9a48368280
LibWeb: Simplify code that compute initial child positions in BFC
|
3 years ago |
Andreas Kling
|
d58f60c953
LibWeb: Unify code for assigning vertical box model metrics in BFC
|
3 years ago |
Andreas Kling
|
00bd17034d
LibWeb: Make IFC aware that its parent is always a BFC
|
3 years ago |
Andreas Kling
|
83a6e698a0
LibWeb: Move rect-in-coordinate-space helper to Layout::Box
|
3 years ago |
Andreas Kling
|
6ca90b8d57
LibWeb: Take full border box into account when vertically placing floats
|
3 years ago |
Andreas Kling
|
f5c5efa067
LibWeb: Allow CSS floating objects to flow across multiple lines
|
3 years ago |
Andreas Kling
|
0ea438e45b
LibWeb: Put BFC floating object state into a struct
|
3 years ago |
Sam Atkins
|
bfcbab0dcf
LibWeb: Remove reference_for_percent parameter from Length::resolved()
|
3 years ago |
Sam Atkins
|
dc681913e8
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
|
3 years ago |
Sam Atkins
|
7196570f9b
LibWeb: Cast unused smart-pointer return values to void
|
3 years ago |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
3 years ago |
Andreas Kling
|
49916f494d
LibWeb: Don't try to layout list-item markers in BFC
|
3 years ago |
Andreas Kling
|
76fa57713d
LibWeb: Use border edges when computing overflow for the ICB
|
3 years ago |
Ben Wiederhake
|
934360583f
LibWeb: Remove duplicated auto height computation
|
3 years ago |
Andreas Kling
|
ca154723f7
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
|
3 years ago |
Andreas Kling
|
877ddaa016
LibWeb: Fix off-by-one in initial containing block overflow calculation
|
3 years ago |
Andreas Kling
|
f2d0e8d0ee
LibWeb: Expose FormattingContext type
|
3 years ago |
Andreas Kling
|
07096b7765
LibWeb: Compute horizontal overflow for the initial containing block
|
3 years ago |
Andreas Kling
|
27d4ac316f
LibWeb: Introduce simple scrollable overflow, size ICB to viewport
|
3 years ago |
Andreas Kling
|
f73aa8e2bd
LibWeb: Move line boxes from Layout::Box to BlockContainer
|
3 years ago |
Andreas Kling
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
3 years ago |
Andreas Kling
|
5408913b22
LibWeb: Add BlockFormattingContext::root()
|
3 years ago |
Tobias Christiansen
|
a501a02851
LibWeb: Ignore negative margins for calculating height in a BFC
|
3 years ago |
Tobias Christiansen
|
6e1f6bd684
LibWeb: Add transform: translateY() support
|
3 years ago |