Aliaksandr Kalenik
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 years ago |
Tom
|
0bbf7a1b54
LibWeb: Refactor should_skip_anonymous_text_runs
|
2 years ago |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 years ago |
Aliaksandr Kalenik
|
daece542f5
LibWeb: Check if block creates BFC even if all it's children are inline
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Aliaksandr Kalenik
|
2b246d980a
LibWeb: Fix typo in calculate_inner_height
|
2 years ago |
Aliaksandr Kalenik
|
7bc7790912
LibWeb: Flex, grid and table containers should not create BFC
|
2 years ago |
Aliaksandr Kalenik
|
428db6e766
LibWeb: Return max margin box width from greatest_child_width
|
2 years ago |
Aliaksandr Kalenik
|
aa08c825ec
LibWeb: Support box-sizing in BFC
|
2 years ago |
Aliaksandr Kalenik
|
767cdf7b11
LibWeb: Return content box position from calculate_static_position
|
2 years ago |
Aliaksandr Kalenik
|
1b5b7e3b01
LibWeb: Solve width for absolute positioned elemenent according to spec
|
2 years ago |
Andreas Kling
|
bc807466f9
LibWeb: Finish half-written comment in abspos height calculation
|
2 years ago |
Andreas Kling
|
8a87f4fa20
LibWeb: Try to compute height for abspos elements before inside layout
|
2 years ago |
Andreas Kling
|
5e996b461c
LibWeb: Actually assign solved value for `left` in abspos width case 1
|
2 years ago |
Andreas Kling
|
305cb8a5d1
LibWeb: Treat unresolvable percentage sizes as auto on replaced elements
|
2 years ago |
Andreas Kling
|
db318aece0
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
|
2 years ago |
martinfalisse
|
f7bd1edde3
LibWeb: Calculate the height of the css grid correctly
|
2 years ago |
Andreas Kling
|
b289f97a65
LibWeb: Split intrinsic heights cache by definite available widths
|
2 years ago |
Andreas Kling
|
27a7c5ef40
LibWeb: Implement CSS fit-content algorithm precisely as spec says
|
2 years ago |
Andreas Kling
|
d7d8e3c78b
LibWeb: Resolve *all* percentages in abspos height calculation
|
2 years ago |
Timon Kruiper
|
8373a14835
LibWeb: Remove code duplication in computing height for abs-pos elements
|
2 years ago |
Samuel Bowman
|
ca0a0b7a93
LibWeb: Add missing else's in absolutely positioned height computation
|
2 years ago |
Andreas Kling
|
e6de382679
LibWeb: Constrain abspos element heights by min-height and max-height
|
2 years ago |
Andreas Kling
|
0e295f727a
LibWeb: Fix dumb typos in solver helpers for abspos height
|
2 years ago |
Andreas Kling
|
84953c5020
LibWeb: Calculate height of absolute-position elements according to spec
|
2 years ago |
Andreas Kling
|
0f2d5f91dc
LibWeb: Fix two uninitialized variables in FormattingContext
|
2 years ago |
Andreas Kling
|
b945d164e2
LibWeb: Split intrinsic heights cache based on available width
|
2 years ago |
Andreas Kling
|
5ff1fc4347
LibWeb: Make sure replaced elements never create a BFC
|
2 years ago |
Andreas Kling
|
829ba4afb9
LibWeb: Remove unnecessary verify_cast in greatest_child_width()
|
2 years ago |
Andreas Kling
|
9d50191dca
LibWeb: Tidy up FormattingContext::creates_block_formatting_context()
|
2 years ago |