1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
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
..
css Clear cascaded styles when they're not needed anymore 2019-09-11 11:04:31 +02:00
formatting_structure Merge pull request #922 from Kozea/perf 2019-09-03 12:29:48 +02:00
layout Fix same_broken_child 2019-09-12 18:26:19 +02:00
tests Fix same_broken_child 2019-09-12 18:26:19 +02:00
tools Update copyright 2019-03-04 11:04:06 +01:00
__init__.py Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
__main__.py Update copyright 2019-03-04 11:04:06 +01:00
document.py Merge branch 'master' into perf 2019-07-24 10:54:20 +02:00
draw.py Handle the ::marker pseudo-element 2019-08-07 23:01:41 +02:00
fonts.py Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
html.py Heal my psychotic desorders 2019-08-17 11:04:57 +02:00
images.py Move percentage function into percentages module 2019-06-02 18:06:25 +02:00
logger.py Update copyright 2019-03-04 11:04:06 +01:00
pdf.py Update copyright 2019-03-04 11:04:06 +01:00
stacking.py Update copyright 2019-03-04 11:04:06 +01:00
text.py Don't crash when using ex units in word-spacing in letter-spacing 2019-09-10 14:52:46 +02:00
urls.py Update default_url_fetcher's documentation 2019-04-12 16:34:19 +02:00
VERSION Version 49 2019-09-11 17:09:45 +02:00