Andi Gallo
|
caa24d0805
LibWeb: Implement top and bottom vertical-align for table cells
|
2 年之前 |
Andi Gallo
|
5bd9f4c31c
LibWeb: Add undistributable space to GRID{MIN, MAX} instead of content
|
2 年之前 |
Andi Gallo
|
e4d0c077c3
LibWeb: Don't skip width computation for intrinsic table width
|
2 年之前 |
Andi Gallo
|
ac6af51549
LibWeb: Improve span column width distribution
|
2 年之前 |
Andi Gallo
|
701b170dc0
LibWeb: Clip cell spans past the end of the table
|
2 年之前 |
Andi Gallo
|
205f9c75d9
LibWeb: Fix empty slot finding in table formation algorithm
|
2 年之前 |
Andreas Kling
|
a988241f3f
LibWeb: Resolve % min-sizes against 0 while under min-content constraint
|
2 年之前 |
Andi Gallo
|
b69036970b
LibWeb: Add layout support for border spacing
|
2 年之前 |
Andreas Kling
|
3a11b55286
LibWeb: Treat % max-width as none when containing block size indefinite
|
2 年之前 |
Andreas Kling
|
43e1343abf
LibWeb: Treat % max-height as none when containing block size indefinite
|
2 年之前 |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
Andi Gallo
|
6a7a7e2337
LibWeb: Some row span fixes when combined with nested tables
|
2 年之前 |
Andi Gallo
|
8090adf268
LibWeb: Add partial implementation of border conflict resolution
|
2 年之前 |
Andi Gallo
|
4d49852454
LibWeb: Distribute cell contribution to all spanned columns
|
2 年之前 |
Andi Gallo
|
50df78d2a2
LibWeb: Fix upper limit of span when computing column measures
|
2 年之前 |
Andi Gallo
|
940d9b98ae
LibWeb: Add support for table caption
|
2 年之前 |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 年之前 |
Aliaksandr Kalenik
|
787f2d2a10
LibWeb: Remove Layout::TableCellBox
|
2 年之前 |
Aliaksandr Kalenik
|
3a3a085404
LibWeb: Remove Layout::TableRowBox
|
2 年之前 |
Aliaksandr Kalenik
|
578a937f94
LibWeb: Remove Layout::TableRowGroupBox
|
2 年之前 |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 年之前 |
Andi Gallo
|
e6221117a5
LibWeb: Implement table rowspan
|
2 年之前 |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
Aliaksandr Kalenik
|
4d971b5bc5
LibWeb: Use appropriate containing block width to get width of table
|
2 年之前 |
Aliaksandr Kalenik
|
e54ee7de96
LibWeb: Exclude borders from width available for table columns
|
2 年之前 |
Aliaksandr Kalenik
|
d9f0c2a806
LibWeb: Implement "distribute height to rows" step in TFC
|
2 年之前 |
Aliaksandr Kalenik
|
9fd51a59ff
LibWeb: Fix division by zero in table columns width distribution
|
2 年之前 |
Aliaksandr Kalenik
|
2a1e58f8cc
LibWeb: Consider cell computed height in total row min height of table
|
2 年之前 |
Aliaksandr Kalenik
|
9b4cd0dab7
LibWeb: Consider row computed height in total row min height of table
|
2 年之前 |
martinfalisse
|
c839c51b0b
LibWeb: Use max-width property in table formatting
|
2 年之前 |