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