summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-05-24 11:31:00 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-05-24 11:31:00 +0000
commit309d87add9f2f2bf9f7f1d1083cb4349e731a685 (patch)
tree2dc1837b8820e71ff51a917128b9d56926859d61
parent55eccde6d0fe8667653ed972e3c8f0ec07fe66ac (diff)
downloadlibcroco-309d87add9f2f2bf9f7f1d1083cb4349e731a685.tar.gz
*** empty log message ***
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2eb77d6..a59c630 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,16 @@
*coding:)
-Code the cascading in cr-sel-eng.c
- code the cascade precedence rules (in
- put_css_properties_in_hashtable() )
+Go forward in the cascading implementation in cr-sel-eng.c
+ test/debug it.
+ write test cases to test/debug/validate this kind of stylesheets:
+ P {border: thick}
+ P {display: block}
+ /*
+ *stylesheets where the same selector is used several times
+ *to define different declarations.
+ */
+ write test cases to test/debug/validate the multi stylesheet support.
*Doc:)