1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/weasyprint/layout
grewn0uille 958140734b Fix same_broken_child
The old code assumed that both skip stacks were absolute, but for the second
one previous children have already been skipped. We now check that we're in
the first child at each level, meaning that we're still breaking the same
child.

Related to #923.
2019-09-12 18:26:19 +02:00
..
__init__.py Refactor LayoutContext building 2019-07-23 14:12:08 +09:00
absolute.py Fix width of replaced boxes with no intrinsic width 2019-07-24 15:18:38 +02:00
backgrounds.py Move percentage function into percentages module 2019-06-02 18:06:25 +02:00
blocks.py Break pages avoid between groups 2019-08-23 18:00:52 +02:00
columns.py Fix collapsing margins for columns 2019-09-10 12:31:42 +02:00
flex.py Merge branch 'master' into perf 2019-08-14 18:34:51 +02:00
float.py Fix width of replaced boxes with no intrinsic width 2019-07-24 15:18:38 +02:00
inlines.py Fix same_broken_child 2019-09-12 18:26:19 +02:00
min_max.py Update copyright 2019-03-04 11:04:06 +01:00
pages.py Merge branch 'master' into perf 2019-07-24 10:54:20 +02:00
percentages.py Move percentage function into percentages module 2019-06-02 18:06:25 +02:00
preferred.py Merge branch 'master' into perf 2019-07-24 10:54:20 +02:00
replaced.py Don't crash with object-fit: non images with no intrinsic size 2019-09-10 15:26:53 +02:00
tables.py Merge remote-tracking branch 'origin/master' into page_break_table 2019-09-11 17:17:45 +02:00