We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8273a commit 33ff928Copy full SHA for 33ff928
README.md
@@ -1,16 +1,14 @@
1
rust-cssparser
2
==============
3
4
-WIP rust implementation of the 2013 version of
+Rust implementation of the 2013 version of
5
[css3-syntax](http://dev.w3.org/csswg/css3-syntax/)
6
7
8
TODO
9
----
10
11
-* [x] Tokenization
12
-* [x] Declaration and rule parsing
13
-* [ ] Detect character encoding & decode from bytes
14
-* [ ] Track line/column number for tokens.
15
-* [ ] Figure out float and integer overflow
16
-* [ ] Make it fast!
+* Detect character encoding & decode from bytes
+* Figure out float and integer overflow
+* Serialize tokens back to CSS
+* Make it fast!
0 commit comments