1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 238e214f9d Fix URL handling with tinycss2
URLs used to be dedicated tokens in the CSS specification, but it’s now a
common function unless its value isn’t quoted.

tinycss2 1.1.0 includes this change, and WeasyPrint has to take care of these
two different tokens.
2020-10-30 11:05:27 +01:00
..
css Fix URL handling with tinycss2 2020-10-30 11:05:27 +01:00
formatting_structure Compute bookmark-label for :before and :after boxes 2020-06-19 08:23:20 +02:00
layout Use axis variable instead of relying on flex-direction property 2020-10-21 21:03:34 +02:00
tests Fix error messages in tests 2020-10-30 10:39:26 +01:00
tools Use download attribute in <a> to define filename for attachment 2020-09-10 00:51:03 +02:00
__init__.py Add an image cache that can be shared between documents 2020-06-22 16:32:12 +02:00
__main__.py Fix CLI arguments documentation 2020-06-23 22:35:00 +02:00
document.py Cairo use hex string when there are parenthesis for TAG_LINK but not for TAG_DEST so an id is not represented by the same string in the pdf and pdf reader can make the link between them. Using urllib.parse.quote replaces special chars and so Cairo stop using hex string and pdf reader are happy. 2020-09-13 18:42:56 +02:00
draw.py Apply viewport_overflow when box.is_for_root_element 2020-06-21 11:45:59 +02:00
fonts.py Disable WOFF and WOFF2 font formats support 2020-10-27 21:12:56 +01:00
html.py Use download attribute in <a> to define filename for attachment 2020-09-10 00:51:03 +02:00
images.py Add an option to optimize embedded images size 2020-06-22 16:05:14 +02:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
pdf.py When adding embedded files, the Catalog dictionary is extended with a Name entry only when there isn’t one. 2020-09-21 15:28:53 +02:00
stacking.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
text.py Don’t create a layout to know if a line break is possible 2020-10-26 23:42:33 +01:00
urls.py Remove breakpoint 2020-01-13 21:50:13 +01:00
VERSION Version 52 2020-10-30 00:40:14 +01:00