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 年之前 |
Andi Gallo
|
4cde5f6d76
LibWeb: Fix border for cells spanning entire table width or height
|
1 年之前 |
Andi Gallo
|
3b75b9ef1c
LibWeb: Avoid division by zero when computing table measures
|
1 年之前 |
Andi Gallo
|
8f7b269bf1
LibWeb: Convert divisor to double in TableFormattingContext
|
1 年之前 |
Andi Gallo
|
26c20e3da1
LibWeb: Split BorderConflictFinder::conflicting_edges method
|
2 年之前 |
Andi Gallo
|
a7166eb103
LibWeb: Complete table border conflict resolution
|
2 年之前 |
Andi Gallo
|
66c92ebe3d
LibWeb: Fix vertical position of top table caption
|
1 年之前 |
Andi Gallo
|
268355c759
LibWeb: Implement iterative percentage size for spanning table cells
|
2 年之前 |
Andi Gallo
|
1f3fca996c
LibWeb: Use intrinsic_percentage instead of percentage_{width, height}
|
2 年之前 |
Andi Gallo
|
63e72feee1
LibWeb: Add additional term to the table cell min contribution
|
2 年之前 |
Andi Gallo
|
6104e4ecb5
LibWeb: Simplify specified size formulas when computing cell measures
|
2 年之前 |
Andi Gallo
|
6dfa1c2548
LibWeb: Distribute excess width to columns as in specification
|
2 年之前 |
Andi Gallo
|
eb20eeb54c
LibWeb: Use column and row size for cell outer sizes
|
2 年之前 |
Andi Gallo
|
28509e3edd
LibWeb: Check column or row size attributes for constrainedness
|
2 年之前 |
Andi Gallo
|
19a26533a9
LibWeb: Make the type of column whether it's percent or not
|
2 年之前 |
Andi Gallo
|
0314e26ef4
LibWeb: Linear interpolation between table width sizing guesses
|
2 年之前 |
Andi Gallo
|
030b1a197b
LibWeb: Don't use the preferred increment as reference for distribution
|
2 年之前 |
Andi Gallo
|
13687085dd
LibWeb: Better align outer max sizes for cells with the specification
|
2 年之前 |
Andi Gallo
|
81d0b17987
LibWeb: Rework the computation of {min, max-}size and size for cells
|
2 年之前 |
Andi Gallo
|
a9a5224132
LibWeb: Add 'outer' prefix to {min, max}_{width, height}
|
2 年之前 |
Andi Gallo
|
3476cf0fcb
LibWeb: Add border conflict resolution with rowgroup
|
2 年之前 |
Andi Gallo
|
cf40b95be8
LibWeb: Resolve table border conflicts with rows
|
2 年之前 |
Andi Gallo
|
e30662a8a0
LibWeb: Resolve table border conflicts with cells
|
2 年之前 |
Nico Weber
|
3b686ea6ef
LibWeb: Fix a few comment typos
|
2 年之前 |
Andi Gallo
|
a27c9d8b05
LibWeb: Use max width from content for cells unless length is specified
|
2 年之前 |