1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint/css
Simon Sapin 6f56613441 Do not require HtmlElement.
* Do not use element.base_url which only exists in lxml.html.HtmlElement
* Use lxml.etree.HtmlParser instead of lxml.html

This is one step toward using the html5lib parser, but see
https://github.com/Kozea/WeasyPrint/pull/12
2012-11-06 13:55:39 +01:00
..
__init__.py Do not require HtmlElement. 2012-11-06 13:55:39 +01:00
computed_values.py Add support for outlines. 2012-08-03 16:22:32 +02:00
html5_ua.css Change the default page margin to 75px 2012-06-14 21:12:21 +02:00
properties.py Handle all of backgrounds at the end of layout. 2012-09-13 11:19:40 +02:00
tests_ua.css Use the testing UA stylesheet for PDF tests. 2012-05-29 19:40:38 +02:00
validation.py Escape non-ASCII characters in hyperlinks. 2012-10-04 19:12:34 +02:00