Aliaksandr Kalenik
|
c302c4081b
LibWeb: Layout table rows that do not belong to table row group
|
2 years ago |
Aliaksandr Kalenik
|
ca123350cc
LibWeb: Inherit TableFormattingContext from FC instead of BFC
|
2 years ago |
Aliaksandr Kalenik
|
fae0b96fe4
LibWeb: Add vertical-align support for table cells
|
2 years ago |
Aliaksandr Kalenik
|
2f38f8c84a
LibWeb: Implement intrinsic width calculation for TFC
|
2 years ago |
Aliaksandr Kalenik
|
dbf76e8ae1
LibWeb: Take rowspan into account while table formatting
|
2 years ago |
Aliaksandr Kalenik
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 years ago |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 years ago |
Andreas Kling
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
2 years ago |
Andreas Kling
|
62974160da
LibWeb: Add FormattingContext::automatic_content_height()
|
2 years ago |
Andreas Kling
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 years ago |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 years ago |
Andreas Kling
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
3 years ago |
Andreas Kling
|
496cf39cf5
LibWeb: Make separate functions for calculating min/max content sizes
|
3 years ago |
Andreas Kling
|
cefc931347
LibWeb: Make sure CSS::ComputedValues has initial size values
|
3 years ago |
Simon Wanner
|
509362c103
LibWeb: Include all row-groups in column width calculations
|
3 years ago |
Simon Wanner
|
7e4793df63
LibWeb: Size table cells using a combination of min- and max-widths
|
3 years ago |
Simon Wanner
|
b92cc3670b
LibWeb: Only size `width: auto` table-cells by min-content
|
3 years ago |
Simon Wanner
|
304dbb0242
LibWeb: Set a cell's content width based on the column(s) it's in
|
3 years ago |
Simon Wanner
|
6dbd00970d
LibWeb: Calculate a cell's width using min-content
|
3 years ago |
Simon Wanner
|
9b3229da17
LibWeb: Distribute the width of a table cell spanning multiple columns
|
3 years ago |
Simon Wanner
|
4fe154bd6a
LibWeb: Expand the last cell in a row to the right edge
|
3 years ago |
Simon Wanner
|
5f265eebf5
LibWeb: Apply a table row's height to all cells
|
3 years ago |
Karol Kosek
|
686507a38f
LibWeb: Translate table cells by their top left border
|
3 years ago |
Karol Kosek
|
20730c164c
LibWeb: Include table cell border widths when calculating cell rects
|
3 years ago |
Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Andreas Kling
|
89d0cb0ce2
LibWeb: Compute table cell height after doing its inside layout
|
3 years ago |
Andreas Kling
|
db5bf6e64c
LibWeb: Rename FormattingState::ensure() -> get_mutable()
|
3 years ago |
Andreas Kling
|
c9700e100e
LibWeb: Start making our layout system "transactional"
|
3 years ago |
Andreas Kling
|
561612f219
LibWeb: Add Layout::FormattingState
|
3 years ago |