summaryrefslogtreecommitdiff
path: root/TODO
blob: ad13a2516d7a3da30ff7c08db9a67a23c00625fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

*coding:)

Provide support for font selection. (hard)
 First make sure to be able to gather all the font related property
  values.
 Then, figure out how to implement a font selector that uses pango.

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:)

Write examples of how to use the SAC api of libcroco and how to
walk the css stylesheet tree.

Finish the design of the instruction set of the selection engine.
	The draft design is in the file 
	docs/designs/docs/design/sel-instr.txt.

Write a litte doc about how to use the parser as it is today.