Aliaksandr Kalenik
|
d1e542999c
LibWeb: Ensure preceding offset is non-negative in `float_box()`
|
1 year ago |
Aliaksandr Kalenik
|
81ddad3fcf
LibWeb: Allow block level boxes to be floated and have clearance
|
1 year ago |
Aliaksandr Kalenik
|
a482166087
LibWeb: Bring html element height calculation closer to the spec
|
1 year ago |
Aliaksandr Kalenik
|
0fb571c1c2
LibWeb: Add `Length::resolved()` overload for CSSPixels
|
1 year ago |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 year ago |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 year ago |
Aliaksandr Kalenik
|
0060fe3095
LibWeb: Account for float intrusions in list marker x offset
|
1 year ago |
Andi Gallo
|
b6f9f4c28c
LibWeb: Fix handling of max-content containing block for floating box
|
1 year ago |
Andi Gallo
|
97ba1ff1f7
LibWeb: Remove unused variable from compute_height method
|
1 year ago |
Aliaksandr Kalenik
|
041d02cbb1
LibWeb: Replace to_px() with to_px_or_zero() in BlockFormattingContext
|
1 year ago |
Aliaksandr Kalenik
|
e25b1f76e1
LibWeb: Forbid usage of indefinite width in calculate_min{max}_height
|
1 year ago |
Aliaksandr Kalenik
|
9101c8d079
LibWeb: Use available space to resolve table container width
|
1 year ago |
Aliaksandr Kalenik
|
5003b1a421
LibWeb: Use automatic width to resolve min/max-width for inline boxes
|
1 year ago |
Aliaksandr Kalenik
|
b34b0a1cd3
LibWeb: Use root content width as automatic width if children inline
|
1 year ago |
Aliaksandr Kalenik
|
d32bf4cd41
LibWeb: Set min-width for inline child boxes after inside layout
|
1 year ago |
Karol Kosek
|
5b1aa2d55e
LibWeb: Don't collapse boxes with CSS clear property set
|
2 years ago |
Karol Kosek
|
142d498f14
LibWeb: Include anonymous boxes with no lines into computing BFC height
|
2 years ago |
Aliaksandr Kalenik
|
1f28fdacf0
LibWeb: Set max-width for inline child boxes after inside layout
|
1 year ago |
Andi Gallo
|
62f15f94d2
LibWeb: Better handling of floating boxes from inline formatting context
|
1 year ago |
Andi Gallo
|
6a17a30e2e
LibWeb: Handle overlapping floating box and left margin
|
2 years ago |
Andi Gallo
|
b12820c967
LibWeb: Handle float clearing specified on line break elements
|
1 year ago |
Emil Militzer
|
bf3144fcff
LibWeb: Prevent max-width expanding the width
|
2 years ago |
Andreas Kling
|
c83ae729d2
LibWeb: Resolve used insets for floating elements
|
2 years ago |
Sebastian Zaha
|
553694679e
LibWeb: Fix alternating-sides float positioning
|
2 years ago |
Andi Gallo
|
8b34af816e
LibWeb: Report border box width for tables in a block
|
2 years ago |
Luke Wilde
|
f4446cdf8c
LibWeb: Resolve padding against 0 and not inf for indefinite width more
|
2 years ago |
Andi Gallo
|
f154446a9f
LibWeb: Skip separate height computation for tables
|
2 years ago |
Andi Gallo
|
c5eeb303d8
LibWeb: Don't cap used width by available width from a constraint
|
2 years ago |
Andreas Kling
|
a988241f3f
LibWeb: Resolve % min-sizes against 0 while under min-content constraint
|
2 years ago |
kamp
|
4ac7c41483
LibWeb: Add -libweb-left and -libweb-right text-align values
|
2 years ago |