Andreas Kling
|
af004ff0ef
LibWeb: Support `min-content` for `width`, `min-width` and `max-width`
|
2 years ago |
Andreas Kling
|
97c510329c
LibWeb: Support `max-content` for `width`, `min-width` and `max-width`
|
2 years ago |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 years ago |
Andreas Kling
|
1bb4e5c428
LibWeb: Support fit-content width for block-level boxes
|
2 years ago |
Andreas Kling
|
299775345d
LibWeb: Allow calculating intrinsic sizes of non-FC-roots
|
2 years ago |
Andi Gallo
|
5cec517153
LibWeb: Get reference height from closest non-anonymous ancestor
|
2 years ago |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 years ago |
Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 years ago |
Andreas Kling
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 years ago |
Andi Gallo
|
9a6a635e51
LibWeb: Fix for absolutely positioned elements with specified height
|
2 years ago |
MacDue
|
1012947a30
LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()
|
2 years ago |
Andreas Kling
|
197efc8985
LibWeb: Improve handling of min/max constraint violations on images
|
2 years ago |
Andreas Kling
|
90b21890c5
LibWeb: Remove dead code in compute_width_for_replaced_element()
|
2 years ago |
Andreas Kling
|
fc3c3aef22
LibWeb: Enforce min/max height constraints on abspos replaced boxes
|
2 years ago |
Andreas Kling
|
6ccb77a9b8
LibWeb: Stop using weird Length::resolved() in {Block,}FormattingContext
|
2 years ago |
Andreas Kling
|
07815dacf8
LibWeb: Don't use weird resolved() when calculating abspos box height
|
2 years ago |
Andreas Kling
|
7eb9e730e0
LibWeb: Remove unused variable in FormattingContext
|
2 years ago |
Andreas Kling
|
4699365a64
LibWeb: Stop using weird resolved() in calculate_inner_{width,height}()
|
2 years ago |
Andreas Kling
|
452a527ff3
LibWeb: Don't use weird resolved() for insets in FormattingContext
|
2 years ago |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 years ago |
Andreas Kling
|
f09391dd7f
LibWeb: Remove debug spam when creating a dummy formatting context
|
2 years ago |
Andreas Kling
|
ecd3d0935a
LibWeb: Re-lookup the intrinsic sizing cache slot after doing the layout
|
2 years ago |
Aliaksandr Kalenik
|
34b1186272
LibWeb: Remove early resolve to auto while calculating border-box width
|
2 years ago |
Aliaksandr Kalenik
|
0318ac5ce4
LibWeb: Remove setting length to 0px if it is not definite
|
2 years ago |
Andreas Kling
|
968db96101
LibWeb: Show formatting context roots in layout tree dumps
|
2 years ago |
matcool
|
cc33a57620
LibWeb: Use intrinsic aspect ratio when calculating max content height
|
2 years ago |
Andreas Kling
|
ca290b27ea
LibWeb: Make box content sizes indefinite before intrinsic sizing
|
2 years ago |
Andreas Kling
|
4bf10674fa
LibWeb: Don't allow resolved height of abspos elements to become negative
|
2 years ago |
Andreas Kling
|
3f6f3966b9
LibWeb: Don't allow resolved width of abspos elements to become negative
|
2 years ago |
Andreas Kling
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 years ago |