From 3024c3894afd4c071b0404d953beab5ebab75626 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sun, 5 Apr 2020 17:42:08 -0400 Subject: [PATCH] remove ops and add strings to todo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0857084..4ee9228 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ cargo b --release The large features remaining are ``` -order of operations special case certain functions (min, max, calc, element, expression, progid, url) all builtin selector functions (274 tests) content-exists, unique-id, min, min @@ -25,7 +24,9 @@ a special parser for plain css @at-root (~150 tests) @use and module system (~1200 tests) @forward (~400 tests) -@keyframes (~30 test) +@keyframes (~30 tests) +@font-face (~11 tests) +string parsing/quoting/escaping (~200 tests) ``` ```