diff options
Diffstat (limited to 'src/css/cssparser.nim')
-rw-r--r-- | src/css/cssparser.nim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/css/cssparser.nim b/src/css/cssparser.nim index afbdf413..fac1bce8 100644 --- a/src/css/cssparser.nim +++ b/src/css/cssparser.nim @@ -1,6 +1,5 @@ -# CSS tokenizer and parser. The tokenizer is a mess, and may or may not work -# correctly. The parser should work, though the outputted object model is -# questionable at best. +# CSS tokenizer and parser. It kinda works, though certain less specific +# details of the specification might have been implemented incorrectly. import unicode import streams |