1 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm (letter-spacing, word-specing, text-indent, |
4 |
|
outline-width): Implemented. |
5 |
|
(outline-style): Don't allow 'hidden'. |
6 |
|
|
7 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm ($default_serializer): Support for |
10 |
|
the |PERCENTAGE| data type. |
11 |
|
(padding-top, border-top-width): The parser now |
12 |
|
refers the parser of the 'margin-top'. |
13 |
|
(width, height, min-width, min-height, max-width, max-height, |
14 |
|
vertical-align, line-height): Implemented. |
15 |
|
|
16 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
19 |
|
(get_computed_value): New way to get computed value, |
20 |
|
the |{compute_multiple}| code, is now supported. |
21 |
|
|
22 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
23 |
|
|
24 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Parser.pm: Some condition operators were incorrect. |
27 |
|
The 'border-width' property family is implemented. |
28 |
|
|
29 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
32 |
|
property families. |
33 |
|
|
34 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Parser.pm: 'font-size' support. |
37 |
|
|
38 |
|
* Cascade.pm (new): Set default value for 'font-size' |
39 |
|
relative- and absolute- value computations. |
40 |
|
|
41 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
44 |
|
were ignored. |
45 |
|
|
46 |
|
* Parser.pm (cursor): Implemented. |
47 |
|
|
48 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Parser.pm (text-align, text-transform, white-space, |
51 |
|
caption-side, table-layout, border-collapse, empty-cells, |
52 |
|
outline-style, text-decoration): Implemented. |
53 |
|
|
54 |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
* Cascade.pm (get_computed_value): Even when |inherit| is specified |