Andreas Kling
|
bdb67d2bcb
LibWeb: Use LayoutState::UsedValues::containing_block_used_values() more
|
9 달 전 |
Aliaksandr Kalenik
|
90b8bfc04c
LibWeb: Save layout mode inside formatting context object
|
9 달 전 |
Aliaksandr Kalenik
|
623e358d7a
LibWeb: Remove `box` argument from FormattingContext::run()
|
9 달 전 |
Sam Atkins
|
9e32c9329a
LibWeb: Reserve enough space for span>1 columns in BorderConflictFinder
|
11 달 전 |
Andreas Kling
|
34f2cbf202
LibWeb: Honor intrinsic constraints on available space in table widths
|
1 년 전 |
Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 년 전 |
Aliaksandr Kalenik
|
7b75d0c1f0
LibWeb: Fix height distribution in "vertical-align: baseline" in TFC
|
1 년 전 |
Aliaksandr Kalenik
|
6fc59039c4
LibWeb: Skip cells layout in table box width calculation
|
1 년 전 |
Tim Ledbetter
|
58df9c45b9
LibWeb: Avoid division by zero when computing table width
|
1 년 전 |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 년 전 |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 년 전 |
Aliaksandr Kalenik
|
4676b288a2
LibWeb: Set table width to GRIDMAX if calculated value is max-content
|
1 년 전 |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 년 전 |
Aliaksandr Kalenik
|
8d05ff1fe7
LibWeb: Print FIXME if vertical-align value is not supported in TFC
|
1 년 전 |
Aliaksandr Kalenik
|
0fb571c1c2
LibWeb: Add `Length::resolved()` overload for CSSPixels
|
1 년 전 |
Andi Gallo
|
4a124333c8
LibWeb: Add back undistributable space when adjusting table width
|
1 년 전 |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 년 전 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 년 전 |
Andi Gallo
|
29352f570a
LibWeb: Fix table column constrainedness
|
1 년 전 |
Andi Gallo
|
769f11f9ae
LibWeb: Implement table missing cells fixup
|
1 년 전 |
Andi Gallo
|
4c0816b002
LibWeb: Move table grid slots functionality to separate module
|
1 년 전 |
Andi Gallo
|
65854c3411
LibWeb: Set table wrapper width from the table box
|
1 년 전 |
Aliaksandr Kalenik
|
e9a718ff88
LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()`
|
1 년 전 |
Andi Gallo
|
d5f54956ba
LibWeb: Use the auto table width formula if it cannot be resolved
|
1 년 전 |
Andi Gallo
|
bc8c2b2bc2
LibWeb: Use cell width instead available width to compute height
|
1 년 전 |
Aliaksandr Kalenik
|
c102bcda9b
LibWeb: Replace to_px() with to_px_or_zero() in TableFormattingContext
|
1 년 전 |
Aliaksandr Kalenik
|
e25b1f76e1
LibWeb: Forbid usage of indefinite width in calculate_min{max}_height
|
1 년 전 |
Aliaksandr Kalenik
|
9101c8d079
LibWeb: Use available space to resolve table container width
|
1 년 전 |
Andi Gallo
|
ada05ab4e4
LibWeb: Implement fixed table layout
|
1 년 전 |
Andi Gallo
|
7b0b501418
LibWeb: Improve adjustment of automatic table width with percentages
|
1 년 전 |