mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Simplify the computation of CAPMIN (#33577)
CAPMIN is the largest min-content contribution of the table captions. In Servo, the standard way to compute min/max-content contributions is `outer_inline_content_sizes()`, so just use that instead of reinventing the wheel. This also fixes cyclic percentages to resolve consistently with normal block boxes. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
d110d8710a
commit
5d269a9036
4 changed files with 116 additions and 45 deletions
7
tests/wpt/meta/MANIFEST.json
vendored
7
tests/wpt/meta/MANIFEST.json
vendored
|
@ -565066,6 +565066,13 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"caption-cyclic-percentage.html": [
|
||||
"3ba59491fa47496ac4f6562ad94bfde385a47e57",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"caption-side-1.html": [
|
||||
"302e51ae239307a49c239bf0ad5ade17a5c9d940",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue