1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint/css
Simon Sapin 3632842b16 Better forced page breaks
If eg. page-break-before is 'always' on a first child, the break is
between the clostest ancestor that has a previous sibling and
that sibling.

See the changed test for an example.
2012-03-14 16:26:20 +01:00
..
__init__.py Handle the combined selectors with pseudo-elements 2012-02-27 17:55:27 +01:00
colors.py Python 3 compat. All tests pass with the same code base! 2012-02-17 22:48:20 +01:00
computed_values.py Cleanups 2012-02-23 19:31:15 +01:00
html5_ua.css Correctly reset the list-item counter on new lists. 2012-02-23 19:31:15 +01:00
properties.py Python 3 compat. All tests pass with the same code base! 2012-02-17 22:48:20 +01:00
tests_ua.css Better forced page breaks 2012-03-14 16:26:20 +01:00
validation.py Rename weasyprint.logging to avoid conflicts the stdlib module. 2012-02-23 19:31:15 +01:00
values.py Python 2.6 compat, fix tox.ini 2012-02-20 15:36:55 +01:00