1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint/css
Guillaume Ayoub 6606927007 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-11-21 19:24:43 +01:00
..
validation Fix URL handling with tinycss2 2020-11-21 19:24:43 +01:00
__init__.py Clean formatted strings 2020-05-30 15:55:44 +02:00
computed_values.py Merge branch 'master' into pydyf 2020-10-27 18:36:32 +01:00
counters.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
html5_ph.css Don't set default values for zero-width presentational hints borders 2019-12-15 22:34:57 +01:00
html5_ua.css Use the old square character for list 2020-09-23 20:50:21 +02:00
media_queries.py Clean formatted strings 2020-05-30 15:55:44 +02:00
properties.py Use start/end instead of left/right to define text alignment offset 2020-03-15 01:06:54 +01:00
targets.py Clean formatted strings 2020-05-30 15:55:44 +02:00
tests_ua.css Handle the ::marker pseudo-element 2019-08-07 23:01:41 +02:00
utils.py Fix URL handling with tinycss2 2020-11-21 19:24:43 +01:00