calibre/src/tinycss
Kovid Goyal d324e776b5
Greatly simplify unicode_to_number
This also has the virtue of making number parsing locale independent, as
is required for parsing CSS literals
2019-05-01 17:10:21 +05:30
..
tests Greatly simplify unicode_to_number 2019-05-01 17:10:21 +05:30
__init__.py Get rid of iterkeys 2019-03-25 14:31:32 +05:30
color3.py pep8 2019-05-01 16:42:43 +05:30
css21.py Edit Book: Live CSS: Fix clicking on link to go to style definition not working if the stylesheet contains CSS 3 media queries 2014-06-08 18:09:47 +05:30
decoding.py py3: Port use of (un)hexlify() 2019-03-30 14:34:48 +05:30
fonts3.py Switch from cssutils to css-parser 2019-01-02 21:49:02 +05:30
media3.py ... 2019-04-02 15:12:27 +05:30
page3.py Use __slots__ for easy memory savings 2014-06-07 21:17:31 +05:30
parsing.py
token_data.py Initial implementation of C code to speedup tinycss tokenization 2014-05-22 14:17:15 +05:30
tokenizer.c Greatly simplify unicode_to_number 2019-05-01 17:10:21 +05:30
tokenizer.py Use the C tokenizer for tinycss 2014-05-25 08:46:04 +05:30
version.py