summaryrefslogtreecommitdiff
path: root/TODO
blob: aaee431d0df3c026020b52aac6c1bc60c8116dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

*coding:)

Go forward in the box layout (positioning/rendering) code. (hard, very hard).
This is gonna take a coupe of months I think.
 Implement the style properties (of the 4 edges of the box model).
 test/debug the properties used in test7  
 code the shortcut properties (border, margin border-style etc ...)
      WIRE the use of the "border" properties and all it sub
      properties and debug this.
 code the color 16 name aliases defined in the html 4.01 spec. (debug this)

*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.